Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-mem.c45 ohci->ed_cache = dma_pool_create ("ohci_ed", in ohci_mem_init()
50 if (!ohci->ed_cache) { in ohci_mem_init()
63 if (ohci->ed_cache) { in ohci_mem_cleanup()
64 dma_pool_destroy (ohci->ed_cache); in ohci_mem_cleanup()
65 ohci->ed_cache = NULL; in ohci_mem_cleanup()
125 ed = dma_pool_alloc (hc->ed_cache, mem_flags, &dma); in ed_alloc()
137 dma_pool_free (hc->ed_cache, ed, ed->dma); in ed_free()
Dohci.h389 struct dma_pool *ed_cache; member