Searched refs:itd_pool (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/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 | fotg210.h | 164 struct dma_pool *itd_pool; /* itd per iso urb */ member
|
D | ehci.h | 197 struct dma_pool *itd_pool; /* itd per iso urb */ member
|
D | fotg210-hcd.c | 1247 dma_pool_free(fotg210->itd_pool, itd, itd->itd_dma); in end_free_itds() 1905 dma_pool_destroy(fotg210->itd_pool); in fotg210_mem_cleanup() 1906 fotg210->itd_pool = NULL; in fotg210_mem_cleanup() 1947 fotg210->itd_pool = dma_pool_create("fotg210_itd", in fotg210_mem_init() 1952 if (!fotg210->itd_pool) in fotg210_mem_init() 4112 itd = dma_pool_alloc(fotg210->itd_pool, mem_flags, in itd_urb_transaction()
|
D | ehci-sched.c | 1275 itd = dma_pool_alloc(ehci->itd_pool, mem_flags, in itd_urb_transaction()
|