Searched refs:tcd_pool (Results 1 – 2 of 2) sorted by relevance
154 dma_pool_free(fsl_desc->echan->tcd_pool, fsl_desc->tcd[i].vtcd, in fsl_edma_free_desc()441 fsl_desc->tcd[i].vtcd = dma_pool_alloc(fsl_chan->tcd_pool, in fsl_edma_alloc_desc()450 dma_pool_free(fsl_chan->tcd_pool, fsl_desc->tcd[i].vtcd, in fsl_edma_alloc_desc()658 fsl_chan->tcd_pool = dma_pool_create("tcd_pool", chan->device->dev, in fsl_edma_alloc_chan_resources()682 dma_pool_destroy(fsl_chan->tcd_pool); in fsl_edma_free_chan_resources()683 fsl_chan->tcd_pool = NULL; in fsl_edma_free_chan_resources()
125 struct dma_pool *tcd_pool; member
Completed in 6 milliseconds