Searched refs:urbctrl (Results 1 – 2 of 2) sorted by relevance
392 usbhid->urbctrl->pipe); in hid_submit_ctrl()614 usb_block_urb(usbhid->urbctrl); in __usbhid_submit_report()619 usb_unlink_urb(usbhid->urbctrl); in __usbhid_submit_report()789 usb_kill_urb(usbhid->urbctrl); in usbhid_init_reports()1155 if (!usbhid->urbctrl) { in usbhid_start()1200 usb_free_urb(usbhid->urbctrl); in usbhid_start()1203 usbhid->urbctrl = NULL; in usbhid_start()1240 usb_kill_urb(usbhid->urbctrl); in usbhid_stop()1247 usb_free_urb(usbhid->urbctrl); in usbhid_stop()1250 usbhid->urbctrl = NULL; in usbhid_stop()[all …]
68 struct urb *urbctrl; /* Control URB */ member