Home
last modified time | relevance | path

Searched refs:sysfs_can_relate_devices (Results 1 – 1 of 1) sorted by relevance

/external/libusb/libusb/os/
Dlinux_usbfs.c114 static int sysfs_can_relate_devices = -1; variable
423 if (-1 == sysfs_can_relate_devices) { in op_init()
425 sysfs_can_relate_devices = kernel_version_ge(2,6,22); in op_init()
426 if (-1 == sysfs_can_relate_devices) { in op_init()
432 if (sysfs_can_relate_devices || sysfs_has_descriptors) { in op_init()
436 sysfs_can_relate_devices = 0; in op_init()
441 if (sysfs_can_relate_devices) in op_init()
637 if (!sysfs_can_relate_devices || detached || NULL == sys_name) { in linux_get_device_address()
792 if (sysfs_can_relate_devices) { in op_get_active_config_descriptor()
960 if (sysfs_can_relate_devices) in initialize_device()
[all …]