Lines Matching refs:ehci_qtd
46 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill()
88 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
124 struct ehci_qtd *qtd; in qh_refresh()
126 qtd = list_entry(qh->qtd_list.next, struct ehci_qtd, qtd_list); in qh_refresh()
289 struct ehci_qtd *last, *end = qh->dummy; in qh_completions()
321 struct ehci_qtd *qtd; in qh_completions()
325 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions()
490 struct ehci_qtd, qtd_list); in qh_completions()
561 struct ehci_qtd *qtd; in qtd_list_free()
563 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free()
579 struct ehci_qtd *qtd, *qtd_prev; in qh_urb_transaction()
1033 struct ehci_qtd *qtd; in qh_append_tds()
1038 qtd = list_entry (qtd_list->next, struct ehci_qtd, in qh_append_tds()
1053 struct ehci_qtd *dummy; in qh_append_tds()
1081 struct ehci_qtd, qtd_list); in qh_append_tds()
1112 struct ehci_qtd *qtd; in submit_async()
1113 qtd = list_entry(qtd_list->next, struct ehci_qtd, qtd_list); in submit_async()
1172 struct ehci_qtd *qtd, *qtd_prev; in submit_single_step_set_feature()