Home
last modified time | relevance | path

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

/linux-3.4.99/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()
149 if (ehci->qtd_pool) in ehci_mem_cleanup()
150 dma_pool_destroy (ehci->qtd_pool); in ehci_mem_cleanup()
151 ehci->qtd_pool = NULL; in ehci_mem_cleanup()
183 ehci->qtd_pool = dma_pool_create ("ehci_qtd", in ehci_mem_init()
188 if (!ehci->qtd_pool) { in ehci_mem_init()
Doxu210hp.h361 struct ehci_qtd qtd_pool[QTD_NUM]; member
Dehci.h125 struct dma_pool *qtd_pool; /* one or more per qh */ member
Doxu210hp-hcd.c567 index = qtd - &oxu->mem->qtd_pool[0]; in oxu_qtd_free()
585 qtd = (struct ehci_qtd *) &oxu->mem->qtd_pool[i]; in ehci_qtd_alloc()