Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/
Dfsl-edma-common.h246 void fsl_edma_cleanup_vchan(struct dma_device *dmadev);
Dmcf-edma.c283 fsl_edma_cleanup_vchan(&mcf_edma->dma_dev); in mcf_edma_remove()
Dfsl-edma-common.c649 void fsl_edma_cleanup_vchan(struct dma_device *dmadev) in fsl_edma_cleanup_vchan() function
659 EXPORT_SYMBOL_GPL(fsl_edma_cleanup_vchan);
Dfsl-edma.c411 fsl_edma_cleanup_vchan(&fsl_edma->dma_dev); in fsl_edma_remove()