Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/dma/
H A Dfsl-edma-common.h229 int fsl_edma_pause(struct dma_chan *chan);
H A Dmcf-edma.c256 mcf_edma->dma_dev.device_pause = fsl_edma_pause; in mcf_edma_probe()
H A Dfsl-edma-common.c177 int fsl_edma_pause(struct dma_chan *chan) in fsl_edma_pause() function
191 EXPORT_SYMBOL_GPL(fsl_edma_pause);
H A Dfsl-edma.c385 fsl_edma->dma_dev.device_pause = fsl_edma_pause; in fsl_edma_probe()