Home
last modified time | relevance | path

Searched refs:of_dma_controller_free (Results 1 - 25 of 94) sorted by relevance

1234

/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/dma/
H A Dof-dma.c105 * Allocated memory should be freed with appropriate of_dma_controller_free()
138 * of_dma_controller_free - Remove a DMA controller from DT DMA helpers list
143 void of_dma_controller_free(struct device_node *np) in of_dma_controller_free() function
158 EXPORT_SYMBOL_GPL(of_dma_controller_free); variable
172 * Allocated memory should be freed with appropriate of_dma_controller_free()
H 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()
H A Duniphier-mdmac.c476 of_dma_controller_free(pdev->dev.of_node); in uniphier_mdmac_remove()
H A Dfsl-edma.c427 of_dma_controller_free(np); in fsl_edma_remove()
H A Dmilbeaut-xdmac.c392 of_dma_controller_free(pdev->dev.of_node); in milbeaut_xdmac_remove()
H A Duniphier-xdmac.c587 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 Dmoxart-dma.c648 of_dma_controller_free(pdev->dev.of_node); in moxart_remove()
H A Dmilbeaut-hdmac.c554 of_dma_controller_free(pdev->dev.of_node); in milbeaut_hdmac_remove()
/kernel/linux/linux-6.6/drivers/dma/
H A Dof-dma.c115 * Allocated memory should be freed with appropriate of_dma_controller_free()
148 * of_dma_controller_free - Remove a DMA controller from DT DMA helpers list
153 void of_dma_controller_free(struct device_node *np) in of_dma_controller_free() function
168 EXPORT_SYMBOL_GPL(of_dma_controller_free); variable
182 * Allocated memory should be freed with appropriate of_dma_controller_free()
H A Ddma-axi-dmac.c1023 of_dma_controller_free(pdev->dev.of_node); in axi_dmac_probe()
1036 of_dma_controller_free(pdev->dev.of_node); in axi_dmac_remove()
H A Dmilbeaut-xdmac.c391 of_dma_controller_free(pdev->dev.of_node); in milbeaut_xdmac_remove()
H A Duniphier-mdmac.c476 of_dma_controller_free(pdev->dev.of_node); in uniphier_mdmac_remove()
/kernel/linux/linux-5.10/drivers/dma/sh/
H A Dshdma-of.c53 of_dma_controller_free(pdev->dev.of_node); in shdma_of_probe()
H 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()
/kernel/linux/linux-6.6/drivers/dma/dw/
H A Dof.c121 of_dma_controller_free(dev->of_node); in dw_dma_of_controller_free()
/kernel/linux/linux-5.10/drivers/dma/dw/
H A Dof.c138 of_dma_controller_free(dev->of_node); in dw_dma_of_controller_free()
/kernel/linux/linux-5.10/drivers/dma/mediatek/
H 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()
H A Dmtk-uart-apdma.c581 of_dma_controller_free(pdev->dev.of_node); in mtk_uart_apdma_remove()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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.c951 of_dma_controller_free(pdev->dev.of_node); in rz_dmac_probe()
978 of_dma_controller_free(pdev->dev.of_node); in rz_dmac_remove()
/kernel/linux/linux-5.10/drivers/staging/mt7621-dma/
H A Dhsdma-mt7621.c742 of_dma_controller_free(pdev->dev.of_node); in mtk_hsdma_remove()

Completed in 24 milliseconds

1234