Home
last modified time | relevance | path

Searched refs:fsl_edma_cleanup_vchan (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/dma/
Dfsl-edma-common.h247 void fsl_edma_cleanup_vchan(struct dma_device *dmadev);
Dmcf-edma.c290 fsl_edma_cleanup_vchan(&mcf_edma->dma_dev); in mcf_edma_remove()
Dfsl-edma-common.c658 void fsl_edma_cleanup_vchan(struct dma_device *dmadev) in fsl_edma_cleanup_vchan() function
668 EXPORT_SYMBOL_GPL(fsl_edma_cleanup_vchan);
Dfsl-edma.c426 fsl_edma_cleanup_vchan(&fsl_edma->dma_dev); in fsl_edma_remove()