Searched refs:ehci_qtd (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | ehci-mem.c | 25 static inline void ehci_qtd_init(struct ehci_hcd *ehci, struct ehci_qtd *qtd, in ehci_qtd_init() 36 static struct ehci_qtd *ehci_qtd_alloc (struct ehci_hcd *ehci, gfp_t flags) in ehci_qtd_alloc() 38 struct ehci_qtd *qtd; in ehci_qtd_alloc() 48 static inline void ehci_qtd_free (struct ehci_hcd *ehci, struct ehci_qtd *qtd) in ehci_qtd_free() 146 sizeof (struct ehci_qtd), in ehci_mem_init()
|
D | ehci-q.c | 33 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill() 75 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update() 111 struct ehci_qtd *qtd; in qh_refresh() 113 qtd = list_entry(qh->qtd_list.next, struct ehci_qtd, qtd_list); in qh_refresh() 280 struct ehci_qtd *last, *end = qh->dummy; in qh_completions() 312 struct ehci_qtd *qtd; in qh_completions() 316 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions() 486 struct ehci_qtd, qtd_list); in qh_completions() 552 struct ehci_qtd *qtd; in qtd_list_free() 554 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qtd_list_free() [all …]
|
D | oxu210hp.h | 204 struct ehci_qtd { struct 301 struct ehci_qtd *dummy; 362 struct ehci_qtd qtd_pool[QTD_NUM];
|
D | oxu210hp-hcd.c | 469 static int oxu_buf_alloc(struct oxu_hcd *oxu, struct ehci_qtd *qtd, int len) in oxu_buf_alloc() 521 static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_buf_free() 537 static inline void ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma) in ehci_qtd_init() 547 static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_qtd_free() 562 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu) in ehci_qtd_alloc() 565 struct ehci_qtd *qtd = NULL; in ehci_qtd_alloc() 574 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i]; in ehci_qtd_alloc() 768 static int qtd_fill(struct ehci_qtd *qtd, dma_addr_t buf, size_t len, in qtd_fill() 807 struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update() 842 struct ehci_qtd *qtd; in qh_refresh() [all …]
|
D | ehci-dbg.c | 80 dbg_qtd(const char *label, struct ehci_hcd *ehci, struct ehci_qtd *qtd) in dbg_qtd() 102 dbg_qtd("overlay", ehci, (struct ehci_qtd *) &hw->hw_qtd_next); in dbg_qh() 376 struct ehci_qtd *td; in qh_lines() 419 td = list_entry(entry, struct ehci_qtd, qtd_list); in qh_lines() 597 struct ehci_qtd *qtd; in output_buf_tds_dir()
|
D | ehci.h | 287 struct ehci_qtd { struct 411 struct ehci_qtd *dummy;
|
D | ehci-hcd.c | 1310 sizeof(struct ehci_qh), sizeof(struct ehci_qtd), in ehci_hcd_init()
|