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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dohci-mem.c44 ohci->ed_cache = dma_pool_create ("ohci_ed",
49 if (!ohci->ed_cache) {
62 if (ohci->ed_cache) {
63 dma_pool_destroy (ohci->ed_cache);
64 ohci->ed_cache = NULL;
124 ed = dma_pool_alloc (hc->ed_cache, mem_flags, &dma);
136 dma_pool_free (hc->ed_cache, ed, ed->dma);
H A Dohci.h380 struct dma_pool *ed_cache; member in struct:ohci_hcd

Completed in 43 milliseconds