Lines Matching refs:ehci_qtd
46 qtd_fill (struct ehci_qtd *qtd, dma_addr_t buf, size_t len, in qtd_fill()
87 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
102 struct ehci_qtd *qtd; in qh_refresh()
108 struct ehci_qtd, qtd_list); in qh_refresh()
292 struct ehci_qtd *last = 0, *end = qh->dummy; in qh_completions()
318 struct ehci_qtd *qtd; in qh_completions()
322 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions()
405 struct ehci_qtd, qtd_list); in qh_completions()
460 struct ehci_qtd *qtd; in qtd_list_free()
462 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free()
478 struct ehci_qtd *qtd, *qtd_prev; in qh_urb_transaction()
835 struct ehci_qtd *qtd; in qh_append_tds()
840 qtd = list_entry (qtd_list->next, struct ehci_qtd, in qh_append_tds()
896 struct ehci_qtd *dummy; in qh_append_tds()
924 struct ehci_qtd, qtd_list); in qh_append_tds()
946 struct ehci_qtd *qtd; in submit_async()
952 qtd = list_entry (qtd_list->next, struct ehci_qtd, qtd_list); in submit_async()