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

  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 119 static int sysfs_has_descriptors = -1; variable
392 if (-1 == sysfs_has_descriptors) {
394 sysfs_has_descriptors = kernel_version_ge(2,6,26);
395 if (-1 == sysfs_has_descriptors) {
410 if (sysfs_can_relate_devices || sysfs_has_descriptors) {
415 sysfs_has_descriptors = 0;
422 if (sysfs_has_descriptors)
557 *host_endian = sysfs_has_descriptors ? 0 : 1;
706 if (sysfs_has_descriptors) {
886 if (sysfs_has_descriptors)
    [all...]
  /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...]

Completed in 366 milliseconds