Lines Matching refs:ehci_qh

80 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd)  in qh_update()
114 qh_refresh (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_refresh()
139 static void qh_link_async(struct ehci_hcd *ehci, struct ehci_qh *qh);
145 struct ehci_qh *qh = ep->hcpriv; in ehci_clear_tt_buffer_complete()
156 static void ehci_clear_tt_buffer(struct ehci_hcd *ehci, struct ehci_qh *qh, in ehci_clear_tt_buffer()
282 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh);
290 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_completions()
760 static struct ehci_qh *
766 struct ehci_qh *qh = ehci_qh_alloc (ehci, flags); in qh_make()
982 static void qh_link_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_async()
985 struct ehci_qh *head; in qh_link_async()
1021 static struct ehci_qh *qh_append_tds ( in qh_append_tds()
1029 struct ehci_qh *qh = NULL; in qh_append_tds()
1032 qh = (struct ehci_qh *) *ptr; in qh_append_tds()
1111 struct ehci_qh *qh = NULL; in submit_async()
1258 static void single_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh) in single_unlink_async()
1260 struct ehci_qh *prev; in single_unlink_async()
1314 struct ehci_qh *qh; in end_unlink_async()
1319 qh = list_first_entry(&ehci->async_unlink, struct ehci_qh, in end_unlink_async()
1406 qh = list_first_entry(&ehci->async_idle, struct ehci_qh, in end_unlink_async()
1423 static void start_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh);
1427 struct ehci_qh *qh; in unlink_empty_async()
1428 struct ehci_qh *qh_to_unlink = NULL; in unlink_empty_async()
1460 struct ehci_qh *qh; in unlink_empty_async_suspended()
1474 static void start_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh) in start_unlink_async()
1488 struct ehci_qh *qh; in scan_async()