Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-mem.c63 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in qh_destroy()
76 dma_pool_alloc(ehci->qh_pool, flags, &dma); in ehci_qh_alloc()
94 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in ehci_qh_alloc()
120 dma_pool_destroy(ehci->qh_pool); in ehci_mem_cleanup()
121 ehci->qh_pool = NULL; in ehci_mem_cleanup()
154 ehci->qh_pool = dma_pool_create ("ehci_qh", in ehci_mem_init()
159 if (!ehci->qh_pool) { in ehci_mem_init()
H A Duhci-hcd.c546 dma_pool_destroy(uhci->qh_pool); in release_uhci()
620 uhci->qh_pool = dma_pool_create("uhci_qh", uhci_dev(uhci), in uhci_start()
622 if (!uhci->qh_pool) { in uhci_start()
691 dma_pool_destroy(uhci->qh_pool); in uhci_start()
H A Dfotg210.h162 struct dma_pool *qh_pool; /* qh per active urb */ member
H A Dehci.h195 struct dma_pool *qh_pool; /* qh per active urb */ member
H A Duhci-hcd.h394 struct dma_pool *qh_pool; member
H A Duhci-q.c251 qh = dma_pool_zalloc(uhci->qh_pool, GFP_ATOMIC, &dma_handle); in uhci_alloc_qh()
268 dma_pool_free(uhci->qh_pool, qh, dma_handle); in uhci_alloc_qh()
304 dma_pool_free(uhci->qh_pool, qh, qh->dma_handle); in uhci_free_qh()
H A Dfotg210-hcd.c1844 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in qh_destroy()
1857 qh->hw = dma_pool_zalloc(fotg210->qh_pool, flags, &dma); in fotg210_qh_alloc()
1872 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in fotg210_qh_alloc()
1897 dma_pool_destroy(fotg210->qh_pool); in fotg210_mem_cleanup()
1898 fotg210->qh_pool = NULL; in fotg210_mem_cleanup()
1929 fotg210->qh_pool = dma_pool_create("fotg210_qh", in fotg210_mem_init()
1934 if (!fotg210->qh_pool) in fotg210_mem_init()
H A Doxu210hp-hcd.c391 struct ehci_qh qh_pool[QHEAD_NUM]; member
1036 index = qh - &oxu->mem->qh_pool[0]; in oxu_qh_free()
1069 qh = (struct ehci_qh *) &oxu->mem->qh_pool[i]; in oxu_qh_alloc()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-mem.c63 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in qh_destroy()
76 dma_pool_zalloc(ehci->qh_pool, flags, &dma); in ehci_qh_alloc()
93 dma_pool_free(ehci->qh_pool, qh->hw, qh->qh_dma); in ehci_qh_alloc()
119 dma_pool_destroy(ehci->qh_pool); in ehci_mem_cleanup()
120 ehci->qh_pool = NULL; in ehci_mem_cleanup()
153 ehci->qh_pool = dma_pool_create ("ehci_qh", in ehci_mem_init()
158 if (!ehci->qh_pool) { in ehci_mem_init()
H A Duhci-hcd.c547 dma_pool_destroy(uhci->qh_pool); in release_uhci()
618 uhci->qh_pool = dma_pool_create("uhci_qh", uhci_dev(uhci), in uhci_start()
620 if (!uhci->qh_pool) { in uhci_start()
689 dma_pool_destroy(uhci->qh_pool); in uhci_start()
H A Dehci.h195 struct dma_pool *qh_pool; /* qh per active urb */ member
H A Duhci-hcd.h390 struct dma_pool *qh_pool; member
H A Duhci-q.c251 qh = dma_pool_zalloc(uhci->qh_pool, GFP_ATOMIC, &dma_handle); in uhci_alloc_qh()
268 dma_pool_free(uhci->qh_pool, qh, dma_handle); in uhci_alloc_qh()
304 dma_pool_free(uhci->qh_pool, qh, qh->dma_handle); in uhci_free_qh()
H A Doxu210hp-hcd.c391 struct ehci_qh qh_pool[QHEAD_NUM]; member
1036 index = qh - &oxu->mem->qh_pool[0]; in oxu_qh_free()
1069 qh = (struct ehci_qh *) &oxu->mem->qh_pool[i]; in oxu_qh_alloc()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H A Dudc.c1849 hwep->qh.ptr = dma_pool_zalloc(ci->qh_pool, GFP_KERNEL, in init_eps()
1883 dma_pool_free(ci->qh_pool, hwep->qh.ptr, hwep->qh.dma); in destroy_eps()
2073 ci->qh_pool = dma_pool_create("ci_hw_qh", dev->parent, in udc_start()
2076 if (ci->qh_pool == NULL) in udc_start()
2104 dma_pool_destroy(ci->qh_pool); in udc_start()
2123 dma_pool_destroy(ci->qh_pool); in ci_hdrc_gadget_destroy()
H A Dci.h175 * @qh_pool: allocation pool for queue heads
227 struct dma_pool *qh_pool; member
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H A Dudc.c1884 hwep->qh.ptr = dma_pool_zalloc(ci->qh_pool, GFP_KERNEL, in init_eps()
1918 dma_pool_free(ci->qh_pool, hwep->qh.ptr, hwep->qh.dma); in destroy_eps()
2111 ci->qh_pool = dma_pool_create("ci_hw_qh", dev->parent, in udc_start()
2114 if (ci->qh_pool == NULL) in udc_start()
2142 dma_pool_destroy(ci->qh_pool); in udc_start()
2161 dma_pool_destroy(ci->qh_pool); in ci_hdrc_gadget_destroy()
H A Dci.h181 * @qh_pool: allocation pool for queue heads
233 struct dma_pool *qh_pool; member
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h162 struct dma_pool *qh_pool; /* qh per active urb */ member
H A Dfotg210-hcd.c1844 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in qh_destroy()
1858 dma_pool_zalloc(fotg210->qh_pool, flags, &dma); in fotg210_qh_alloc()
1873 dma_pool_free(fotg210->qh_pool, qh->hw, qh->qh_dma); in fotg210_qh_alloc()
1898 dma_pool_destroy(fotg210->qh_pool); in fotg210_mem_cleanup()
1899 fotg210->qh_pool = NULL; in fotg210_mem_cleanup()
1930 fotg210->qh_pool = dma_pool_create("fotg210_qh", in fotg210_mem_init()
1935 if (!fotg210->qh_pool) in fotg210_mem_init()

Completed in 53 milliseconds