Home
last modified time | relevance | path

Searched refs:td_cache (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/usb/host/
Dohci-mem.c46 ohci->td_cache = dma_pool_create ("ohci_td", in ohci_mem_init()
51 if (!ohci->td_cache) in ohci_mem_init()
59 dma_pool_destroy (ohci->td_cache); in ohci_mem_init()
67 dma_pool_destroy(ohci->td_cache); in ohci_mem_cleanup()
68 ohci->td_cache = NULL; in ohci_mem_cleanup()
100 td = dma_pool_zalloc(hc->td_cache, mem_flags, &dma); in td_alloc()
127 dma_pool_free(hc->td_cache, td, td->td_dma); in td_free()
Dohci.h391 struct dma_pool *td_cache; member