Searched refs:SYSFS_USB_DEV (Results 1 – 2 of 2) sorted by relevance
| /tools/libs/light/ |
| A D | libxl_osdeps.h | 27 #define SYSFS_USB_DEV "/sys/bus/usb/devices" macro 37 #define SYSFS_USB_DEV "/sys/bus/usb/devices" macro 48 #define SYSFS_USB_DEV "/dev/null" macro 68 #ifndef SYSFS_USB_DEV 69 #error define SYSFS_USB_DEV for your platform
|
| A D | libxl_usb.c | 835 dir = opendir(SYSFS_USB_DEV); in usbdev_busaddr_to_busid() 837 LOGE(ERROR, "opendir failed: '%s'", SYSFS_USB_DEV); in usbdev_busaddr_to_busid() 850 LOGE(ERROR, "failed to readdir %s", SYSFS_USB_DEV); in usbdev_busaddr_to_busid() 884 filename = GCSPRINTF(SYSFS_USB_DEV "/%s/busnum", busid); in usbdev_busaddr_from_busid() 890 filename = GCSPRINTF(SYSFS_USB_DEV "/%s/devnum", busid); in usbdev_busaddr_from_busid() 975 filename = GCSPRINTF(SYSFS_USB_DEV "/%s/bDeviceClass", busid); in is_usbdev_assignable() 1360 spath = GCSPRINTF(SYSFS_USB_DEV "/%s/driver", intf); in usbintf_get_drvpath() 1381 path = GCSPRINTF(SYSFS_USB_DEV "/%s/driver/unbind", intf); in unbind_usbintf() 1473 dir = opendir(SYSFS_USB_DEV); in usbdev_get_all_interfaces() 1475 LOGE(ERROR, "opendir failed: '%s'", SYSFS_USB_DEV); in usbdev_get_all_interfaces() [all …]
|
Completed in 8 milliseconds