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);
1409 struct ehci_qtd *last = NULL, *end = qh->dummy;
1410 struct ehci_qtd *qtd, *tmp;
1538 struct ehci_qtd, qtd_list);
1603 struct ehci_qtd *qtd, *temp;
1618 struct ehci_qtd *qtd, *qtd_prev;
1975 struct ehci_qtd *qtd;
1980 qtd = list_entry(qtd_list->next, struct ehci_qtd,
1995 struct ehci_qtd *dummy;
2023 struct ehci_qtd, qtd_list);
2045 struct ehci_qtd *qtd;
2047 qtd = list_entry(qtd_list->next, struct ehci_qtd, qtd_list);