qh_pool           225 drivers/usb/chipidea/ci.h 	struct dma_pool			*qh_pool;
qh_pool          1716 drivers/usb/chipidea/udc.c 			hwep->qh.ptr = dma_pool_zalloc(ci->qh_pool, GFP_KERNEL,
qh_pool          1750 drivers/usb/chipidea/udc.c 		dma_pool_free(ci->qh_pool, hwep->qh.ptr, hwep->qh.dma);
qh_pool          1946 drivers/usb/chipidea/udc.c 	ci->qh_pool = dma_pool_create("ci_hw_qh", dev->parent,
qh_pool          1949 drivers/usb/chipidea/udc.c 	if (ci->qh_pool == NULL)
qh_pool          1980 drivers/usb/chipidea/udc.c 	dma_pool_destroy(ci->qh_pool);
qh_pool          1999 drivers/usb/chipidea/udc.c 	dma_pool_destroy(ci->qh_pool);
qh_pool            63 drivers/usb/host/ehci-mem.c 	dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma);
qh_pool            76 drivers/usb/host/ehci-mem.c 		dma_pool_alloc(ehci->qh_pool, flags, &dma);
qh_pool            94 drivers/usb/host/ehci-mem.c 	dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma);
qh_pool           120 drivers/usb/host/ehci-mem.c 	dma_pool_destroy(ehci->qh_pool);
qh_pool           121 drivers/usb/host/ehci-mem.c 	ehci->qh_pool = NULL;
qh_pool           154 drivers/usb/host/ehci-mem.c 	ehci->qh_pool = dma_pool_create ("ehci_qh",
qh_pool           159 drivers/usb/host/ehci-mem.c 	if (!ehci->qh_pool) {
qh_pool           195 drivers/usb/host/ehci.h 	struct dma_pool		*qh_pool;	/* qh per active urb */
qh_pool          1849 drivers/usb/host/fotg210-hcd.c 	dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma);
qh_pool          1862 drivers/usb/host/fotg210-hcd.c 	qh->hw = dma_pool_zalloc(fotg210->qh_pool, flags, &dma);
qh_pool          1877 drivers/usb/host/fotg210-hcd.c 	dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma);
qh_pool          1902 drivers/usb/host/fotg210-hcd.c 	dma_pool_destroy(fotg210->qh_pool);
qh_pool          1903 drivers/usb/host/fotg210-hcd.c 	fotg210->qh_pool = NULL;
qh_pool          1934 drivers/usb/host/fotg210-hcd.c 	fotg210->qh_pool = dma_pool_create("fotg210_qh",
qh_pool          1939 drivers/usb/host/fotg210-hcd.c 	if (!fotg210->qh_pool)
qh_pool           162 drivers/usb/host/fotg210.h 	struct dma_pool		*qh_pool;	/* qh per active urb */
qh_pool           390 drivers/usb/host/oxu210hp-hcd.c 	struct ehci_qh		qh_pool[QHEAD_NUM];
qh_pool          1037 drivers/usb/host/oxu210hp-hcd.c 	index = qh - &oxu->mem->qh_pool[0];
qh_pool          1070 drivers/usb/host/oxu210hp-hcd.c 		qh = (struct ehci_qh *) &oxu->mem->qh_pool[i];
qh_pool           546 drivers/usb/host/uhci-hcd.c 	dma_pool_destroy(uhci->qh_pool);
qh_pool           620 drivers/usb/host/uhci-hcd.c 	uhci->qh_pool = dma_pool_create("uhci_qh", uhci_dev(uhci),
qh_pool           622 drivers/usb/host/uhci-hcd.c 	if (!uhci->qh_pool) {
qh_pool           691 drivers/usb/host/uhci-hcd.c 	dma_pool_destroy(uhci->qh_pool);
qh_pool           394 drivers/usb/host/uhci-hcd.h 	struct dma_pool *qh_pool;
qh_pool           251 drivers/usb/host/uhci-q.c 	qh = dma_pool_zalloc(uhci->qh_pool, GFP_ATOMIC, &dma_handle);
qh_pool           268 drivers/usb/host/uhci-q.c 				dma_pool_free(uhci->qh_pool, qh, dma_handle);
qh_pool           304 drivers/usb/host/uhci-q.c 	dma_pool_free(uhci->qh_pool, qh, qh->dma_handle);