Searched refs:USBDEVFS_CONTROL (Results 1 – 6 of 6) sorted by relevance
35 # 0xc0105500 == USBDEVFS_CONTROL
33 # 0xc0185500 == USBDEVFS_CONTROL
187 #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()