Home
last modified time | relevance | path

Searched refs:qh_schedule (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/host/
Dehci-q.c272 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh);
460 (void) qh_schedule (ehci, qh); in qh_completions()
Doxu210hp-hcd.c982 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()
Dehci-hcd.c895 rc = qh_schedule(ehci, qh); in ehci_urb_dequeue()
Dehci-sched.c735 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()