Searched refs:qh_schedule (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/usb/host/ |
D | oxu210hp-hcd.c | 974 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh); 1158 (void) qh_schedule(oxu, qh); in qh_completions() 2130 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_schedule() function 2220 status = qh_schedule(oxu, qh); in intr_submit() 2984 status = qh_schedule(oxu, qh); in oxu_urb_dequeue()
|
D | ehci-sched.c | 741 rc = qh_schedule(ehci, qh); in end_unlink_intr() 860 static int qh_schedule(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_schedule() function 961 if ((status = qh_schedule (ehci, qh)) != 0) in intr_submit()
|
D | fotg210-hcd.c | 2260 static int qh_schedule(struct fotg210_hcd *fotg210, struct fotg210_qh *qh); 3683 rc = qh_schedule(fotg210, qh); in end_unlink_intr() 3785 static int qh_schedule(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in qh_schedule() function 3882 status = qh_schedule(fotg210, qh); in intr_submit()
|
D | ehci-q.c | 279 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh);
|