Searched refs:itd_pool (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/usb/host/ |
D | ehci-mem.c | 121 dma_pool_destroy(ehci->itd_pool); in ehci_mem_cleanup() 122 ehci->itd_pool = NULL; in ehci_mem_cleanup() 167 ehci->itd_pool = dma_pool_create ("ehci_itd", in ehci_mem_init() 172 if (!ehci->itd_pool) { in ehci_mem_init()
|
D | ehci-timer.c | 302 dma_pool_free(ehci->itd_pool, itd, itd->itd_dma); in end_free_itds()
|
D | ehci.h | 197 struct dma_pool *itd_pool; /* itd per iso urb */ member
|
D | ehci-sched.c | 1276 itd = dma_pool_alloc(ehci->itd_pool, mem_flags, in itd_urb_transaction()
|
/linux-6.12.1/drivers/usb/fotg210/ |
D | fotg210-hcd.h | 164 struct dma_pool *itd_pool; /* itd per iso urb */ member
|
D | fotg210-hcd.c | 1239 dma_pool_free(fotg210->itd_pool, itd, itd->itd_dma); in end_free_itds() 1897 dma_pool_destroy(fotg210->itd_pool); in fotg210_mem_cleanup() 1898 fotg210->itd_pool = NULL; in fotg210_mem_cleanup() 1939 fotg210->itd_pool = dma_pool_create("fotg210_itd", in fotg210_mem_init() 1944 if (!fotg210->itd_pool) in fotg210_mem_init() 4104 itd = dma_pool_alloc(fotg210->itd_pool, mem_flags, in itd_urb_transaction()
|