Home
last modified time | relevance | path

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

123

/linux/include/linux/
H A Ddmaengine.h962 int (*device_terminate_all)(struct dma_chan *chan); member
1271 if (chan->device->device_terminate_all) in dmaengine_terminate_all()
1272 return chan->device->device_terminate_all(chan); in dmaengine_terminate_all()
1300 if (chan->device->device_terminate_all) in dmaengine_terminate_async()
1301 return chan->device->device_terminate_all(chan); in dmaengine_terminate_async()
/linux/drivers/dma/
H A Dmilbeaut-xdmac.c337 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 Dmoxart-dma.c507 dma->device_terminate_all = moxart_terminate_all; in moxart_dma_init()
H A Dmilbeaut-hdmac.c501 ddev->device_terminate_all = milbeaut_hdmac_terminate_all; in milbeaut_hdmac_probe()
H A Dmmp_tdma.c698 tdev->device.device_terminate_all = mmp_tdma_terminate_all; in mmp_tdma_probe()
H A Duniphier-xdmac.c520 ddev->device_terminate_all = uniphier_xdmac_terminate_all; in uniphier_xdmac_probe()
H A Dtimb_dma.c676 td->dma.device_terminate_all = td_terminate_all; in td_probe()
H A Didma64.c591 idma64->dma.device_terminate_all = idma64_terminate_all; in idma64_probe()
H A Darm-dma350.c584 dmac->dma.device_terminate_all = d350_terminate_all; in d350_probe()
H A Dbcm2835-dma.c926 od->ddev.device_terminate_all = bcm2835_dma_terminate_all; in bcm2835_dma_probe()
H A Dst_fdma.c811 fdev->dma_device.device_terminate_all = st_fdma_terminate_all; in st_fdma_probe()
/linux/drivers/dma/idxd/
H A Ddma.c243 dma->device_terminate_all = idxd_dma_terminate_all; in idxd_register_dma_device()
/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_lpbfifo.c489 dma_dev->device_terminate_all(lpbfifo.chan); in mpc512x_lpbfifo_remove()
/linux/drivers/dma/hsu/
H A Dhsu.c472 hsu->dma.device_terminate_all = hsu_dma_terminate_all; in hsu_dma_probe()
/linux/drivers/dma/sf-pdma/
H A Dsf-pdma.c560 pdma->dma_dev.device_terminate_all = sf_pdma_terminate_all; in sf_pdma_probe()
/linux/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c516 mtkd->ddev.device_terminate_all = mtk_uart_apdma_terminate_all; in mtk_uart_apdma_probe()
H A Dmtk-cqdma.c775 dd->device_terminate_all = mtk_cqdma_terminate_all; in mtk_cqdma_probe()
H A Dmtk-hsdma.c939 dd->device_terminate_all = mtk_hsdma_terminate_all; in mtk_hsdma_probe()
/linux/drivers/crypto/ccp/
H A Dccp-dmaengine.c760 dma_dev->device_terminate_all = ccp_terminate_all; in ccp_dmaengine_register()
/linux/drivers/dma/amd/ptdma/
H A Dptdma-dmaengine.c620 dma_dev->device_terminate_all = pt_terminate_all; in pt_dmaengine_register()
/linux/drivers/dma/sh/
H A Dusb-dmac.c840 engine->device_terminate_all = usb_dmac_chan_terminate_all; in usb_dmac_probe()
H A Dshdma-base.c1033 dma_dev->device_terminate_all = shdma_terminate_all; in shdma_init()
/linux/drivers/dma/qcom/
H A Dqcom_adm.c880 adev->common.device_terminate_all = adm_terminate_all; in adm_dma_probe()
H A Dhidma.c816 dmadev->ddev.device_terminate_all = hidma_terminate_all; in hidma_probe()

123