Searched refs:qh_schedule (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/host/ |
D | ehci-q.c | 272 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh); 460 (void) qh_schedule (ehci, qh); in qh_completions()
|
D | oxu210hp-hcd.c | 982 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh); 1166 (void) qh_schedule(oxu, qh); in qh_completions() 2137 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh) in qh_schedule() function 2228 status = qh_schedule(oxu, qh); in intr_submit() 2997 status = qh_schedule(oxu, qh); in oxu_urb_dequeue()
|
D | ehci-hcd.c | 895 rc = qh_schedule(ehci, qh); in ehci_urb_dequeue()
|
D | ehci-sched.c | 735 static int qh_schedule(struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_schedule() function 832 if ((status = qh_schedule (ehci, qh)) != 0) in intr_submit()
|