Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/
Dfsl-edma-common.h251 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.c688 void fsl_edma_cleanup_vchan(struct dma_device *dmadev) in fsl_edma_cleanup_vchan() function
698 EXPORT_SYMBOL_GPL(fsl_edma_cleanup_vchan);
Dfsl-edma.c433 fsl_edma_cleanup_vchan(&fsl_edma->dma_dev); in fsl_edma_remove()