Lines Matching refs:ehci_qtd
33 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill()
76 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
112 struct ehci_qtd *qtd; in qh_refresh()
114 qtd = list_entry(qh->qtd_list.next, struct ehci_qtd, qtd_list); in qh_refresh()
288 struct ehci_qtd *last, *end = qh->dummy; in qh_completions()
320 struct ehci_qtd *qtd; in qh_completions()
324 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions()
494 struct ehci_qtd, qtd_list); in qh_completions()
560 struct ehci_qtd *qtd; in qtd_list_free()
562 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free()
578 struct ehci_qtd *qtd, *qtd_prev; in qh_urb_transaction()
1035 struct ehci_qtd *qtd; in qh_append_tds()
1040 qtd = list_entry (qtd_list->next, struct ehci_qtd, in qh_append_tds()
1055 struct ehci_qtd *dummy; in qh_append_tds()
1083 struct ehci_qtd, qtd_list); in qh_append_tds()
1114 struct ehci_qtd *qtd; in submit_async()
1115 qtd = list_entry(qtd_list->next, struct ehci_qtd, qtd_list); in submit_async()
1174 struct ehci_qtd *qtd, *qtd_prev; in ehci_submit_single_step_set_feature()