Lines Matching refs:ehci_qtd
37 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill()
79 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
115 struct ehci_qtd *qtd; in qh_refresh()
117 qtd = list_entry(qh->qtd_list.next, struct ehci_qtd, qtd_list); in qh_refresh()
291 struct ehci_qtd *last, *end = qh->dummy; in qh_completions()
323 struct ehci_qtd *qtd; in qh_completions()
327 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions()
497 struct ehci_qtd, qtd_list); in qh_completions()
563 struct ehci_qtd *qtd; in qtd_list_free()
565 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free()
581 struct ehci_qtd *qtd, *qtd_prev; in qh_urb_transaction()
1038 struct ehci_qtd *qtd; in qh_append_tds()
1043 qtd = list_entry (qtd_list->next, struct ehci_qtd, in qh_append_tds()
1058 struct ehci_qtd *dummy; in qh_append_tds()
1086 struct ehci_qtd, qtd_list); in qh_append_tds()
1117 struct ehci_qtd *qtd; in submit_async()
1118 qtd = list_entry(qtd_list->next, struct ehci_qtd, qtd_list); in submit_async()
1177 struct ehci_qtd *qtd, *qtd_prev; in submit_single_step_set_feature()