Searched refs:USBDEVFS_GET_CAPABILITIES (Results 1 – 3 of 3) sorted by relevance
40 #define USBDEVFS_GET_CAPABILITIES _IOR('U', 26, __u32) macro
81 #define USBDEVFS_GET_CAPABILITIES _IOR('U', 26, unsigned int) macro
314 ret = ioctl(fd, USBDEVFS_GET_CAPABILITIES, &devHandle->caps); in OsInitDevice()