Searched refs:USBDEVFS_CONTROL (Results 1 – 4 of 4) sorted by relevance
159 #define USBDEVFS_CONTROL _IOWR('U', 0, struct usbdevfs_ctrltransfer) macro
1161 #ifdef USBDEVFS_CONTROL1162 # undef USBDEVFS_CONTROL1163 # define USBDEVFS_CONTROL 0xc0105500 macro
1373 #ifdef USBDEVFS_CONTROL1374 # undef USBDEVFS_CONTROL1375 # define USBDEVFS_CONTROL 0xc0105500 macro
288 ret = ioctl(fd, USBDEVFS_CONTROL, &ctrl); in probe_devices()