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

  /external/libusb/libusb/os/
linux_usbfs.c 101 static int sysfs_has_descriptors = -1; variable
262 sysfs_has_descriptors = 0;
326 if (sysfs_has_descriptors) {
518 if (sysfs_has_descriptors) {
686 if (sysfs_has_descriptors)
933 if (sysfs_has_descriptors == -1) {
941 sysfs_has_descriptors = 1;
944 sysfs_has_descriptors = 0;
1113 if (!sysfs_has_descriptors) {
    [all...]
  /external/libusb_aah/libusb/os/
linux_usbfs.c 109 static int sysfs_has_descriptors = 0; variable
399 sysfs_has_descriptors = 1;
403 if (sysfs_has_descriptors && sysfs_can_relate_devices)
411 sysfs_has_descriptors = 0;
414 sysfs_has_descriptors = 0;
513 if (sysfs_has_descriptors) {
705 if (sysfs_has_descriptors) {
887 if (sysfs_has_descriptors)
    [all...]

Completed in 36 milliseconds