Searched refs:USBDEVFS_BULK (Results 1 – 5 of 5) sorted by relevance
161 #define USBDEVFS_BULK _IOWR('U', 2, struct usbdevfs_bulktransfer) macro
1157 #ifdef USBDEVFS_BULK1158 # undef USBDEVFS_BULK1159 # define USBDEVFS_BULK 0xc0105502 macro
1369 #ifdef USBDEVFS_BULK1370 # undef USBDEVFS_BULK1371 # define USBDEVFS_BULK 0xc0105502 macro
119 int ret = ioctl(fd, USBDEVFS_BULK, &ctrl); in bulk_talk()
109 int ret = ioctl(fd, USBDEVFS_BULK, &ctrl);