HomeSort by relevance Sort by last modified time
    Searched full:sysfs_can_relate_devices (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 114 static int sysfs_can_relate_devices = -1; variable
143 int active_config; /* cache val for !sysfs_can_relate_devices */
401 if (-1 == sysfs_can_relate_devices) {
403 sysfs_can_relate_devices = kernel_version_ge(2,6,22);
404 if (-1 == sysfs_can_relate_devices) {
410 if (sysfs_can_relate_devices || sysfs_has_descriptors) {
414 sysfs_can_relate_devices = 0;
419 if (sysfs_can_relate_devices)
615 if (!sysfs_can_relate_devices || detached || NULL == sys_name) {
770 if (sysfs_can_relate_devices) {
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 98 static int sysfs_can_relate_devices = -1; variable
263 sysfs_can_relate_devices = 0;
695 if (sysfs_can_relate_devices) {
718 if (!sysfs_can_relate_devices) {
954 sysfs_can_relate_devices = 0;
962 sysfs_can_relate_devices = 1;
1039 if (sysfs_can_relate_devices != 0) {
1086 if (sysfs_can_relate_devices != 1)
    [all...]

Completed in 512 milliseconds