ed_cache           53 drivers/usb/host/ohci-mem.c 	ohci->ed_cache = dma_pool_create ("ohci_ed",
ed_cache           58 drivers/usb/host/ohci-mem.c 	if (!ohci->ed_cache) {
ed_cache           69 drivers/usb/host/ohci-mem.c 	dma_pool_destroy(ohci->ed_cache);
ed_cache           70 drivers/usb/host/ohci-mem.c 	ohci->ed_cache = NULL;
ed_cache          144 drivers/usb/host/ohci-mem.c 		ed = dma_pool_zalloc(hc->ed_cache, mem_flags, &dma);
ed_cache          161 drivers/usb/host/ohci-mem.c 		dma_pool_free(hc->ed_cache, ed, ed->dma);
ed_cache          392 drivers/usb/host/ohci.h 	struct dma_pool		*ed_cache;