Searched defs:qh_schedule (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/host/
H A Dehci-sched.c741 rc = qh_schedule(ehci, qh);
860 static int qh_schedule(struct ehci_hcd *ehci, struct ehci_qh *qh) function
961 if ((status = qh_schedule (ehci, qh)) != 0)
H A Doxu210hp-hcd.c974 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh);
1158 (void) qh_schedule(oxu, qh);
2130 static int qh_schedule(struct oxu_hcd *oxu, struct ehci_qh *qh) function
2220 status = qh_schedule(oxu, qh);
2990 status = qh_schedule(oxu, qh);
H A Dfotg210-hcd.c2338 static int qh_schedule(struct fotg210_hcd *fotg210, struct fotg210_qh *qh);
3815 rc = qh_schedule(fotg210, qh);
3928 static int qh_schedule(struct fotg210_hcd *fotg210, struct fotg210_qh *qh) function
4028 status = qh_schedule(fotg210, qh);
H A Dfusbh200-hcd.c2291 static int qh_schedule (struct fusbh200_hcd *fusbh200, struct fusbh200_qh *qh);
3752 rc = qh_schedule(fusbh200, qh);
3864 static int qh_schedule(struct fusbh200_hcd *fusbh200, struct fusbh200_qh *qh) function
3963 if ((status = qh_schedule (fusbh200, qh)) != 0)

Completed in 271 milliseconds