/kernel/linux/linux-5.10/drivers/usb/host/ |
H A 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() 144 ehci->qtd_pool = dma_pool_create ("ehci_qtd", in ehci_mem_init() 146 sizeof (struct ehci_qtd), in ehci_mem_init()
|
H A D | ehci-q.c | 37 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill() 79 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update() 115 struct ehci_qtd *qtd; in qh_refresh() 117 qtd = list_entry(qh->qtd_list.next, struct ehci_qtd, qtd_list); in qh_refresh() 291 struct ehci_qtd *last, *end = qh->dummy; in qh_completions() 323 struct ehci_qtd *qtd; in qh_completions() 327 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions() 497 struct ehci_qtd, qtd_list); in qh_completions() 563 struct ehci_qtd *qtd; in qtd_list_free() 565 qtd = list_entry (entry, struct ehci_qtd, qtd_lis in qtd_list_free() [all...] |
H A D | oxu210hp-hcd.c | 234 struct ehci_qtd { struct 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) in oxu_buf_alloc() 959 static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_buf_free() 975 static inline void ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma) in ehci_qtd_init() 985 static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_qtd_free() 1000 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu) in ehci_qtd_alloc() 1003 struct ehci_qtd *qt in ehci_qtd_alloc() [all...] |
H A 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()
|
H A D | ehci.h | 70 * ehci_qtd: qtd_list 288 struct ehci_qtd { struct 397 /* qtd overlay (hardware parts of a struct ehci_qtd) */ 412 struct ehci_qtd *dummy;
|
H A D | ehci-hcd.c | 1337 sizeof(struct ehci_qh), sizeof(struct ehci_qtd), in ehci_hcd_init()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A 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() 143 ehci->qtd_pool = dma_pool_create ("ehci_qtd", in ehci_mem_init() 145 sizeof (struct ehci_qtd), in ehci_mem_init()
|
H A D | ehci-q.c | 37 qtd_fill(struct ehci_hcd *ehci, struct ehci_qtd *qtd, dma_addr_t buf, in qtd_fill() 80 qh_update (struct ehci_hcd *ehci, struct ehci_qh *qh, struct ehci_qtd *qtd) in qh_update() 116 struct ehci_qtd *qtd; in qh_refresh() 118 qtd = list_entry(qh->qtd_list.next, struct ehci_qtd, qtd_list); in qh_refresh() 292 struct ehci_qtd *last, *end = qh->dummy; in qh_completions() 324 struct ehci_qtd *qtd; in qh_completions() 328 qtd = list_entry (entry, struct ehci_qtd, qtd_list); in qh_completions() 498 struct ehci_qtd, qtd_list); in qh_completions() 564 struct ehci_qtd *qtd; in qtd_list_free() 566 qtd = list_entry (entry, struct ehci_qtd, qtd_lis in qtd_list_free() [all...] |
H A D | oxu210hp-hcd.c | 234 struct ehci_qtd { struct 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) in oxu_buf_alloc() 959 static void oxu_buf_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_buf_free() 975 static inline void ehci_qtd_init(struct ehci_qtd *qtd, dma_addr_t dma) in ehci_qtd_init() 985 static inline void oxu_qtd_free(struct oxu_hcd *oxu, struct ehci_qtd *qtd) in oxu_qtd_free() 1000 static struct ehci_qtd *ehci_qtd_alloc(struct oxu_hcd *oxu) in ehci_qtd_alloc() 1003 struct ehci_qtd *qt in ehci_qtd_alloc() [all...] |
H A 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()
|
H A D | ehci.h | 70 * ehci_qtd: qtd_list 291 struct ehci_qtd { struct 400 /* qtd overlay (hardware parts of a struct ehci_qtd) */ 415 struct ehci_qtd *dummy;
|
H A D | ehci-hcd.c | 1366 sizeof(struct ehci_qh), sizeof(struct ehci_qtd), in ehci_hcd_init()
|