Lines Matching refs:ehci_qh
92 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
126 qh_refresh (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_refresh()
147 static void qh_link_async(struct ehci_hcd *ehci, struct ehci_qh *qh);
153 struct ehci_qh *qh = ep->hcpriv; in ehci_clear_tt_buffer_complete()
164 static void ehci_clear_tt_buffer(struct ehci_hcd *ehci, struct ehci_qh *qh, in ehci_clear_tt_buffer()
290 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh);
298 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_completions()
768 static struct ehci_qh *
774 struct ehci_qh *qh = ehci_qh_alloc (ehci, flags); in qh_make()
987 static void qh_link_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_async()
990 struct ehci_qh *head; in qh_link_async()
1026 static struct ehci_qh *qh_append_tds ( in qh_append_tds()
1034 struct ehci_qh *qh = NULL; in qh_append_tds()
1037 qh = (struct ehci_qh *) *ptr; in qh_append_tds()
1116 struct ehci_qh *qh = NULL; in submit_async()
1267 static void single_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh) in single_unlink_async()
1269 struct ehci_qh *prev; in single_unlink_async()
1314 struct ehci_qh *qh; in end_unlink_async()
1326 qh = list_first_entry(&ehci->async_unlink, struct ehci_qh, in end_unlink_async()
1367 qh = list_first_entry(&ehci->async_idle, struct ehci_qh, in end_unlink_async()
1384 static void start_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh);
1388 struct ehci_qh *qh; in unlink_empty_async()
1389 struct ehci_qh *qh_to_unlink = NULL; in unlink_empty_async()
1418 struct ehci_qh *qh; in unlink_empty_async_suspended()
1431 static void start_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh) in start_unlink_async()
1445 struct ehci_qh *qh; in scan_async()