Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddmaengine.h944 int (*device_pause)(struct dma_chan *chan); member
1224 if (chan->device->device_pause) in dmaengine_pause()
1225 return chan->device->device_pause(chan); in dmaengine_pause()
/linux/drivers/dma/ptdma/
H A Dptdma-dmaengine.c380 dma_dev->device_pause = pt_pause; in pt_dmaengine_register()
/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 Dmxs-dma.c808 mxs_dma->dma_device.device_pause = mxs_dma_pause_chan; in mxs_dma_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.c601 caps->cmd_pause = !!device->device_pause; in dma_get_slave_caps()
H A Dpl330.c3138 pd->device_pause = pl330_pause; in pl330_probe()
H A Dste_dma40.c2860 dev->device_pause = d40_pause; in d40_ops_init()
/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c758 dma_dev->device_pause = ccp_pause; in ccp_dmaengine_register()
/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c801 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()
/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()
/linux/drivers/dma/lgm/
H A Dlgm-dma.c1684 dma_dev->device_pause = ldma_pause_chan; in intel_ldma_probe()
/linux/Documentation/driver-api/dmaengine/
H A Dprovider.rst489 - device_pause
/linux/drivers/dma/qcom/
H A Dgpi.c2260 gpi_dev->dma_device.device_pause = gpi_pause; in gpi_probe()
/linux/drivers/dma/ti/
H A Dk3-udma.c5465 ud->ddev.device_pause = udma_pause; in udma_probe()