td_cache 46 drivers/usb/host/ohci-mem.c ohci->td_cache = dma_pool_create ("ohci_td", td_cache 51 drivers/usb/host/ohci-mem.c if (!ohci->td_cache) td_cache 59 drivers/usb/host/ohci-mem.c dma_pool_destroy (ohci->td_cache); td_cache 67 drivers/usb/host/ohci-mem.c dma_pool_destroy(ohci->td_cache); td_cache 68 drivers/usb/host/ohci-mem.c ohci->td_cache = NULL; td_cache 100 drivers/usb/host/ohci-mem.c td = dma_pool_zalloc(hc->td_cache, mem_flags, &dma); td_cache 127 drivers/usb/host/ohci-mem.c dma_pool_free(hc->td_cache, td, td->td_dma); td_cache 391 drivers/usb/host/ohci.h struct dma_pool *td_cache;