Home
last modified time | relevance | path

Searched refs:device_synchronize (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v5.15/include/linux/
Ddmaengine.h939 void (*device_synchronize)(struct dma_chan *chan); member
1157 if (chan->device->device_synchronize) in dmaengine_synchronize()
1158 chan->device->device_synchronize(chan); in dmaengine_synchronize()
/Linux-v5.15/drivers/dma/ptdma/
Dptdma-dmaengine.c359 dma_dev->device_synchronize = pt_synchronize; in pt_dmaengine_register()
/Linux-v5.15/drivers/dma/
Dmilbeaut-xdmac.c338 ddev->device_synchronize = milbeaut_xdmac_synchronize; in milbeaut_xdmac_probe()
Duniphier-mdmac.c424 ddev->device_synchronize = uniphier_mdmac_synchronize; in uniphier_mdmac_probe()
Dfsl-edma.c388 fsl_edma->dma_dev.device_synchronize = fsl_edma_synchronize; in fsl_edma_probe()
Ds3c24xx-dma.c1286 s3cdma->memcpy.device_synchronize = s3c24xx_dma_synchronize; in s3c24xx_dma_probe()
1301 s3cdma->slave.device_synchronize = s3c24xx_dma_synchronize; in s3c24xx_dma_probe()
Dmilbeaut-hdmac.c502 ddev->device_synchronize = milbeaut_hdmac_synchronize; in milbeaut_hdmac_probe()
Duniphier-xdmac.c520 ddev->device_synchronize = uniphier_xdmac_synchronize; in uniphier_xdmac_probe()
Dhisi_dma.c557 dma_dev->device_synchronize = hisi_dma_synchronize; in hisi_dma_probe()
Didma64.c584 idma64->dma.device_synchronize = idma64_synchronize; in idma64_probe()
Dbcm2835-dma.c925 od->ddev.device_synchronize = bcm2835_dma_synchronize; in bcm2835_dma_probe()
Ddma-axi-dmac.c962 dma_dev->device_synchronize = axi_dmac_synchronize; in axi_dmac_probe()
Ddma-jz4780.c911 dd->device_synchronize = jz4780_dma_synchronize; in jz4780_dma_probe()
Dep93xx_dma.c1372 dma_dev->device_synchronize = ep93xx_dma_synchronize; in ep93xx_dma_probe()
Dimg-mdc-dma.c958 mdma->dma_dev.device_synchronize = mdc_synchronize; in mdc_dma_probe()
Dk3dma.c926 d->slave.device_synchronize = k3_dma_synchronize; in k3_dma_probe()
Damba-pl08x.c2770 pl08x->memcpy.device_synchronize = pl08x_synchronize; in pl08x_probe()
2800 pl08x->slave.device_synchronize = pl08x_synchronize; in pl08x_probe()
Dfsl-qdma.c1235 fsl_qdma->dma_dev.device_synchronize = fsl_qdma_synchronize; in fsl_qdma_probe()
Dtegra20-apb-dma.c1560 tdma->dma_dev.device_synchronize = tegra_dma_synchronize; in tegra_dma_probe()
Dstm32-dma.c1369 dd->device_synchronize = stm32_dma_synchronize; in stm32_dma_probe()
/Linux-v5.15/drivers/dma/hsu/
Dhsu.c465 hsu->dma.device_synchronize = hsu_dma_synchronize; in hsu_dma_probe()
/Linux-v5.15/Documentation/driver-api/dmaengine/
Dprovider.rst490 See device_synchronize.
492 - device_synchronize
/Linux-v5.15/drivers/dma/ti/
Dedma.c2011 s_ddev->device_synchronize = edma_synchronize; in edma_dma_init()
2045 m_ddev->device_synchronize = edma_synchronize; in edma_dma_init()
/Linux-v5.15/drivers/dma/xilinx/
Dxilinx_dpdma.c1695 ddev->device_synchronize = xilinx_dpdma_synchronize; in xilinx_dpdma_probe()
/Linux-v5.15/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac-platform.c1400 dw->dma.device_synchronize = dw_axi_dma_synchronize; in dw_probe()

12