Home
last modified time | relevance | path

Searched refs:urbctrl (Results 1 – 2 of 2) sorted by relevance

/drivers/hid/usbhid/
A Dhid-core.c392 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()
1158 if (!usbhid->urbctrl) { in usbhid_start()
1203 usb_free_urb(usbhid->urbctrl); in usbhid_start()
1206 usbhid->urbctrl = NULL; in usbhid_start()
1243 usb_kill_urb(usbhid->urbctrl); in usbhid_stop()
1250 usb_free_urb(usbhid->urbctrl); in usbhid_stop()
1253 usbhid->urbctrl = NULL; in usbhid_stop()
[all …]
A Dusbhid.h68 struct urb *urbctrl; /* Control URB */ member

Completed in 7 milliseconds