Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
Dfsl-edma-common.c154 dma_pool_free(fsl_desc->echan->tcd_pool, fsl_desc->tcd[i].vtcd, in fsl_edma_free_desc()
434 fsl_desc->tcd[i].vtcd = dma_pool_alloc(fsl_chan->tcd_pool, in fsl_edma_alloc_desc()
443 dma_pool_free(fsl_chan->tcd_pool, fsl_desc->tcd[i].vtcd, in fsl_edma_alloc_desc()
631 fsl_chan->tcd_pool = dma_pool_create("tcd_pool", chan->device->dev, in fsl_edma_alloc_chan_resources()
653 dma_pool_destroy(fsl_chan->tcd_pool); in fsl_edma_free_chan_resources()
654 fsl_chan->tcd_pool = NULL; in fsl_edma_free_chan_resources()
Dfsl-edma-common.h124 struct dma_pool *tcd_pool; member
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0017_linux_drivers_dma_dmabuf.patch360 + struct dma_pool *tcd_pool;
498 + dma_pool_free(fsl_desc->echan->tcd_pool, fsl_desc->tcd[i].vtcd,
801 + fsl_desc->tcd[i].vtcd = dma_pool_alloc(fsl_chan->tcd_pool,
810 + dma_pool_free(fsl_chan->tcd_pool, fsl_desc->tcd[i].vtcd,
1016 + if (!fsl_chan->edesc && !fsl_chan->tcd_pool)
1108 + fsl_chan->tcd_pool = dma_pool_create("tcd_pool", chan->device->dev,
1157 + dma_pool_destroy(fsl_chan->tcd_pool);
1160 + fsl_chan->tcd_pool = NULL;