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

/linux-master/drivers/usb/host/
H A Dohci-mem.c46 ohci->td_cache = dma_pool_create ("ohci_td",
51 if (!ohci->td_cache)
59 dma_pool_destroy (ohci->td_cache);
67 dma_pool_destroy(ohci->td_cache);
68 ohci->td_cache = NULL;
100 td = dma_pool_zalloc(hc->td_cache, mem_flags, &dma);
127 dma_pool_free(hc->td_cache, td, td->td_dma);
H A Dohci.h389 * @td_cache and @ed_cache are %NULL if &usb_hcd.localmem_pool is used.
391 struct dma_pool *td_cache; member in struct:ohci_hcd

Completed in 137 milliseconds