Searched refs:ehci_qtd (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-mem.c38 static inline void ehci_qtd_init(struct ehci_hcd *ehci, struct ehci_qtd *qtd,
49 static struct ehci_qtd *ehci_qtd_alloc (struct ehci_hcd *ehci, gfp_t flags)
51 struct ehci_qtd *qtd;
61 static inline void ehci_qtd_free (struct ehci_hcd *ehci, struct ehci_qtd *qtd)
179 ehci->qtd_pool = dma_pool_create ("ehci_qtd",
181 sizeof (struct ehci_qtd),
H A Dehci-q.c46 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf,
88 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd)
126 struct ehci_qtd *qtd;
132 struct ehci_qtd, qtd_list);
311 struct ehci_qtd *last, *end = qh->dummy;
348 struct ehci_qtd *qtd;
352 qtd = list_entry (entry, struct ehci_qtd, qtd_list);
510 struct ehci_qtd, qtd_list);
598 struct ehci_qtd *qtd;
600 qtd = list_entry (entry, struct ehci_qtd, qtd_lis
[all...]
H A Doxu210hp.h203 struct ehci_qtd { struct
289 /* qtd overlay (hardware parts of a struct ehci_qtd) */
300 struct ehci_qtd *dummy;
361 struct ehci_qtd qtd_pool[QTD_NUM];
H A Doxu210hp-hcd.c467 static int oxu_buf_alloc(struct oxu_hcd *oxu, struct ehci_qtd *qtd, int len)
519 static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd)
537 static inline void ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma)
547 static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd)
564 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu)
567 struct ehci_qtd *qtd = NULL;
576 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i];
774 static int qtd_fill(struct ehci_qtd *qtd, dma_addr_t buf, size_t len,
813 struct ehci_qh *qh, struct ehci_qtd *qtd)
848 struct ehci_qtd *qt
[all...]
H A Dehci.h57 * ehci_qtd: qtd_list
217 struct ehci_qtd { struct
319 /* qtd overlay (hardware parts of a struct ehci_qtd) */
333 struct ehci_qtd *dummy;
H A Dehci-dbg.c123 dbg_qtd (const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd)
145 dbg_qtd("overlay", ehci, (struct ehci_qtd *) &hw->hw_qtd_next);
435 struct ehci_qtd *td;
472 td = list_entry (entry, struct ehci_qtd, qtd_list);
622 struct ehci_qtd *qtd;
H A Dehci-hcd.c1244 sizeof(struct ehci_qh), sizeof(struct ehci_qtd),

Completed in 64 milliseconds