Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-mem.c146 if (ehci->itd_pool) in ehci_mem_cleanup()
147 dma_pool_destroy (ehci->itd_pool); in ehci_mem_cleanup()
148 ehci->itd_pool = NULL; in ehci_mem_cleanup()
195 ehci->itd_pool = dma_pool_create ("ehci_itd", in ehci_mem_init()
200 if (!ehci->itd_pool) { in ehci_mem_init()
Dehci.h112 struct dma_pool *itd_pool; /* itd per iso urb */ member
Dehci-sched.c993 dma_pool_free (ehci->itd_pool, itd, in iso_stream_put()
1188 itd = dma_pool_alloc (ehci->itd_pool, mem_flags, in itd_urb_transaction()