qtd_pool           41 drivers/usb/host/ehci-mem.c 	qtd = dma_pool_alloc (ehci->qtd_pool, flags, &dma);
qtd_pool           50 drivers/usb/host/ehci-mem.c 	dma_pool_free (ehci->qtd_pool, qtd, qtd->qtd_dma);
qtd_pool          118 drivers/usb/host/ehci-mem.c 	dma_pool_destroy(ehci->qtd_pool);
qtd_pool          119 drivers/usb/host/ehci-mem.c 	ehci->qtd_pool = NULL;
qtd_pool          144 drivers/usb/host/ehci-mem.c 	ehci->qtd_pool = dma_pool_create ("ehci_qtd",
qtd_pool          149 drivers/usb/host/ehci-mem.c 	if (!ehci->qtd_pool) {
qtd_pool          196 drivers/usb/host/ehci.h 	struct dma_pool		*qtd_pool;	/* one or more per qh */
qtd_pool         1826 drivers/usb/host/fotg210-hcd.c 	qtd = dma_pool_alloc(fotg210->qtd_pool, flags, &dma);
qtd_pool         1836 drivers/usb/host/fotg210-hcd.c 	dma_pool_free(fotg210->qtd_pool, qtd, qtd->qtd_dma);
qtd_pool         1899 drivers/usb/host/fotg210-hcd.c 	dma_pool_destroy(fotg210->qtd_pool);
qtd_pool         1900 drivers/usb/host/fotg210-hcd.c 	fotg210->qtd_pool = NULL;
qtd_pool         1925 drivers/usb/host/fotg210-hcd.c 	fotg210->qtd_pool = dma_pool_create("fotg210_qtd",
qtd_pool         1930 drivers/usb/host/fotg210-hcd.c 	if (!fotg210->qtd_pool)
qtd_pool          163 drivers/usb/host/fotg210.h 	struct dma_pool		*qtd_pool;	/* one or more per qh */
qtd_pool          391 drivers/usb/host/oxu210hp-hcd.c 	struct ehci_qtd		qtd_pool[QTD_NUM];
qtd_pool          995 drivers/usb/host/oxu210hp-hcd.c 	index = qtd - &oxu->mem->qtd_pool[0];
qtd_pool         1013 drivers/usb/host/oxu210hp-hcd.c 		qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i];