Lines Matching refs:ehci_qtd
1942 qtd_fill (struct ehci_qtd *qtd, dma_addr_t buf, size_t len, in qtd_fill()
2161 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
2900 struct ehci_qtd *last = 0, *end = qh->dummy; in qh_completions()
3012 struct ehci_qtd *qtd; in qh_completions()
3016 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions()
3303 last = list_entry (qtd->qtd_list.prev, struct ehci_qtd, qtd_list); in qh_completions()
3375 end = list_entry (qh->qtd_list.next,struct ehci_qtd, qtd_list); in qh_completions()
3450 struct ehci_qtd *qtd; in qtd_list_free()
3500 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free()
3563 struct ehci_qtd *qtd, *qtd_prev; in qh_urb_transaction()
5336 struct ehci_qtd *qtd; in qh_append_tds()
5342 qtd = list_entry (qtd_list->next, struct ehci_qtd, qtd_list); in qh_append_tds()
5482 struct ehci_qtd *dummy; in qh_append_tds()
5552 qtd = list_entry (qh->qtd_list.prev, struct ehci_qtd, qtd_list); in qh_append_tds()
5576 struct ehci_qtd *qtd; in submit_async()
5630 qtd = list_entry (qtd_list->next, struct ehci_qtd, qtd_list); in submit_async()
9571 sizeof (struct ehci_qh), sizeof (struct ehci_qtd), in ehci_hcd_cpe_ehci_init()
9815 sizeof (struct ehci_qh), sizeof (struct ehci_qtd), in ehci_hcd_cpe_driver_init_EX()
9858 struct ehci_qtd *qtd, *qtd_prev; in qh_urb_transaction_EHSET()