Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/linux/
A Ddmaengine.h935 void (*device_synchronize)(struct dma_chan *chan); member
1159 if (chan->device->device_synchronize) in dmaengine_synchronize()
1160 chan->device->device_synchronize(chan); in dmaengine_synchronize()
/linux-6.3-rc2/drivers/dma/
A Dmilbeaut-xdmac.c338 ddev->device_synchronize = milbeaut_xdmac_synchronize; in milbeaut_xdmac_probe()
A Duniphier-mdmac.c424 ddev->device_synchronize = uniphier_mdmac_synchronize; in uniphier_mdmac_probe()
A Dfsl-edma.c389 fsl_edma->dma_dev.device_synchronize = fsl_edma_synchronize; in fsl_edma_probe()
A Dmilbeaut-hdmac.c502 ddev->device_synchronize = milbeaut_hdmac_synchronize; in milbeaut_hdmac_probe()
A Duniphier-xdmac.c521 ddev->device_synchronize = uniphier_xdmac_synchronize; in uniphier_xdmac_probe()
A Didma64.c588 idma64->dma.device_synchronize = idma64_synchronize; in idma64_probe()
A Dhisi_dma.c833 dma_dev->device_synchronize = hisi_dma_synchronize; in hisi_dma_init_dma_dev()
A Dapple-admac.c845 dma->device_synchronize = admac_synchronize; in admac_probe()
A Dbcm2835-dma.c923 od->ddev.device_synchronize = bcm2835_dma_synchronize; in bcm2835_dma_probe()
A Ddma-axi-dmac.c964 dma_dev->device_synchronize = axi_dmac_synchronize; in axi_dmac_probe()
A Ddma-jz4780.c936 dd->device_synchronize = jz4780_dma_synchronize; in jz4780_dma_probe()
A Dep93xx_dma.c1372 dma_dev->device_synchronize = ep93xx_dma_synchronize; in ep93xx_dma_probe()
A Dimg-mdc-dma.c956 mdma->dma_dev.device_synchronize = mdc_synchronize; in mdc_dma_probe()
A Dk3dma.c926 d->slave.device_synchronize = k3_dma_synchronize; in k3_dma_probe()
A Damba-pl08x.c2761 pl08x->memcpy.device_synchronize = pl08x_synchronize; in pl08x_probe()
2789 pl08x->slave.device_synchronize = pl08x_synchronize; in pl08x_probe()
A Dfsl-qdma.c1231 fsl_qdma->dma_dev.device_synchronize = fsl_qdma_synchronize; in fsl_qdma_probe()
A Dtegra186-gpc-dma.c1450 tdma->dma_dev.device_synchronize = tegra_dma_chan_synchronize; in tegra_dma_probe()
/linux-6.3-rc2/drivers/dma/ptdma/
A Dptdma-dmaengine.c383 dma_dev->device_synchronize = pt_synchronize; in pt_dmaengine_register()
/linux-6.3-rc2/drivers/dma/hsu/
A Dhsu.c473 hsu->dma.device_synchronize = hsu_dma_synchronize; in hsu_dma_probe()
/linux-6.3-rc2/drivers/dma/xilinx/
A Dzynqmp_dma.c1069 p->device_synchronize = zynqmp_dma_synchronize; in zynqmp_dma_probe()
A Dxilinx_dpdma.c1685 ddev->device_synchronize = xilinx_dpdma_synchronize; in xilinx_dpdma_probe()
/linux-6.3-rc2/Documentation/driver-api/dmaengine/
A Dprovider.rst509 See device_synchronize.
511 - device_synchronize
/linux-6.3-rc2/drivers/dma/sh/
A Drz-dmac.c928 engine->device_synchronize = rz_dmac_device_synchronize; in rz_dmac_probe()
/linux-6.3-rc2/drivers/dma/ti/
A Dedma.c1962 s_ddev->device_synchronize = edma_synchronize; in edma_dma_init()
1996 m_ddev->device_synchronize = edma_synchronize; in edma_dma_init()

Completed in 77 milliseconds

12