Lines Matching refs:ehci_qtd

480 static int oxu_buf_alloc(struct oxu_hcd *oxu, struct ehci_qtd *qtd, int len)  in oxu_buf_alloc()
532 static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_buf_free()
548 static inline void ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma) in ehci_qtd_init()
558 static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_qtd_free()
573 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu) in ehci_qtd_alloc()
576 struct ehci_qtd *qtd = NULL; in ehci_qtd_alloc()
585 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i]; in ehci_qtd_alloc()
779 static int qtd_fill(struct ehci_qtd *qtd, dma_addr_t buf, size_t len, in qtd_fill()
818 struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
853 struct ehci_qtd *qtd; in qh_refresh()
859 struct ehci_qtd, qtd_list); in qh_refresh()
981 struct ehci_qtd *last = NULL, *end = qh->dummy; in qh_completions()
1008 struct ehci_qtd *qtd; in qh_completions()
1012 qtd = list_entry(entry, struct ehci_qtd, qtd_list); in qh_completions()
1112 struct ehci_qtd, qtd_list); in qh_completions()
1180 struct ehci_qtd *qtd; in qtd_list_free()
1182 qtd = list_entry(entry, struct ehci_qtd, qtd_list); in qtd_list_free()
1195 struct ehci_qtd *qtd, *qtd_prev; in qh_urb_transaction()
1552 struct ehci_qtd *qtd; in qh_append_tds()
1557 qtd = list_entry(qtd_list->next, struct ehci_qtd, in qh_append_tds()
1572 struct ehci_qtd *dummy; in qh_append_tds()
1600 struct ehci_qtd, qtd_list); in qh_append_tds()
1617 struct ehci_qtd *qtd; in submit_async()
1623 qtd = list_entry(qtd_list->next, struct ehci_qtd, qtd_list); in submit_async()