Home
last modified time | relevance | path

Searched refs:of_dma_controller_free (Results 1 – 25 of 50) sorted by relevance

12

/linux-6.15/include/linux/
H A Dof_dma.h39 extern void of_dma_controller_free(struct device_node *np);
45 #define of_dma_router_free of_dma_controller_free
63 static inline void of_dma_controller_free(struct device_node *np) in of_dma_controller_free() function
75 #define of_dma_router_free of_dma_controller_free
/linux-6.15/drivers/dma/
H A Dof-dma.c153 void of_dma_controller_free(struct device_node *np) in of_dma_controller_free() function
168 EXPORT_SYMBOL_GPL(of_dma_controller_free);
H A Dmilbeaut-xdmac.c398 of_dma_controller_free(pdev->dev.of_node); in milbeaut_xdmac_remove()
H A Duniphier-mdmac.c483 of_dma_controller_free(pdev->dev.of_node); in uniphier_mdmac_remove()
H A Dmoxart-dma.c636 of_dma_controller_free(pdev->dev.of_node); in moxart_remove()
H A Dmilbeaut-hdmac.c561 of_dma_controller_free(pdev->dev.of_node); in milbeaut_hdmac_remove()
H A Duniphier-xdmac.c594 of_dma_controller_free(pdev->dev.of_node); in uniphier_xdmac_remove()
H A Dmmp_tdma.c558 of_dma_controller_free(pdev->dev.of_node); in mmp_tdma_remove()
H A Dloongson2-apb-dma.c682 of_dma_controller_free(pdev->dev.of_node); in ls2x_dma_remove()
H A Dloongson1-apb-dma.c637 of_dma_controller_free(pdev->dev.of_node); in ls1x_dma_remove()
H A Daltera-msgdma.c935 of_dma_controller_free(pdev->dev.of_node); in msgdma_remove()
H A Dst_fdma.c852 of_dma_controller_free(pdev->dev.of_node); in st_fdma_remove()
H A Dfsl-edma-main.c811 of_dma_controller_free(np); in fsl_edma_remove()
H A Dapple-admac.c932 of_dma_controller_free(pdev->dev.of_node); in admac_remove()
H A Ddma-jz4780.c1016 of_dma_controller_free(pdev->dev.of_node); in jz4780_dma_remove()
H A Dtegra210-adma.c1068 of_dma_controller_free(pdev->dev.of_node); in tegra_adma_remove()
/linux-6.15/drivers/dma/dw/
H A Dof.c121 of_dma_controller_free(dev->of_node); in dw_dma_of_controller_free()
/linux-6.15/drivers/dma/sh/
H A Dusb-dmac.c855 of_dma_controller_free(pdev->dev.of_node); in usb_dmac_probe()
876 of_dma_controller_free(pdev->dev.of_node); in usb_dmac_remove()
H A Drz-dmac.c954 of_dma_controller_free(pdev->dev.of_node); in rz_dmac_probe()
981 of_dma_controller_free(pdev->dev.of_node); in rz_dmac_remove()
H A Drcar-dmac.c1985 of_dma_controller_free(pdev->dev.of_node); in rcar_dmac_probe()
1995 of_dma_controller_free(pdev->dev.of_node); in rcar_dmac_remove()
/linux-6.15/drivers/dma/mediatek/
H A Dmtk-hsdma.c1005 of_dma_controller_free(pdev->dev.of_node); in mtk_hsdma_probe()
1036 of_dma_controller_free(pdev->dev.of_node); in mtk_hsdma_remove()
H A Dmtk-uart-apdma.c579 of_dma_controller_free(pdev->dev.of_node); in mtk_uart_apdma_remove()
H A Dmtk-cqdma.c918 of_dma_controller_free(pdev->dev.of_node); in mtk_cqdma_remove()
/linux-6.15/drivers/dma/sf-pdma/
H A Dsf-pdma.c612 of_dma_controller_free(pdev->dev.of_node); in sf_pdma_remove()
/linux-6.15/drivers/dma/qcom/
H A Dqcom_adm.c913 of_dma_controller_free(pdev->dev.of_node); in adm_dma_remove()

12