Home
last modified time | relevance | path

Searched refs:qtd_pool (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/host/
Dehci-mem.c54 qtd = dma_pool_alloc (ehci->qtd_pool, flags, &dma); in ehci_qtd_alloc()
63 dma_pool_free (ehci->qtd_pool, qtd, qtd->qtd_dma); in ehci_qtd_free()
131 if (ehci->qtd_pool) in ehci_mem_cleanup()
132 dma_pool_destroy (ehci->qtd_pool); in ehci_mem_cleanup()
133 ehci->qtd_pool = NULL; in ehci_mem_cleanup()
165 ehci->qtd_pool = dma_pool_create ("ehci_qtd", in ehci_mem_init()
170 if (!ehci->qtd_pool) { in ehci_mem_init()
Doxu210hp.h361 struct ehci_qtd qtd_pool[QTD_NUM]; member
Dfotg210.h162 struct dma_pool *qtd_pool; /* one or more per qh */ member
Dehci.h206 struct dma_pool *qtd_pool; /* one or more per qh */ member
Dfotg210-hcd.c1850 qtd = dma_pool_alloc(fotg210->qtd_pool, flags, &dma); in fotg210_qtd_alloc()
1860 dma_pool_free(fotg210->qtd_pool, qtd, qtd->qtd_dma); in fotg210_qtd_free()
1925 dma_pool_destroy(fotg210->qtd_pool); in fotg210_mem_cleanup()
1926 fotg210->qtd_pool = NULL; in fotg210_mem_cleanup()
1951 fotg210->qtd_pool = dma_pool_create("fotg210_qtd", in fotg210_mem_init()
1956 if (!fotg210->qtd_pool) in fotg210_mem_init()
Doxu210hp-hcd.c570 index = qtd - &oxu->mem->qtd_pool[0]; in oxu_qtd_free()
588 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i]; in ehci_qtd_alloc()