Home
last modified time | relevance | path

Searched refs:qtd_pool (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-mem.c41 qtd = dma_pool_alloc (ehci->qtd_pool, flags, &dma); in ehci_qtd_alloc()
50 dma_pool_free (ehci->qtd_pool, qtd, qtd->qtd_dma); in ehci_qtd_free()
118 dma_pool_destroy(ehci->qtd_pool); in ehci_mem_cleanup()
119 ehci->qtd_pool = NULL; in ehci_mem_cleanup()
144 ehci->qtd_pool = dma_pool_create ("ehci_qtd", in ehci_mem_init()
149 if (!ehci->qtd_pool) { in ehci_mem_init()
H A Dfotg210.h163 struct dma_pool *qtd_pool; /* one or more per qh */ member
H A Dehci.h196 struct dma_pool *qtd_pool; /* one or more per qh */ member
H A Dfotg210-hcd.c1821 qtd = dma_pool_alloc(fotg210->qtd_pool, flags, &dma); in fotg210_qtd_alloc()
1831 dma_pool_free(fotg210->qtd_pool, qtd, qtd->qtd_dma); in fotg210_qtd_free()
1894 dma_pool_destroy(fotg210->qtd_pool); in fotg210_mem_cleanup()
1895 fotg210->qtd_pool = NULL; in fotg210_mem_cleanup()
1920 fotg210->qtd_pool = dma_pool_create("fotg210_qtd", in fotg210_mem_init()
1925 if (!fotg210->qtd_pool) in fotg210_mem_init()
H A Doxu210hp-hcd.c392 struct ehci_qtd qtd_pool[QTD_NUM]; member
994 index = qtd - &oxu->mem->qtd_pool[0]; in oxu_qtd_free()
1012 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i]; in ehci_qtd_alloc()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-mem.c41 qtd = dma_pool_alloc (ehci->qtd_pool, flags, &dma); in ehci_qtd_alloc()
50 dma_pool_free (ehci->qtd_pool, qtd, qtd->qtd_dma); in ehci_qtd_free()
117 dma_pool_destroy(ehci->qtd_pool); in ehci_mem_cleanup()
118 ehci->qtd_pool = NULL; in ehci_mem_cleanup()
143 ehci->qtd_pool = dma_pool_create ("ehci_qtd", in ehci_mem_init()
148 if (!ehci->qtd_pool) { in ehci_mem_init()
H A Dehci.h196 struct dma_pool *qtd_pool; /* one or more per qh */ member
H A Doxu210hp-hcd.c392 struct ehci_qtd qtd_pool[QTD_NUM]; member
994 index = qtd - &oxu->mem->qtd_pool[0]; in oxu_qtd_free()
1012 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i]; in ehci_qtd_alloc()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h163 struct dma_pool *qtd_pool; /* one or more per qh */ member
H A Dfotg210-hcd.c1821 qtd = dma_pool_alloc(fotg210->qtd_pool, flags, &dma); in fotg210_qtd_alloc()
1831 dma_pool_free(fotg210->qtd_pool, qtd, qtd->qtd_dma); in fotg210_qtd_free()
1895 dma_pool_destroy(fotg210->qtd_pool); in fotg210_mem_cleanup()
1896 fotg210->qtd_pool = NULL; in fotg210_mem_cleanup()
1921 fotg210->qtd_pool = dma_pool_create("fotg210_qtd", in fotg210_mem_init()
1926 if (!fotg210->qtd_pool) in fotg210_mem_init()

Completed in 39 milliseconds