Home
last modified time | relevance | path

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

1234

/Linux-v5.10/drivers/dma/
Dmilbeaut-xdmac.c366 dma_async_device_unregister(ddev); in milbeaut_xdmac_probe()
391 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.c409 dma_async_device_unregister(&fsl_edma->dma_dev); in fsl_edma_probe()
428 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()
Duniphier-xdmac.c560 dma_async_device_unregister(ddev); in uniphier_xdmac_probe()
587 dma_async_device_unregister(ddev); in uniphier_xdmac_remove()
Dmoxart-dma.c630 dma_async_device_unregister(&mdc->dma_slave); in moxart_probe()
645 dma_async_device_unregister(&m->dma_slave); in moxart_remove()
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()
Ddmaengine.c1311 void dma_async_device_unregister(struct dma_device *device) in dma_async_device_unregister() function
1331 EXPORT_SYMBOL(dma_async_device_unregister);
1338 dma_async_device_unregister(device); in dmam_device_release()
Dmcf-edma.c291 dma_async_device_unregister(&mcf_edma->dma_dev); in mcf_edma_remove()
Dtegra210-adma.c924 dma_async_device_unregister(&tdma->dma_dev); in tegra_adma_probe()
942 dma_async_device_unregister(&tdma->dma_dev); in tegra_adma_remove()
Dcoh901318.c2743 dma_async_device_unregister(&base->dma_memcpy); in coh901318_probe()
2745 dma_async_device_unregister(&base->dma_slave); in coh901318_probe()
2776 dma_async_device_unregister(&base->dma_memcpy); in coh901318_remove()
2777 dma_async_device_unregister(&base->dma_slave); in coh901318_remove()
Ddma-axi-dmac.c1012 dma_async_device_unregister(&dmac->dma_dev); in axi_dmac_probe()
1026 dma_async_device_unregister(&dmac->dma_dev); in axi_dmac_remove()
Dzx_dma.c867 dma_async_device_unregister(&d->slave); in zx_dma_probe()
882 dma_async_device_unregister(&d->slave); in zx_dma_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.c1249 dma_async_device_unregister(&priv->slave); in sun4i_dma_probe()
1263 dma_async_device_unregister(&priv->slave); in sun4i_dma_remove()
Dk3dma.c972 dma_async_device_unregister(&d->slave); in k3_dma_probe()
983 dma_async_device_unregister(&d->slave); in k3_dma_remove()
/Linux-v5.10/drivers/dma/idxd/
Ddma.c195 dma_async_device_unregister(&idxd->dma_dev); in idxd_unregister_dma_device()
/Linux-v5.10/drivers/dma/mediatek/
Dmtk-uart-apdma.c566 dma_async_device_unregister(&mtkd->ddev); in mtk_uart_apdma_probe()
582 dma_async_device_unregister(&mtkd->ddev); in mtk_uart_apdma_remove()
Dmtk-cqdma.c888 dma_async_device_unregister(dd); in mtk_cqdma_probe()
924 dma_async_device_unregister(&cqdma->ddev); in mtk_cqdma_remove()
Dmtk-hsdma.c1012 dma_async_device_unregister(dd); in mtk_hsdma_probe()
1040 dma_async_device_unregister(&hsdma->ddev); in mtk_hsdma_remove()
/Linux-v5.10/drivers/staging/mt7621-dma/
Dmtk-hsdma.c730 dma_async_device_unregister(dd); in mtk_hsdma_probe()
741 dma_async_device_unregister(&hsdma->ddev); in mtk_hsdma_remove()
/Linux-v5.10/drivers/dma/xilinx/
Dzynqmp_dma.c1102 dma_async_device_unregister(&zdev->common); in zynqmp_dma_probe()
1133 dma_async_device_unregister(&zdev->common); in zynqmp_dma_remove()
/Linux-v5.10/drivers/dma/dw-edma/
Ddw-edma-core.c953 dma_async_device_unregister(&dw->wr_edma); in dw_edma_remove()
954 dma_async_device_unregister(&dw->rd_edma); in dw_edma_remove()
/Linux-v5.10/drivers/staging/ralink-gdma/
Dralink-gdma.c889 dma_async_device_unregister(dd); in gdma_dma_probe()
899 dma_async_device_unregister(&dma_dev->ddev); in gdma_dma_remove()
/Linux-v5.10/drivers/dma/hsu/
Dhsu.c487 dma_async_device_unregister(&hsu->dma); in hsu_dma_remove()

1234