Home
last modified time | relevance | path

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

1234

/Linux-v6.1/drivers/dma/
Dmilbeaut-xdmac.c365 dma_async_device_unregister(ddev); in milbeaut_xdmac_probe()
392 dma_async_device_unregister(&mdev->ddev); in milbeaut_xdmac_remove()
Duniphier-mdmac.c449 dma_async_device_unregister(ddev); in uniphier_mdmac_probe()
477 dma_async_device_unregister(&mdev->ddev); in uniphier_mdmac_remove()
Dfsl-edma.c416 dma_async_device_unregister(&fsl_edma->dma_dev); in fsl_edma_probe()
435 dma_async_device_unregister(&fsl_edma->dma_dev); in fsl_edma_remove()
Dmilbeaut-hdmac.c527 dma_async_device_unregister(ddev); in milbeaut_hdmac_probe()
555 dma_async_device_unregister(&mdev->ddev); in milbeaut_hdmac_remove()
Dmoxart-dma.c626 dma_async_device_unregister(&mdc->dma_slave); in moxart_probe()
641 dma_async_device_unregister(&m->dma_slave); in moxart_remove()
Duniphier-xdmac.c561 dma_async_device_unregister(ddev); in uniphier_xdmac_probe()
588 dma_async_device_unregister(ddev); in uniphier_xdmac_remove()
Ddmaengine.c1303 void dma_async_device_unregister(struct dma_device *device) in dma_async_device_unregister() function
1323 EXPORT_SYMBOL(dma_async_device_unregister);
1330 dma_async_device_unregister(device); in dmam_device_release()
Ds3c24xx-dma.c1349 dma_async_device_unregister(&s3cdma->memcpy); in s3c24xx_dma_probe()
1384 dma_async_device_unregister(&s3cdma->slave); in s3c24xx_dma_remove()
1385 dma_async_device_unregister(&s3cdma->memcpy); in s3c24xx_dma_remove()
Dmcf-edma.c291 dma_async_device_unregister(&mcf_edma->dma_dev); in mcf_edma_remove()
Dapple-admac.c799 dma_async_device_unregister(&ad->dma); in admac_probe()
818 dma_async_device_unregister(&ad->dma); in admac_remove()
Dtegra210-adma.c941 dma_async_device_unregister(&tdma->dma_dev); in tegra_adma_probe()
959 dma_async_device_unregister(&tdma->dma_dev); in tegra_adma_remove()
Ddma-axi-dmac.c1028 dma_async_device_unregister(&dmac->dma_dev); in axi_dmac_probe()
1042 dma_async_device_unregister(&dmac->dma_dev); in axi_dmac_remove()
Dimg-mdc-dma.c1015 dma_async_device_unregister(&mdma->dma_dev); in mdc_dma_probe()
1029 dma_async_device_unregister(&mdma->dma_dev); in mdc_dma_remove()
Dsun4i-dma.c1270 dma_async_device_unregister(&priv->slave); in sun4i_dma_probe()
1284 dma_async_device_unregister(&priv->slave); in sun4i_dma_remove()
Dmmp_pdma.c960 dma_async_device_unregister(&pdev->device); in mmp_pdma_remove()
1124 dma_async_device_unregister(&pdev->device); in mmp_pdma_probe()
Dk3dma.c971 dma_async_device_unregister(&d->slave); in k3_dma_probe()
982 dma_async_device_unregister(&d->slave); in k3_dma_remove()
/Linux-v6.1/drivers/dma/mediatek/
Dmtk-uart-apdma.c570 dma_async_device_unregister(&mtkd->ddev); in mtk_uart_apdma_probe()
586 dma_async_device_unregister(&mtkd->ddev); in mtk_uart_apdma_remove()
Dmtk-cqdma.c884 dma_async_device_unregister(dd); in mtk_cqdma_probe()
920 dma_async_device_unregister(&cqdma->ddev); in mtk_cqdma_remove()
Dmtk-hsdma.c1010 dma_async_device_unregister(dd); in mtk_hsdma_probe()
1038 dma_async_device_unregister(&hsdma->ddev); in mtk_hsdma_remove()
/Linux-v6.1/drivers/dma/idxd/
Ddma.c250 dma_async_device_unregister(&idxd->idxd_dma->dma); in idxd_unregister_dma_device()
/Linux-v6.1/drivers/dma/ptdma/
Dptdma-dmaengine.c409 dma_async_device_unregister(dma_dev); in pt_dmaengine_unregister()
/Linux-v6.1/drivers/dma/qcom/
Dqcom_adm.c898 dma_async_device_unregister(&adev->common); in adm_dma_probe()
914 dma_async_device_unregister(&adev->common); in adm_dma_remove()
/Linux-v6.1/drivers/dma/xilinx/
Dzynqmp_dma.c1123 dma_async_device_unregister(&zdev->common); in zynqmp_dma_probe()
1152 dma_async_device_unregister(&zdev->common); in zynqmp_dma_remove()
/Linux-v6.1/drivers/dma/hsu/
Dhsu.c498 dma_async_device_unregister(&hsu->dma); in hsu_dma_remove()
/Linux-v6.1/drivers/dma/dw-edma/
Ddw-edma-core.c1004 dma_async_device_unregister(&dw->wr_edma); in dw_edma_remove()
1011 dma_async_device_unregister(&dw->rd_edma); in dw_edma_remove()

1234