Lines Matching refs:ehci_qtd
483 static int oxu_buf_alloc(struct oxu_hcd *oxu, struct ehci_qtd *qtd, int len) in oxu_buf_alloc()
535 static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_buf_free()
551 static inline void ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma) in ehci_qtd_init()
561 static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_qtd_free()
576 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu) in ehci_qtd_alloc()
579 struct ehci_qtd *qtd = NULL; in ehci_qtd_alloc()
588 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i]; in ehci_qtd_alloc()
782 static int qtd_fill(struct ehci_qtd *qtd, dma_addr_t buf, size_t len, in qtd_fill()
821 struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
856 struct ehci_qtd *qtd; in qh_refresh()
862 struct ehci_qtd, qtd_list); in qh_refresh()
984 struct ehci_qtd *last = NULL, *end = qh->dummy; in qh_completions()
1011 struct ehci_qtd *qtd; in qh_completions()
1015 qtd = list_entry(entry, struct ehci_qtd, qtd_list); in qh_completions()
1115 struct ehci_qtd, qtd_list); in qh_completions()
1183 struct ehci_qtd *qtd; in qtd_list_free()
1185 qtd = list_entry(entry, struct ehci_qtd, qtd_list); in qtd_list_free()
1198 struct ehci_qtd *qtd, *qtd_prev; in qh_urb_transaction()
1555 struct ehci_qtd *qtd; in qh_append_tds()
1560 qtd = list_entry(qtd_list->next, struct ehci_qtd, in qh_append_tds()
1575 struct ehci_qtd *dummy; in qh_append_tds()
1603 struct ehci_qtd, qtd_list); in qh_append_tds()
1620 struct ehci_qtd *qtd; in submit_async()
1626 qtd = list_entry(qtd_list->next, struct ehci_qtd, qtd_list); in submit_async()