Home
last modified time | relevance | path

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

12

/linux/include/linux/
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/drivers/dma/
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);
A Dmilbeaut-xdmac.c391 of_dma_controller_free(pdev->dev.of_node); in milbeaut_xdmac_remove()
A Ddma-axi-dmac.c1010 of_dma_controller_free(pdev->dev.of_node); in axi_dmac_probe()
1023 of_dma_controller_free(pdev->dev.of_node); in axi_dmac_remove()
A Duniphier-mdmac.c476 of_dma_controller_free(pdev->dev.of_node); in uniphier_mdmac_remove()
A Dfsl-edma.c434 of_dma_controller_free(np); in fsl_edma_remove()
A Dmilbeaut-hdmac.c554 of_dma_controller_free(pdev->dev.of_node); in milbeaut_hdmac_remove()
A Dmoxart-dma.c647 of_dma_controller_free(pdev->dev.of_node); in moxart_remove()
A Duniphier-xdmac.c586 of_dma_controller_free(pdev->dev.of_node); in uniphier_xdmac_remove()
A Dmmp_tdma.c558 of_dma_controller_free(pdev->dev.of_node); in mmp_tdma_remove()
A Daltera-msgdma.c933 of_dma_controller_free(pdev->dev.of_node); in msgdma_remove()
A Dst_fdma.c858 of_dma_controller_free(pdev->dev.of_node); in st_fdma_remove()
A Dtegra210-adma.c958 of_dma_controller_free(pdev->dev.of_node); in tegra_adma_remove()
A Ddma-jz4780.c984 of_dma_controller_free(pdev->dev.of_node); in jz4780_dma_remove()
/linux/drivers/dma/dw/
A Dof.c121 of_dma_controller_free(dev->of_node); in dw_dma_of_controller_free()
/linux/drivers/dma/sh/
A Dusb-dmac.c857 of_dma_controller_free(pdev->dev.of_node); in usb_dmac_probe()
878 of_dma_controller_free(pdev->dev.of_node); in usb_dmac_remove()
A Drz-dmac.c924 of_dma_controller_free(pdev->dev.of_node); in rz_dmac_probe()
956 of_dma_controller_free(pdev->dev.of_node); in rz_dmac_remove()
A Drcar-dmac.c1982 of_dma_controller_free(pdev->dev.of_node); in rcar_dmac_probe()
1992 of_dma_controller_free(pdev->dev.of_node); in rcar_dmac_remove()
/linux/drivers/dma/mediatek/
A Dmtk-hsdma.c1011 of_dma_controller_free(pdev->dev.of_node); in mtk_hsdma_probe()
1042 of_dma_controller_free(pdev->dev.of_node); in mtk_hsdma_remove()
A Dmtk-uart-apdma.c579 of_dma_controller_free(pdev->dev.of_node); in mtk_uart_apdma_remove()
A Dmtk-cqdma.c925 of_dma_controller_free(pdev->dev.of_node); in mtk_cqdma_remove()
/linux/drivers/staging/mt7621-dma/
A Dhsdma-mt7621.c740 of_dma_controller_free(pdev->dev.of_node); in mtk_hsdma_remove()
/linux/drivers/dma/qcom/
A Dqcom_adm.c865 of_dma_controller_free(pdev->dev.of_node); in adm_dma_remove()
/linux/drivers/dma/xilinx/
A Dzynqmp_dma.c1130 of_dma_controller_free(pdev->dev.of_node); in zynqmp_dma_remove()
/linux/drivers/staging/ralink-gdma/
A Dralink-gdma.c900 of_dma_controller_free(pdev->dev.of_node); in gdma_dma_remove()

Completed in 57 milliseconds

12