Home
last modified time | relevance | path

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

12

/linux/include/linux/
H A Ddmaengine.h963 void (*device_synchronize)(struct dma_chan *chan); member
1328 if (chan->device->device_synchronize) in dmaengine_synchronize()
1329 chan->device->device_synchronize(chan); in dmaengine_synchronize()
/linux/drivers/dma/
H A Dmilbeaut-xdmac.c338 ddev->device_synchronize = milbeaut_xdmac_synchronize; in milbeaut_xdmac_probe()
H A Duniphier-mdmac.c424 ddev->device_synchronize = uniphier_mdmac_synchronize; in uniphier_mdmac_probe()
H A Dmilbeaut-hdmac.c502 ddev->device_synchronize = milbeaut_hdmac_synchronize; in milbeaut_hdmac_probe()
H A Duniphier-xdmac.c521 ddev->device_synchronize = uniphier_xdmac_synchronize; in uniphier_xdmac_probe()
H A Didma64.c592 idma64->dma.device_synchronize = idma64_synchronize; in idma64_probe()
H A Darm-dma350.c585 dmac->dma.device_synchronize = d350_synchronize; in d350_probe()
H A Dbcm2835-dma.c927 od->ddev.device_synchronize = bcm2835_dma_synchronize; in bcm2835_dma_probe()
H A Dhisi_dma.c833 dma_dev->device_synchronize = hisi_dma_synchronize; in hisi_dma_init_dma_dev()
H A Ddma-jz4780.c935 dd->device_synchronize = jz4780_dma_synchronize; in jz4780_dma_probe()
H A Dapple-admac.c862 dma->device_synchronize = admac_synchronize; in admac_probe()
H A Dfsl-edma-main.c853 fsl_edma->dma_dev.device_synchronize = fsl_edma_synchronize; in fsl_edma_probe()
H A Dimg-mdc-dma.c955 mdma->dma_dev.device_synchronize = mdc_synchronize; in mdc_dma_probe()
H A Dk3dma.c916 d->slave.device_synchronize = k3_dma_synchronize; in k3_dma_probe()
H A Damba-pl08x.c2761 pl08x->memcpy.device_synchronize = pl08x_synchronize; in pl08x_probe()
2789 pl08x->slave.device_synchronize = pl08x_synchronize; in pl08x_probe()
H A Dep93xx_dma.c1523 dma_dev->device_synchronize = ep93xx_dma_synchronize; in ep93xx_dma_probe()
H A Dtegra210-adma.c1182 tdma->dma_dev.device_synchronize = tegra_adma_synchronize; in tegra_adma_probe()
/linux/drivers/dma/idxd/
H A Ddma.c244 dma->device_synchronize = idxd_dma_synchronize; in idxd_register_dma_device()
/linux/drivers/dma/hsu/
H A Dhsu.c473 hsu->dma.device_synchronize = hsu_dma_synchronize; in hsu_dma_probe()
/linux/drivers/dma/amd/ptdma/
H A Dptdma-dmaengine.c621 dma_dev->device_synchronize = pt_synchronize; in pt_dmaengine_register()
/linux/drivers/dma/xilinx/
H A Dzynqmp_dma.c1090 p->device_synchronize = zynqmp_dma_synchronize; in zynqmp_dma_probe()
H A Dxdma.c1272 xdev->dma_dev.device_synchronize = xdma_synchronize; in xdma_probe()
H A Dxilinx_dpdma.c1787 ddev->device_synchronize = xilinx_dpdma_synchronize; in xilinx_dpdma_probe()
/linux/drivers/dma/ti/
H A Dedma.c1953 s_ddev->device_synchronize = edma_synchronize; in edma_dma_init()
1987 m_ddev->device_synchronize = edma_synchronize; in edma_dma_init()
/linux/drivers/dma/dw-edma/
H A Ddw-edma-core.c1015 dma->device_synchronize = dw_edma_device_synchronize; in dw_edma_channel_setup()

12