Symbol: dmaengine_pause
drivers/gpib/eastwood/fluke_gpib.c
543
result = dmaengine_pause(chan);
drivers/gpib/fmh_gpib/fmh_gpib.c
559
result = dmaengine_pause(chan);
drivers/spi/spi-rockchip.c
631
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
1004
ret = dmaengine_pause(dma->rxchan);
drivers/tty/serial/amba-pl011.c
946
if (dmaengine_pause(rxchan))
drivers/tty/serial/samsung_tty.c
308
dmaengine_pause(dma->tx_chan);
drivers/tty/serial/samsung_tty.c
564
dmaengine_pause(dma->tx_chan);
drivers/tty/serial/samsung_tty.c
736
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
1438
dmaengine_pause(s->chan_tx_saved);
drivers/tty/serial/sh-sci.c
1736
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/sprd/sprd-pcm-compress.c
483
dmaengine_pause(dma->chan);
sound/soc/sprd/sprd-pcm-dma.c
366
dmaengine_pause(data->chan);