Searched refs:ed_cache (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-mem.c | 53 ohci->ed_cache = dma_pool_create ("ohci_ed", in ohci_mem_init() 58 if (!ohci->ed_cache) { in ohci_mem_init() 69 dma_pool_destroy(ohci->ed_cache); in ohci_mem_cleanup() 70 ohci->ed_cache = NULL; in ohci_mem_cleanup() 144 ed = dma_pool_zalloc(hc->ed_cache, mem_flags, &dma); in ed_alloc() 161 dma_pool_free(hc->ed_cache, ed, ed->dma); in ed_free()
|
H A D | ohci.h | 389 * @td_cache and @ed_cache are %NULL if &usb_hcd.localmem_pool is used. 392 struct dma_pool *ed_cache; member
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-mem.c | 53 ohci->ed_cache = dma_pool_create ("ohci_ed", in ohci_mem_init() 58 if (!ohci->ed_cache) { in ohci_mem_init() 69 dma_pool_destroy(ohci->ed_cache); in ohci_mem_cleanup() 70 ohci->ed_cache = NULL; in ohci_mem_cleanup() 144 ed = dma_pool_zalloc(hc->ed_cache, mem_flags, &dma); in ed_alloc() 161 dma_pool_free(hc->ed_cache, ed, ed->dma); in ed_free()
|
H A D | ohci.h | 389 * @td_cache and @ed_cache are %NULL if &usb_hcd.localmem_pool is used. 392 struct dma_pool *ed_cache; member
|
Completed in 8 milliseconds