Lines Matching refs:ehci_qtd

234 struct ehci_qtd {  struct
331 struct ehci_qtd *dummy;
392 struct ehci_qtd qtd_pool[QTD_NUM];
907 static int oxu_buf_alloc(struct oxu_hcd *oxu, struct ehci_qtd *qtd, int len) in oxu_buf_alloc()
959 static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_buf_free()
975 static inline void ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma) in ehci_qtd_init()
985 static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_qtd_free()
1000 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu) in ehci_qtd_alloc()
1003 struct ehci_qtd *qtd = NULL; in ehci_qtd_alloc()
1012 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i]; in ehci_qtd_alloc()
1206 static int qtd_fill(struct ehci_qtd *qtd, dma_addr_t buf, size_t len, in qtd_fill()
1245 struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
1280 struct ehci_qtd *qtd; in qh_refresh()
1286 struct ehci_qtd, qtd_list); in qh_refresh()
1409 struct ehci_qtd *last = NULL, *end = qh->dummy; in qh_completions()
1410 struct ehci_qtd *qtd, *tmp; in qh_completions()
1538 struct ehci_qtd, qtd_list); in qh_completions()
1603 struct ehci_qtd *qtd, *temp; in qtd_list_free()
1618 struct ehci_qtd *qtd, *qtd_prev; in qh_urb_transaction()
1975 struct ehci_qtd *qtd; in qh_append_tds()
1980 qtd = list_entry(qtd_list->next, struct ehci_qtd, in qh_append_tds()
1995 struct ehci_qtd *dummy; in qh_append_tds()
2023 struct ehci_qtd, qtd_list); in qh_append_tds()
2045 struct ehci_qtd *qtd; in submit_async()
2047 qtd = list_entry(qtd_list->next, struct ehci_qtd, qtd_list); in submit_async()