Searched refs:IOCTL_USBFS_CLAIMINTF (Results 1 – 2 of 2) sorted by relevance
/external/libusb/libusb/os/ | ||
D | linux_usbfs.h | 155 #define IOCTL_USBFS_CLAIMINTF _IOR('U', 15, unsigned int) macro |
D | linux_usbfs.c | 1383 int r = ioctl(fd, IOCTL_USBFS_CLAIMINTF, &iface); in claim_interface() |