Searched refs:qh_schedule (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/host/ |
H A D | oxu210hp-hcd.c | 1374 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh); 1556 (void) qh_schedule(oxu, qh); in qh_completions() 2523 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_schedule() function 2613 status = qh_schedule(oxu, qh); in intr_submit() 3370 status = qh_schedule(oxu, qh); in oxu_urb_dequeue()
|
H A D | ehci-sched.c | 717 rc = qh_schedule(ehci, qh); in end_unlink_intr() 836 static int qh_schedule(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_schedule() function 937 status = qh_schedule(ehci, qh); in intr_submit()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 2230 static int qh_schedule(struct fotg210_hcd *fotg210, struct fotg210_qh *qh); 3645 rc = qh_schedule(fotg210, qh); in end_unlink_intr() 3747 static int qh_schedule(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_schedule() function 3844 status = qh_schedule(fotg210, qh); in intr_submit()
|