Searched refs:dtd_pool (Results 1 – 2 of 2) sorted by relevance
189 struct dma_pool *dtd_pool; member
238 dma_pool_free(udc->dtd_pool, curr_td, curr_td->td_dma); in done()366 dtd = dma_pool_alloc(udc->dtd_pool, GFP_ATOMIC, dma); in build_dtd()2094 if (udc->dtd_pool) in mv_udc_remove()2095 dma_pool_destroy(udc->dtd_pool); in mv_udc_remove()2207 udc->dtd_pool = dma_pool_create("mv_dtd", in mv_udc_probe()2213 if (!udc->dtd_pool) { in mv_udc_probe()2319 dma_pool_destroy(udc->dtd_pool); in mv_udc_probe()