Searched refs:urbctrl (Results 1 – 2 of 2) sorted by relevance
391 usbhid->urbctrl->pipe); in hid_submit_ctrl()613 usb_block_urb(usbhid->urbctrl); in __usbhid_submit_report()618 usb_unlink_urb(usbhid->urbctrl); in __usbhid_submit_report()788 usb_kill_urb(usbhid->urbctrl); in usbhid_init_reports()1154 if (!usbhid->urbctrl) { in usbhid_start()1199 usb_free_urb(usbhid->urbctrl); in usbhid_start()1202 usbhid->urbctrl = NULL; in usbhid_start()1239 usb_kill_urb(usbhid->urbctrl); in usbhid_stop()1246 usb_free_urb(usbhid->urbctrl); in usbhid_stop()1249 usbhid->urbctrl = NULL; in usbhid_stop()[all …]
68 struct urb *urbctrl; /* Control URB */ member
Completed in 6 milliseconds