Searched refs:USBDEVFS_BULK (Results 1 – 6 of 6) 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
190 ioctl_iowr_nr!(USBDEVFS_BULK, U, 2, usbdevfs_bulktransfer);
119 int ret = ioctl(fd, USBDEVFS_BULK, &ctrl); in bulk_talk()
109 int ret = ioctl(fd, USBDEVFS_BULK, &ctrl);