Searched refs:USBDEVFS_BULK (Results 1 – 5 of 5) sorted by relevance
189 #define USBDEVFS_BULK _IOWR('U', 2, struct usbdevfs_bulktransfer) macro
1069 #ifdef USBDEVFS_BULK1070 # undef USBDEVFS_BULK1071 # define USBDEVFS_BULK 0xc0105502 macro
1285 #ifdef USBDEVFS_BULK1286 # undef USBDEVFS_BULK1287 # define USBDEVFS_BULK 0xc0105502 macro
119 int ret = ioctl(fd, USBDEVFS_BULK, &ctrl); in bulk_talk()
109 int ret = ioctl(fd, USBDEVFS_BULK, &ctrl);