Lines Matching refs:ehci_qtd
37 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill()
80 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
116 struct ehci_qtd *qtd; in qh_refresh()
118 qtd = list_entry(qh->qtd_list.next, struct ehci_qtd, qtd_list); in qh_refresh()
292 struct ehci_qtd *last, *end = qh->dummy; in qh_completions()
324 struct ehci_qtd *qtd; in qh_completions()
328 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions()
498 struct ehci_qtd, qtd_list); in qh_completions()
564 struct ehci_qtd *qtd; in qtd_list_free()
566 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free()
582 struct ehci_qtd *qtd, *qtd_prev; in qh_urb_transaction()
1039 struct ehci_qtd *qtd; in qh_append_tds()
1044 qtd = list_entry (qtd_list->next, struct ehci_qtd, in qh_append_tds()
1059 struct ehci_qtd *dummy; in qh_append_tds()
1087 struct ehci_qtd, qtd_list); in qh_append_tds()
1118 struct ehci_qtd *qtd; in submit_async()
1119 qtd = list_entry(qtd_list->next, struct ehci_qtd, qtd_list); in submit_async()
1178 struct ehci_qtd *qtd, *qtd_prev; in ehci_submit_single_step_set_feature()