Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Ddmaengine.h947 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/hsu/
H A Dhsu.c470 hsu->dma.device_pause = hsu_dma_pause; in hsu_dma_probe()
/linux/drivers/dma/
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 Dmxs-dma.c808 mxs_dma->dma_device.device_pause = mxs_dma_pause_chan; in mxs_dma_probe()
H A Darm-dma350.c577 dmac->dma.device_pause = d350_pause; in d350_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 Damba-pl08x.c2758 pl08x->memcpy.device_pause = pl08x_pause; in pl08x_probe()
2786 pl08x->slave.device_pause = pl08x_pause; in pl08x_probe()
H A Dtegra210-adma.c1162 tdma->dma_dev.device_pause = tegra_adma_pause; in tegra_adma_probe()
H A Ddmaengine.c603 caps->cmd_pause = !!device->device_pause; in dma_get_slave_caps()
H A Dtegra186-gpc-dma.c1459 tdma->dma_dev.device_pause = tegra_dma_device_pause; in tegra_dma_probe()
H A Dnbpfaxi.c1436 dma_dev->device_pause = nbpf_pause; in nbpf_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/dw-edma/
H A Ddw-edma-core.c791 dma->device_pause = dw_edma_device_pause; in dw_edma_channel_setup()
/linux/drivers/dma/ti/
H A Dedma.c1950 s_ddev->device_pause = edma_dma_pause; in edma_dma_init()
1984 m_ddev->device_pause = edma_dma_pause; in edma_dma_init()
/linux/drivers/dma/qcom/
H A Dbam_dma.c1349 bdev->common.device_pause = bam_pause; in bam_dma_probe()
/linux/drivers/dma/dw/
H A Dcore.c1321 dw->dma.device_pause = dwc_pause; in do_dma_probe()
/linux/drivers/dma/lgm/
H A Dlgm-dma.c1684 dma_dev->device_pause = ldma_pause_chan; in intel_ldma_probe()
/linux/drivers/dma/stm32/
H A Dstm32-dma.c1620 dd->device_pause = stm32_dma_pause; in stm32_dma_probe()
H A Dstm32-mdma.c1676 dd->device_pause = stm32_mdma_pause; in stm32_mdma_probe()
H A Dstm32-dma3.c1747 dma_dev->device_pause = stm32_dma3_pause; in stm32_dma3_probe()
/linux/Documentation/driver-api/dmaengine/
H A Dprovider.rst491 - device_pause

12