Lines Matching defs:ehci_qtd
234 struct ehci_qtd {
320 /* qtd overlay (hardware parts of a struct ehci_qtd) */
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)
959 static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd)
975 static inline void ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma)
985 static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd)
1000 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu)
1003 struct ehci_qtd *qtd = NULL;
1012 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i];
1206 static int qtd_fill(struct ehci_qtd *qtd, dma_addr_t buf, size_t len,
1245 struct ehci_qh *qh, struct ehci_qtd *qtd)
1280 struct ehci_qtd *qtd;
1286 struct ehci_qtd, qtd_list);
1408 struct ehci_qtd *last = NULL, *end = qh->dummy;
1409 struct ehci_qtd *qtd, *tmp;
1537 struct ehci_qtd, qtd_list);
1602 struct ehci_qtd *qtd, *temp;
1617 struct ehci_qtd *qtd, *qtd_prev;
1974 struct ehci_qtd *qtd;
1979 qtd = list_entry(qtd_list->next, struct ehci_qtd,
1994 struct ehci_qtd *dummy;
2022 struct ehci_qtd, qtd_list);
2044 struct ehci_qtd *qtd;
2046 qtd = list_entry(qtd_list->next, struct ehci_qtd, qtd_list);