Home
last modified time | relevance | path

Searched refs:qh_pool (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dehci-mem.c76 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in qh_destroy()
89 dma_pool_alloc(ehci->qh_pool, flags, &dma); in ehci_qh_alloc()
107 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in ehci_qh_alloc()
135 if (ehci->qh_pool) { in ehci_mem_cleanup()
136 dma_pool_destroy (ehci->qh_pool); in ehci_mem_cleanup()
137 ehci->qh_pool = NULL; in ehci_mem_cleanup()
175 ehci->qh_pool = dma_pool_create ("ehci_qh", in ehci_mem_init()
180 if (!ehci->qh_pool) { in ehci_mem_init()
Duhci-hcd.c534 dma_pool_destroy(uhci->qh_pool); in release_uhci()
617 uhci->qh_pool = dma_pool_create("uhci_qh", uhci_dev(uhci), in uhci_start()
619 if (!uhci->qh_pool) { in uhci_start()
688 dma_pool_destroy(uhci->qh_pool); in uhci_start()
Doxu210hp.h360 struct ehci_qh qh_pool[QHEAD_NUM]; member
Dfotg210.h155 struct dma_pool *qh_pool; /* qh per active urb */ member
Dfusbh200.h154 struct dma_pool *qh_pool; /* qh per active urb */ member
Duhci-hcd.h390 struct dma_pool *qh_pool; member
Duhci-q.c251 qh = dma_pool_alloc(uhci->qh_pool, GFP_ATOMIC, &dma_handle); in uhci_alloc_qh()
269 dma_pool_free(uhci->qh_pool, qh, dma_handle); in uhci_alloc_qh()
305 dma_pool_free(uhci->qh_pool, qh, qh->dma_handle); in uhci_free_qh()
Dfusbh200-hcd.c1875 dma_pool_free(fusbh200->qh_pool, qh->hw, qh->qh_dma); in qh_destroy()
1888 dma_pool_alloc(fusbh200->qh_pool, flags, &dma); in fusbh200_qh_alloc()
1905 dma_pool_free(fusbh200->qh_pool, qh->hw, qh->qh_dma); in fusbh200_qh_alloc()
1933 if (fusbh200->qh_pool) { in fusbh200_mem_cleanup()
1934 dma_pool_destroy (fusbh200->qh_pool); in fusbh200_mem_cleanup()
1935 fusbh200->qh_pool = NULL; in fusbh200_mem_cleanup()
1969 fusbh200->qh_pool = dma_pool_create ("fusbh200_qh", in fusbh200_mem_init()
1974 if (!fusbh200->qh_pool) { in fusbh200_mem_init()
Dfotg210-hcd.c1925 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in qh_destroy()
1939 dma_pool_alloc(fotg210->qh_pool, flags, &dma); in fotg210_qh_alloc()
1955 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in fotg210_qh_alloc()
1983 if (fotg210->qh_pool) { in fotg210_mem_cleanup()
1984 dma_pool_destroy(fotg210->qh_pool); in fotg210_mem_cleanup()
1985 fotg210->qh_pool = NULL; in fotg210_mem_cleanup()
2018 fotg210->qh_pool = dma_pool_create("fotg210_qh", in fotg210_mem_init()
2023 if (!fotg210->qh_pool) in fotg210_mem_init()
Dehci.h205 struct dma_pool *qh_pool; /* qh per active urb */ member
Doxu210hp-hcd.c612 index = qh - &oxu->mem->qh_pool[0]; in oxu_qh_free()
645 qh = (struct ehci_qh *) &oxu->mem->qh_pool[i]; in oxu_qh_alloc()
/linux-4.1.27/drivers/usb/chipidea/
Dudc.c1639 hwep->qh.ptr = dma_pool_alloc(ci->qh_pool, GFP_KERNEL, in init_eps()
1675 dma_pool_free(ci->qh_pool, hwep->qh.ptr, hwep->qh.dma); in destroy_eps()
1864 ci->qh_pool = dma_pool_create("ci_hw_qh", dev, in udc_start()
1867 if (ci->qh_pool == NULL) in udc_start()
1898 dma_pool_destroy(ci->qh_pool); in udc_start()
1917 dma_pool_destroy(ci->qh_pool); in ci_hdrc_gadget_destroy()
Dci.h218 struct dma_pool *qh_pool; member