Home
last modified time | relevance | path

Searched refs:device_terminate_all (Results 1 – 25 of 77) sorted by relevance

1234

/OK3568_Linux_fs/kernel/include/linux/
H A Ddmaengine.h936 int (*device_terminate_all)(struct dma_chan *chan); member
1103 if (chan->device->device_terminate_all) in dmaengine_terminate_all()
1104 return chan->device->device_terminate_all(chan); in dmaengine_terminate_all()
1132 if (chan->device->device_terminate_all) in dmaengine_terminate_async()
1133 return chan->device->device_terminate_all(chan); in dmaengine_terminate_async()
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dmcf-edma.c258 mcf_edma->dma_dev.device_terminate_all = fsl_edma_terminate_all; in mcf_edma_probe()
H A Dmilbeaut-xdmac.c338 ddev->device_terminate_all = milbeaut_xdmac_terminate_all; in milbeaut_xdmac_probe()
H A Duniphier-mdmac.c423 ddev->device_terminate_all = uniphier_mdmac_terminate_all; in uniphier_mdmac_probe()
H A Ds3c24xx-dma.c1285 s3cdma->memcpy.device_terminate_all = s3c24xx_dma_terminate_all; in s3c24xx_dma_probe()
1300 s3cdma->slave.device_terminate_all = s3c24xx_dma_terminate_all; in s3c24xx_dma_probe()
H A Dfsl-edma.c387 fsl_edma->dma_dev.device_terminate_all = fsl_edma_terminate_all; in fsl_edma_probe()
H A Dmilbeaut-hdmac.c501 ddev->device_terminate_all = milbeaut_hdmac_terminate_all; in milbeaut_hdmac_probe()
H A Dmoxart-dma.c516 dma->device_terminate_all = moxart_terminate_all; in moxart_dma_init()
H A Duniphier-xdmac.c520 ddev->device_terminate_all = uniphier_xdmac_terminate_all; in uniphier_xdmac_probe()
H A Dhisi_dma.c565 dma_dev->device_terminate_all = hisi_dma_terminate_all; in hisi_dma_probe()
H A Dmmp_tdma.c711 tdev->device.device_terminate_all = mmp_tdma_terminate_all; in mmp_tdma_probe()
H A Didma64.c583 idma64->dma.device_terminate_all = idma64_terminate_all; in idma64_probe()
H A Dtimb_dma.c677 td->dma.device_terminate_all = td_terminate_all; in td_probe()
H A Dmxs-dma.c813 mxs_dma->dma_device.device_terminate_all = mxs_dma_terminate_all; in mxs_dma_probe()
H A Dcoh901318.c2696 base->dma_slave.device_terminate_all = coh901318_terminate_all; in coh901318_probe()
2719 base->dma_memcpy.device_terminate_all = coh901318_terminate_all; in coh901318_probe()
H A Dtegra210-adma.c895 tdma->dma_dev.device_terminate_all = tegra_adma_terminate_all; in tegra_adma_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/512x/
H A Dmpc512x_lpbfifo.c509 dma_dev->device_terminate_all(lpbfifo.chan); in mpc512x_lpbfifo_remove()
/OK3568_Linux_fs/kernel/drivers/dma/hsu/
H A Dhsu.c461 hsu->dma.device_terminate_all = hsu_dma_terminate_all; in hsu_dma_probe()
/OK3568_Linux_fs/kernel/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c517 mtkd->ddev.device_terminate_all = mtk_uart_apdma_terminate_all; in mtk_uart_apdma_probe()
H A Dmtk-cqdma.c779 dd->device_terminate_all = mtk_cqdma_terminate_all; in mtk_cqdma_probe()
H A Dmtk-hsdma.c945 dd->device_terminate_all = mtk_hsdma_terminate_all; in mtk_hsdma_probe()
/OK3568_Linux_fs/kernel/drivers/dma/sf-pdma/
H A Dsf-pdma.c551 pdma->dma_dev.device_terminate_all = sf_pdma_terminate_all; in sf_pdma_probe()
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-dmaengine.c749 dma_dev->device_terminate_all = ccp_terminate_all; in ccp_dmaengine_register()
/OK3568_Linux_fs/kernel/drivers/staging/mt7621-dma/
H A Dhsdma-mt7621.c692 dd->device_terminate_all = mtk_hsdma_terminate_all; in mtk_hsdma_probe()
/OK3568_Linux_fs/kernel/drivers/dma/sh/
H A Dusb-dmac.c845 engine->device_terminate_all = usb_dmac_chan_terminate_all; in usb_dmac_probe()

1234