Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-q.c50 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill()
92 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
128 struct ehci_qtd *qtd; in qh_refresh()
130 qtd = list_entry(qh->qtd_list.next, struct ehci_qtd, qtd_list); in qh_refresh()
300 struct ehci_qtd *last, *end = qh->dummy; in qh_completions()
332 struct ehci_qtd *qtd; in qh_completions()
336 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions()
501 struct ehci_qtd, qtd_list); in qh_completions()
572 struct ehci_qtd *qtd; in qtd_list_free()
574 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free()
[all …]
Dehci-mem.c38 static inline void ehci_qtd_init(struct ehci_hcd *ehci, struct ehci_qtd *qtd, in ehci_qtd_init()
49 static struct ehci_qtd *ehci_qtd_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qtd_alloc()
51 struct ehci_qtd *qtd; in ehci_qtd_alloc()
61 static inline void ehci_qtd_free (struct ehci_hcd *ehci, struct ehci_qtd *qtd) in ehci_qtd_free()
167 sizeof (struct ehci_qtd), in ehci_mem_init()
Doxu210hp-hcd.c483 static int oxu_buf_alloc(struct oxu_hcd *oxu, struct ehci_qtd *qtd, int len) in oxu_buf_alloc()
535 static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_buf_free()
551 static inline void ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma) in ehci_qtd_init()
561 static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_qtd_free()
576 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu) in ehci_qtd_alloc()
579 struct ehci_qtd *qtd = NULL; in ehci_qtd_alloc()
588 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i]; in ehci_qtd_alloc()
782 static int qtd_fill(struct ehci_qtd *qtd, dma_addr_t buf, size_t len, in qtd_fill()
821 struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update()
856 struct ehci_qtd *qtd; in qh_refresh()
[all …]
Doxu210hp.h203 struct ehci_qtd { struct
300 struct ehci_qtd *dummy;
361 struct ehci_qtd qtd_pool[QTD_NUM];
Dehci-dbg.c107 dbg_qtd (const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd()
129 dbg_qtd("overlay", ehci, (struct ehci_qtd *) &hw->hw_qtd_next); in dbg_qh()
416 struct ehci_qtd *td; in qh_lines()
453 td = list_entry (entry, struct ehci_qtd, qtd_list); in qh_lines()
690 struct ehci_qtd *qtd; in fill_periodic_buffer()
Dehci.h296 struct ehci_qtd { struct
419 struct ehci_qtd *dummy;
Dehci-hcd.c1328 sizeof(struct ehci_qh), sizeof(struct ehci_qtd), in ehci_hcd_init()