Searched refs:USBDEVFS_REAPURBNDELAY (Results 1 – 6 of 6) sorted by relevance
23 # 0x4008550d == USBDEVFS_REAPURBNDELAY
200 #define USBDEVFS_REAPURBNDELAY _IOW('U', 13, void *) macro
1089 #ifdef USBDEVFS_REAPURBNDELAY1090 # undef USBDEVFS_REAPURBNDELAY1091 # define USBDEVFS_REAPURBNDELAY 0x4004550d macro
1305 #ifdef USBDEVFS_REAPURBNDELAY1306 # undef USBDEVFS_REAPURBNDELAY1307 # define USBDEVFS_REAPURBNDELAY 0x4004550d macro
198 ioctl_iow_nr!(USBDEVFS_REAPURBNDELAY, U, 13, *mut *mut usbdevfs_urb);
150 unsafe { self.ioctl_with_mut_ref(usb_sys::USBDEVFS_REAPURBNDELAY(), &mut urb_ptr) }; in poll_transfers()