Searched refs:qh_pool (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-mem.c78 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma);
91 dma_pool_alloc(ehci->qh_pool, flags, &dma);
110 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma);
149 if (ehci->qh_pool) {
150 dma_pool_destroy (ehci->qh_pool);
151 ehci->qh_pool = NULL;
189 ehci->qh_pool = dma_pool_create ("ehci_qh",
194 if (!ehci->qh_pool) {
H A Duhci-hcd.c511 dma_pool_destroy(uhci->qh_pool);
646 uhci->qh_pool = dma_pool_create("uhci_qh", uhci_dev(uhci),
648 if (!uhci->qh_pool) {
716 dma_pool_destroy(uhci->qh_pool);
H A Duhci-hcd.h343 struct dma_pool *qh_pool; member in struct:uhci_hcd
H A Doxu210hp.h360 struct ehci_qh qh_pool[QHEAD_NUM]; member in struct:oxu_onchip_mem
H A Dehci.h111 struct dma_pool *qh_pool; /* qh per active urb */ member in struct:ehci_hcd
H A Duhci-q.c249 qh = dma_pool_alloc(uhci->qh_pool, GFP_ATOMIC, &dma_handle);
267 dma_pool_free(uhci->qh_pool, qh, dma_handle);
303 dma_pool_free(uhci->qh_pool, qh, qh->dma_handle);
H A Doxu210hp-hcd.c600 index = qh - &oxu->mem->qh_pool[0];
635 qh = (struct ehci_qh *) &oxu->mem->qh_pool[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dci13xxx_udc.h104 struct dma_pool *qh_pool; /* DMA pool for queue heads */ member in struct:ci13xxx
H A Dci13xxx_udc.c2370 udc->qh_pool = dma_pool_create("ci13xxx_qh", &udc->gadget.dev,
2373 if (udc->qh_pool == NULL)
2380 dma_pool_destroy(udc->qh_pool);
2381 udc->qh_pool = NULL;
2410 mEp->qh[k].ptr = dma_pool_alloc(udc->qh_pool,
2501 dma_pool_free(udc->qh_pool,
2513 if (udc->qh_pool != NULL) {
2514 dma_pool_destroy(udc->qh_pool);
2515 udc->qh_pool = NULL;

Completed in 148 milliseconds