Symbol: dmaengine_pause
drivers/gpib/eastwood/fluke_gpib.c
542
result = dmaengine_pause(chan);
drivers/gpib/fmh_gpib/fmh_gpib.c
559
result = dmaengine_pause(chan);
drivers/media/platform/st/stm32/stm32-dcmi.c
341
dmaengine_pause(dcmi->dma_chan);
drivers/spi/spi-rockchip.c
629
dmaengine_pause(ctlr->dma_rx);
drivers/spi/spi-s3c64xx.c
909
dmaengine_pause(sdd->tx_dma.ch);
drivers/spi/spi-s3c64xx.c
916
dmaengine_pause(sdd->rx_dma.ch);
drivers/spi/spi-stm32.c
1147
dmaengine_pause(spi->dma_rx);
drivers/tty/serial/8250/8250.h
413
dmaengine_pause(dma->txchan);
drivers/tty/serial/8250/8250_dma.c
215
dmaengine_pause(dma->rxchan);
drivers/tty/serial/8250/8250_dma.c
99
dmaengine_pause(dma->txchan);
drivers/tty/serial/8250/8250_omap.c
1005
ret = dmaengine_pause(dma->rxchan);
drivers/tty/serial/amba-pl011.c
1011
if (dmaengine_pause(rxchan))
drivers/tty/serial/samsung_tty.c
300
dmaengine_pause(dma->tx_chan);
drivers/tty/serial/samsung_tty.c
556
dmaengine_pause(dma->tx_chan);
drivers/tty/serial/samsung_tty.c
728
dmaengine_pause(dma->rx_chan);
drivers/tty/serial/serial-tegra.c
626
dmaengine_pause(tup->tx_dma_chan);
drivers/tty/serial/serial-tegra.c
770
dmaengine_pause(tup->rx_dma_chan);
drivers/tty/serial/sh-sci.c
1439
dmaengine_pause(s->chan_tx_saved);
drivers/tty/serial/sh-sci.c
1737
dmaengine_pause(chan);
drivers/tty/serial/sprd_serial.c
234
dmaengine_pause(sp->tx_dma.chn);
drivers/tty/serial/stm32-usart.c
334
DMA_IN_PROGRESS, dmaengine_pause,
drivers/tty/serial/stm32-usart.c
626
DMA_IN_PROGRESS, dmaengine_pause,
sound/core/pcm_dmaengine.c
208
dmaengine_pause(prtd->dma_chan);
sound/core/pcm_dmaengine.c
213
dmaengine_pause(prtd->dma_chan);
sound/soc/renesas/rz-ssi.c
618
dmaengine_pause(ssi->dmas[SNDRV_PCM_STREAM_PLAYBACK]);
sound/soc/renesas/rz-ssi.c
624
dmaengine_pause(ssi->dmas[SNDRV_PCM_STREAM_CAPTURE]);
sound/soc/sprd/sprd-pcm-compress.c
483
dmaengine_pause(dma->chan);
sound/soc/sprd/sprd-pcm-dma.c
366
dmaengine_pause(data->chan);