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

  /external/libusb_aah/libusb/os/
linux_usbfs.c 106 static int sysfs_can_relate_devices = 0; variable
397 sysfs_can_relate_devices = 1;
403 if (sysfs_has_descriptors && sysfs_can_relate_devices)
410 if (!sysfs_can_relate_devices)
415 sysfs_can_relate_devices = 0;
896 if (sysfs_can_relate_devices) {
919 if (!sysfs_can_relate_devices) {
1206 * adequacy of sysfs and sets sysfs_can_relate_devices.
1208 if (sysfs_can_relate_devices != 0)
    [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 22 milliseconds