Lines Matching refs:ehci_qtd
50 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill()
92 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
128 struct ehci_qtd *qtd; in qh_refresh()
130 qtd = list_entry(qh->qtd_list.next, struct ehci_qtd, qtd_list); in qh_refresh()
300 struct ehci_qtd *last, *end = qh->dummy; in qh_completions()
332 struct ehci_qtd *qtd; in qh_completions()
336 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions()
501 struct ehci_qtd, qtd_list); in qh_completions()
572 struct ehci_qtd *qtd; in qtd_list_free()
574 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free()
590 struct ehci_qtd *qtd, *qtd_prev; in qh_urb_transaction()
1044 struct ehci_qtd *qtd; in qh_append_tds()
1049 qtd = list_entry (qtd_list->next, struct ehci_qtd, in qh_append_tds()
1064 struct ehci_qtd *dummy; in qh_append_tds()
1092 struct ehci_qtd, qtd_list); in qh_append_tds()
1123 struct ehci_qtd *qtd; in submit_async()
1124 qtd = list_entry(qtd_list->next, struct ehci_qtd, qtd_list); in submit_async()
1183 struct ehci_qtd *qtd, *qtd_prev; in submit_single_step_set_feature()