Lines Matching refs:ehci_qh

79 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd)  in qh_update()
113 qh_refresh (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_refresh()
138 static void qh_link_async(struct ehci_hcd *ehci, struct ehci_qh *qh);
144 struct ehci_qh *qh = ep->hcpriv; in ehci_clear_tt_buffer_complete()
155 static void ehci_clear_tt_buffer(struct ehci_hcd *ehci, struct ehci_qh *qh, in ehci_clear_tt_buffer()
281 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh);
289 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_completions()
759 static struct ehci_qh *
765 struct ehci_qh *qh = ehci_qh_alloc (ehci, flags); in qh_make()
981 static void qh_link_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_async()
984 struct ehci_qh *head; in qh_link_async()
1020 static struct ehci_qh *qh_append_tds ( in qh_append_tds()
1028 struct ehci_qh *qh = NULL; in qh_append_tds()
1031 qh = (struct ehci_qh *) *ptr; in qh_append_tds()
1110 struct ehci_qh *qh = NULL; in submit_async()
1257 static void single_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh) in single_unlink_async()
1259 struct ehci_qh *prev; in single_unlink_async()
1313 struct ehci_qh *qh; in end_unlink_async()
1318 qh = list_first_entry(&ehci->async_unlink, struct ehci_qh, in end_unlink_async()
1405 qh = list_first_entry(&ehci->async_idle, struct ehci_qh, in end_unlink_async()
1422 static void start_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh);
1426 struct ehci_qh *qh; in unlink_empty_async()
1427 struct ehci_qh *qh_to_unlink = NULL; in unlink_empty_async()
1459 struct ehci_qh *qh; in unlink_empty_async_suspended()
1473 static void start_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh) in start_unlink_async()
1487 struct ehci_qh *qh; in scan_async()