Searched refs:linux_get_device_address (Results 1 – 3 of 3) sorted by relevance
/external/libusb/libusb/os/ |
D | linux_usbfs.h | 205 int linux_get_device_address(struct libusb_context *ctx, int detached,
|
D | linux_udev.c | 224 return linux_get_device_address(ctx, detached, busnum, devaddr, in udev_device_info()
|
D | linux_usbfs.c | 560 ret = linux_get_device_address(ctx, 0, &busnum, &devaddr, NULL, devname, -1); in sysfs_scan_device() 586 int linux_get_device_address(struct libusb_context *ctx, int detached, in linux_get_device_address() function 1336 r = linux_get_device_address(ctx, 1, &busnum, &devaddr, NULL, NULL, fd); in op_wrap_sys_device()
|