Lines Matching refs:ehci_qh

75 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd)  in qh_update()
109 qh_refresh (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_refresh()
134 static void qh_link_async(struct ehci_hcd *ehci, struct ehci_qh *qh);
140 struct ehci_qh *qh = ep->hcpriv; in ehci_clear_tt_buffer_complete()
151 static void ehci_clear_tt_buffer(struct ehci_hcd *ehci, struct ehci_qh *qh, in ehci_clear_tt_buffer()
270 static int qh_schedule (struct ehci_hcd *ehci, struct ehci_qh *qh);
278 qh_completions (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_completions()
748 static struct ehci_qh *
754 struct ehci_qh *qh = ehci_qh_alloc (ehci, flags); in qh_make()
970 static void qh_link_async (struct ehci_hcd *ehci, struct ehci_qh *qh) in qh_link_async()
973 struct ehci_qh *head; in qh_link_async()
1009 static struct ehci_qh *qh_append_tds ( in qh_append_tds()
1017 struct ehci_qh *qh = NULL; in qh_append_tds()
1020 qh = (struct ehci_qh *) *ptr; in qh_append_tds()
1099 struct ehci_qh *qh = NULL; in submit_async()
1246 static void single_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh) in single_unlink_async()
1248 struct ehci_qh *prev; in single_unlink_async()
1302 struct ehci_qh *qh; in end_unlink_async()
1307 qh = list_first_entry(&ehci->async_unlink, struct ehci_qh, in end_unlink_async()
1394 qh = list_first_entry(&ehci->async_idle, struct ehci_qh, in end_unlink_async()
1411 static void start_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh);
1415 struct ehci_qh *qh; in unlink_empty_async()
1416 struct ehci_qh *qh_to_unlink = NULL; in unlink_empty_async()
1448 struct ehci_qh *qh; in unlink_empty_async_suspended()
1462 static void start_unlink_async(struct ehci_hcd *ehci, struct ehci_qh *qh) in start_unlink_async()
1476 struct ehci_qh *qh; in scan_async()