Lines Matching refs:ehci_qh

88 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd)  in qh_update()
122 qh_refresh (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_refresh()
143 static void qh_link_async(struct ehci_hcd *ehci, struct ehci_qh *qh);
149 struct ehci_qh *qh = ep->hcpriv; in ehci_clear_tt_buffer_complete()
160 static void ehci_clear_tt_buffer(struct ehci_hcd *ehci, struct ehci_qh *qh, in ehci_clear_tt_buffer()
279 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh);
287 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_completions()
757 static struct ehci_qh *
763 struct ehci_qh *qh = ehci_qh_alloc (ehci, flags); in qh_make()
976 static void qh_link_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_async()
979 struct ehci_qh *head; in qh_link_async()
1015 static struct ehci_qh *qh_append_tds ( in qh_append_tds()
1023 struct ehci_qh *qh = NULL; in qh_append_tds()
1026 qh = (struct ehci_qh *) *ptr; in qh_append_tds()
1105 struct ehci_qh *qh = NULL; in submit_async()
1256 static void single_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh) in single_unlink_async()
1258 struct ehci_qh *prev; in single_unlink_async()
1303 struct ehci_qh *qh; in end_unlink_async()
1315 qh = list_first_entry(&ehci->async_unlink, struct ehci_qh, in end_unlink_async()
1356 qh = list_first_entry(&ehci->async_idle, struct ehci_qh, in end_unlink_async()
1373 static void start_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh);
1377 struct ehci_qh *qh; in unlink_empty_async()
1378 struct ehci_qh *qh_to_unlink = NULL; in unlink_empty_async()
1407 struct ehci_qh *qh; in unlink_empty_async_suspended()
1420 static void start_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh) in start_unlink_async()
1434 struct ehci_qh *qh; in scan_async()