Home
last modified time | relevance | path

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

1234

/linux/include/linux/
A Ddmaengine.h938 int (*device_terminate_all)(struct dma_chan *chan); member
1098 if (chan->device->device_terminate_all) in dmaengine_terminate_all()
1099 return chan->device->device_terminate_all(chan); in dmaengine_terminate_all()
1127 if (chan->device->device_terminate_all) in dmaengine_terminate_async()
1128 return chan->device->device_terminate_all(chan); in dmaengine_terminate_async()
/linux/drivers/dma/
A Dmcf-edma.c258 mcf_edma->dma_dev.device_terminate_all = fsl_edma_terminate_all; in mcf_edma_probe()
A Dmilbeaut-xdmac.c337 ddev->device_terminate_all = milbeaut_xdmac_terminate_all; in milbeaut_xdmac_probe()
A Duniphier-mdmac.c423 ddev->device_terminate_all = uniphier_mdmac_terminate_all; in uniphier_mdmac_probe()
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()
A Dfsl-edma.c390 fsl_edma->dma_dev.device_terminate_all = fsl_edma_terminate_all; in fsl_edma_probe()
A Dmoxart-dma.c516 dma->device_terminate_all = moxart_terminate_all; in moxart_dma_init()
A Dmilbeaut-hdmac.c501 ddev->device_terminate_all = milbeaut_hdmac_terminate_all; in milbeaut_hdmac_probe()
A Duniphier-xdmac.c519 ddev->device_terminate_all = uniphier_xdmac_terminate_all; in uniphier_xdmac_probe()
A Dhisi_dma.c552 dma_dev->device_terminate_all = hisi_dma_terminate_all; in hisi_dma_probe()
A Dmmp_tdma.c711 tdev->device.device_terminate_all = mmp_tdma_terminate_all; in mmp_tdma_probe()
A Dtimb_dma.c677 td->dma.device_terminate_all = td_terminate_all; in td_probe()
A Didma64.c583 idma64->dma.device_terminate_all = idma64_terminate_all; in idma64_probe()
A Dmxs-dma.c813 mxs_dma->dma_device.device_terminate_all = mxs_dma_terminate_all; in mxs_dma_probe()
/linux/drivers/dma/ptdma/
A Dptdma-dmaengine.c358 dma_dev->device_terminate_all = pt_terminate_all; in pt_dmaengine_register()
/linux/arch/powerpc/platforms/512x/
A Dmpc512x_lpbfifo.c509 dma_dev->device_terminate_all(lpbfifo.chan); in mpc512x_lpbfifo_remove()
/linux/drivers/dma/hsu/
A Dhsu.c464 hsu->dma.device_terminate_all = hsu_dma_terminate_all; in hsu_dma_probe()
/linux/drivers/dma/mediatek/
A Dmtk-uart-apdma.c514 mtkd->ddev.device_terminate_all = mtk_uart_apdma_terminate_all; in mtk_uart_apdma_probe()
A Dmtk-cqdma.c779 dd->device_terminate_all = mtk_cqdma_terminate_all; in mtk_cqdma_probe()
A Dmtk-hsdma.c945 dd->device_terminate_all = mtk_hsdma_terminate_all; in mtk_hsdma_probe()
/linux/drivers/dma/sf-pdma/
A Dsf-pdma.c533 pdma->dma_dev.device_terminate_all = sf_pdma_terminate_all; in sf_pdma_probe()
/linux/drivers/staging/mt7621-dma/
A Dhsdma-mt7621.c690 dd->device_terminate_all = mtk_hsdma_terminate_all; in mtk_hsdma_probe()
/linux/drivers/crypto/ccp/
A Dccp-dmaengine.c730 dma_dev->device_terminate_all = ccp_terminate_all; in ccp_dmaengine_register()
/linux/drivers/dma/sh/
A Dusb-dmac.c845 engine->device_terminate_all = usb_dmac_chan_terminate_all; in usb_dmac_probe()
/linux/drivers/dma/qcom/
A Dqcom_adm.c832 adev->common.device_terminate_all = adm_terminate_all; in adm_dma_probe()

Completed in 48 milliseconds

1234