Searched refs:USBDEVFS_CONTROL (Results 1 – 4 of 4) sorted by relevance
165 #define USBDEVFS_CONTROL _IOWR('U', 0, struct usbdevfs_ctrltransfer) macro
1073 #ifdef USBDEVFS_CONTROL1074 # undef USBDEVFS_CONTROL1075 # define USBDEVFS_CONTROL 0xc0105500 macro
1289 #ifdef USBDEVFS_CONTROL1290 # undef USBDEVFS_CONTROL1291 # define USBDEVFS_CONTROL 0xc0105500 macro
461 ret = ioctl(fd, USBDEVFS_CONTROL, &ctrl); in probe_devices()