Home
last modified time | relevance | path

Searched refs:device_pause (Results 1 – 25 of 39) sorted by relevance

12

/linux/include/linux/
H A Ddmaengine.h846 * @device_pause: Pauses any transfer happening on a channel. Returns
947 int (*device_pause)(struct dma_chan *chan); member
1227 if (chan->device->device_pause) in dmaengine_pause()
1228 return chan->device->device_pause(chan); in dmaengine_pause()
/linux/drivers/dma/
H A Dmcf-edma-main.c227 mcf_edma->dma_dev.device_pause = fsl_edma_pause; in mcf_edma_probe()
H A Dmilbeaut-hdmac.c498 ddev->device_pause = milbeaut_hdmac_chan_pause; in milbeaut_hdmac_probe()
H A Dloongson1-apb-dma.c595 ddev->device_pause = ls1x_dma_pause; in ls1x_dma_probe()
H A Dloongson2-apb-dma.c646 ddev->device_pause = ls2x_dma_pause; in ls2x_dma_probe()
H A Dmmp_tdma.c697 tdev->device.device_pause = mmp_tdma_pause_chan; in mmp_tdma_probe()
H A Darm-dma350.c577 dmac->dma.device_pause = d350_pause; in d350_probe()
H A Dmxs-dma.c808 mxs_dma->dma_device.device_pause = mxs_dma_pause_chan; in mxs_dma_probe()
H A Dst_fdma.c813 fdev->dma_device.device_pause = st_fdma_pause; in st_fdma_probe()
H A Dapple-admac.c865 dma->device_pause = admac_pause; in admac_probe()
H A Dfsl-edma-main.c855 fsl_edma->dma_dev.device_pause = fsl_edma_pause; in fsl_edma_probe()
H A Dowl-dma.c1142 od->dma.device_pause = owl_dma_pause; in owl_dma_probe()
H A Dk3dma.c918 d->slave.device_pause = k3_dma_transfer_pause; in k3_dma_probe()
H A Dtegra210-adma.c1162 tdma->dma_dev.device_pause = tegra_adma_pause; in tegra_adma_probe()
H A Damba-pl08x.c2758 pl08x->memcpy.device_pause = pl08x_pause; in pl08x_probe()
2786 pl08x->slave.device_pause = pl08x_pause; in pl08x_probe()
H A Ddmaengine.c603 caps->cmd_pause = !!device->device_pause; in dma_get_slave_caps()
H A Dnbpfaxi.c537 * .device_pause handler. in nbpf_prep_one()
1436 dma_dev->device_pause = nbpf_pause; in nbpf_probe()
/linux/drivers/dma/hsu/
H A Dhsu.c470 hsu->dma.device_pause = hsu_dma_pause; in hsu_dma_probe()
/linux/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c514 mtkd->ddev.device_pause = mtk_uart_apdma_device_pause; in mtk_uart_apdma_probe()
/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c758 dma_dev->device_pause = ccp_pause; in ccp_dmaengine_register()
/linux/drivers/dma/amd/ptdma/
H A Dptdma-dmaengine.c618 dma_dev->device_pause = pt_pause; in pt_dmaengine_register()
/linux/drivers/dma/qcom/
H A Dhidma.c817 dmadev->ddev.device_pause = hidma_pause; in hidma_probe()
H A Dbam_dma.c1345 bdev->common.device_pause = bam_pause; in bam_dma_probe()
/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c791 dma->device_pause = dw_edma_device_pause; in dw_edma_channel_setup()
/linux/drivers/dma/dw/
H A Dcore.c1321 dw->dma.device_pause = dwc_pause; in do_dma_probe()

12