Lines Matching refs:ehci_qh
87 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
100 qh_refresh (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_refresh()
205 struct ehci_qh *qh = (struct ehci_qh *) urb->hcpriv; in ehci_urb_done()
280 static void start_unlink_async (struct ehci_hcd *ehci, struct ehci_qh *qh);
281 static void unlink_async (struct ehci_hcd *ehci, struct ehci_qh *qh);
290 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh, struct pt_regs *regs) in qh_completions()
616 clear_toggle (struct usb_device *udev, int ep, int is_out, struct ehci_qh *qh) in clear_toggle()
639 static struct ehci_qh *
645 struct ehci_qh *qh = ehci_qh_alloc (ehci, flags); in qh_make()
771 static void qh_link_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_async()
774 struct ehci_qh *head; in qh_link_async()
818 static struct ehci_qh *qh_append_tds ( in qh_append_tds()
826 struct ehci_qh *qh = 0; in qh_append_tds()
828 qh = (struct ehci_qh *) *ptr; in qh_append_tds()
950 struct ehci_qh *qh = 0; in submit_async()
991 struct ehci_qh *qh = ehci->reclaim; in end_unlink_async()
992 struct ehci_qh *next; in end_unlink_async()
1032 static void start_unlink_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in start_unlink_async()
1035 struct ehci_qh *prev; in start_unlink_async()
1092 struct ehci_qh *qh; in scan_async()