Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-mem.c140 if (ehci->itd_pool) in ehci_mem_cleanup()
141 dma_pool_destroy (ehci->itd_pool); in ehci_mem_cleanup()
142 ehci->itd_pool = NULL; in ehci_mem_cleanup()
189 ehci->itd_pool = dma_pool_create ("ehci_itd", in ehci_mem_init()
194 if (!ehci->itd_pool) { in ehci_mem_init()
Dehci-timer.c310 dma_pool_free(ehci->itd_pool, itd, itd->itd_dma); in end_free_itds()
Dfotg210.h163 struct dma_pool *itd_pool; /* itd per iso urb */ member
Dehci.h207 struct dma_pool *itd_pool; /* itd per iso urb */ member
Dfotg210-hcd.c1272 dma_pool_free(fotg210->itd_pool, itd, itd->itd_dma); in end_free_itds()
1931 dma_pool_destroy(fotg210->itd_pool); in fotg210_mem_cleanup()
1932 fotg210->itd_pool = NULL; in fotg210_mem_cleanup()
1973 fotg210->itd_pool = dma_pool_create("fotg210_itd", in fotg210_mem_init()
1978 if (!fotg210->itd_pool) in fotg210_mem_init()
4147 itd = dma_pool_alloc(fotg210->itd_pool, mem_flags, in itd_urb_transaction()
Dehci-sched.c1306 itd = dma_pool_alloc (ehci->itd_pool, mem_flags, in itd_urb_transaction()