Searched refs:itd_pool (Results 1 – 4 of 4) sorted by relevance
121 dma_pool_destroy(ehci->itd_pool); in ehci_mem_cleanup()122 ehci->itd_pool = NULL; in ehci_mem_cleanup()167 ehci->itd_pool = dma_pool_create ("ehci_itd", in ehci_mem_init()172 if (!ehci->itd_pool) { in ehci_mem_init()
302 dma_pool_free(ehci->itd_pool, itd, itd->itd_dma); in end_free_itds()
1276 itd = dma_pool_alloc(ehci->itd_pool, mem_flags, in itd_urb_transaction()
164 struct dma_pool *itd_pool; /* itd per iso urb */ member