itd_pool          122 drivers/usb/host/ehci-mem.c 	dma_pool_destroy(ehci->itd_pool);
itd_pool          123 drivers/usb/host/ehci-mem.c 	ehci->itd_pool = NULL;
itd_pool          168 drivers/usb/host/ehci-mem.c 	ehci->itd_pool = dma_pool_create ("ehci_itd",
itd_pool          173 drivers/usb/host/ehci-mem.c 	if (!ehci->itd_pool) {
itd_pool         1291 drivers/usb/host/ehci-sched.c 			itd = dma_pool_alloc(ehci->itd_pool, mem_flags,
itd_pool          302 drivers/usb/host/ehci-timer.c 		dma_pool_free(ehci->itd_pool, itd, itd->itd_dma);
itd_pool          197 drivers/usb/host/ehci.h 	struct dma_pool		*itd_pool;	/* itd per iso urb */
itd_pool         1248 drivers/usb/host/fotg210-hcd.c 		dma_pool_free(fotg210->itd_pool, itd, itd->itd_dma);
itd_pool         1905 drivers/usb/host/fotg210-hcd.c 	dma_pool_destroy(fotg210->itd_pool);
itd_pool         1906 drivers/usb/host/fotg210-hcd.c 	fotg210->itd_pool = NULL;
itd_pool         1947 drivers/usb/host/fotg210-hcd.c 	fotg210->itd_pool = dma_pool_create("fotg210_itd",
itd_pool         1952 drivers/usb/host/fotg210-hcd.c 	if (!fotg210->itd_pool)
itd_pool         4116 drivers/usb/host/fotg210-hcd.c 			itd = dma_pool_zalloc(fotg210->itd_pool, mem_flags,
itd_pool          164 drivers/usb/host/fotg210.h 	struct dma_pool		*itd_pool;	/* itd per iso urb */