Lines Matching refs:ehci_qh

169 static void ms_unlink_async(struct ehci_hcd *, struct ehci_qh *);
170 static void ms_intr_deschedule(struct ehci_hcd *, struct ehci_qh *);
171 static int ms_qh_schedule(struct ehci_hcd *, struct ehci_qh *);
875 ms_qh_refresh (struct ehci_hcd *pEhci, struct ehci_qh *pQh) in ms_qh_refresh()
922 ms_qh_update_link (struct ehci_qh *pQh, struct ehci_qtd *pQtd) in ms_qh_update_link()
1056 struct ehci_qh *qh = (struct ehci_qh *) pUrb->hcpriv; in ms_urb_done()
1100 ms_qh_completions (struct ehci_hcd *pEhci, struct ehci_qh *pQh, struct stPtRegs *pRegs) in ms_qh_completions()
1505 static struct ehci_qh *
1512 struct ehci_qh *pQh = ms_ehci_qh_alloc (pEhci, iFlags); in ms_qh_make()
1704 static void ms_qh_link_async (struct ehci_hcd *pEhci, struct ehci_qh *pQh) in ms_qh_link_async()
1707 struct ehci_qh *pHead; in ms_qh_link_async()
1756 static struct ehci_qh *ms_qh_append_tds ( in ms_qh_append_tds()
1764 struct ehci_qh *pQh = 0; in ms_qh_append_tds()
1768 pQh = (struct ehci_qh *) *ptr; in ms_qh_append_tds()
1887 struct ehci_qh *pQh = 0; in ms_submit_async()
1921 static void ms_start_unlink_async (struct ehci_hcd *pEhci, struct ehci_qh *pQh);
1924 struct ehci_qh *pQh = pEhci->stReclaim; in ms_end_unlink_async()
1925 struct ehci_qh *pNext; in ms_end_unlink_async()
1970 static void ms_start_unlink_async (struct ehci_hcd *pEhci, struct ehci_qh *pQh) in ms_start_unlink_async()
1973 struct ehci_qh *pPrev; in ms_start_unlink_async()
2043 static void ms_unlink_async (struct ehci_hcd *pEhci, struct ehci_qh *pQh) in ms_unlink_async()
2052 struct ehci_qh *pLast; in ms_unlink_async()
2080 struct ehci_qh *pQh; in ms_scan_async()
2166 struct ehci_qh *qh; in dbg_timeout_async()
2892 struct ehci_qh *pQh = (struct ehci_qh *) pUrb->hcpriv; in ms_urb_dequeue()
2937 struct ehci_qh *pLast; in ms_urb_dequeue()
3043 struct ehci_qh *pQh, *tmp; in ms_ehci_disable_ep()
3053 pQh = (struct ehci_qh *) pDev->ep[iEpnum]; in ms_ehci_disable_ep()
3157 struct ehci_qh *pQh = pEhci->stAsync->qh_next.qh; in ms_qh_ehci_reinit()
3188 struct ehci_qh *pQh = pEhci->stAsync->qh_next.qh; in ms_qh_ehci_reinit()
3191 struct ehci_qh *qh_rm; in ms_qh_ehci_reinit()