Searched refs:device_synchronize (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/drivers/dma/ptdma/
H A Dptdma-dmaengine.c383 dma_dev->device_synchronize = pt_synchronize;
/linux-master/include/linux/
H A Ddmaengine.h836 * @device_synchronize: Synchronizes the termination of a transfers to the
933 void (*device_synchronize)(struct dma_chan *chan); member in struct:dma_device
1158 if (chan->device->device_synchronize)
1159 chan->device->device_synchronize(chan);
/linux-master/drivers/dma/hsu/
H A Dhsu.c473 hsu->dma.device_synchronize = hsu_dma_synchronize;
/linux-master/drivers/dma/
H A Duniphier-mdmac.c424 ddev->device_synchronize = uniphier_mdmac_synchronize;
H A Dmilbeaut-xdmac.c338 ddev->device_synchronize = milbeaut_xdmac_synchronize;
H A Dmilbeaut-hdmac.c502 ddev->device_synchronize = milbeaut_hdmac_synchronize;
H A Dls2x-apb-dma.c645 ddev->device_synchronize = ls2x_dma_synchronize;
H A Duniphier-xdmac.c521 ddev->device_synchronize = uniphier_xdmac_synchronize;
H A Dimg-mdc-dma.c955 mdma->dma_dev.device_synchronize = mdc_synchronize;
H A Dbcm2835-dma.c923 od->ddev.device_synchronize = bcm2835_dma_synchronize;
H A Dep93xx_dma.c1370 dma_dev->device_synchronize = ep93xx_dma_synchronize;
H A Ddma-jz4780.c935 dd->device_synchronize = jz4780_dma_synchronize;
H A Dhisi_dma.c833 dma_dev->device_synchronize = hisi_dma_synchronize;
H A Dapple-admac.c860 dma->device_synchronize = admac_synchronize;
H A Dfsl-edma-main.c583 fsl_edma->dma_dev.device_synchronize = fsl_edma_synchronize;
H A Didma64.c592 idma64->dma.device_synchronize = idma64_synchronize;
H A Damba-pl08x.c2761 pl08x->memcpy.device_synchronize = pl08x_synchronize;
2789 pl08x->slave.device_synchronize = pl08x_synchronize;
H A Dk3dma.c921 d->slave.device_synchronize = k3_dma_synchronize;
H A Ddma-axi-dmac.c1061 dma_dev->device_synchronize = axi_dmac_synchronize;
H A Dfsl-qdma.c1227 fsl_qdma->dma_dev.device_synchronize = fsl_qdma_synchronize;
H A Dtegra186-gpc-dma.c1451 tdma->dma_dev.device_synchronize = tegra_dma_chan_synchronize;
/linux-master/drivers/dma/xilinx/
H A Dzynqmp_dma.c1074 p->device_synchronize = zynqmp_dma_synchronize;
H A Dxdma.c1277 xdev->dma_dev.device_synchronize = xdma_synchronize;
/linux-master/drivers/dma/sh/
H A Drz-dmac.c938 engine->device_synchronize = rz_dmac_device_synchronize;
/linux-master/drivers/dma/ti/
H A Dedma.c1953 s_ddev->device_synchronize = edma_synchronize;
1987 m_ddev->device_synchronize = edma_synchronize;

Completed in 397 milliseconds

12