Searched refs:of_platform_device_destroy (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/drivers/usb/misc/ |
A D | onboard_usb_hub_pdevs.c | 113 of_platform_device_destroy(&pdev->dev, NULL); in onboard_hub_create_pdevs() 139 of_platform_device_destroy(&pdle->pdev->dev, NULL); in onboard_hub_destroy_pdevs()
|
/linux-6.3-rc2/include/linux/ |
A D | of_platform.h | 74 extern int of_platform_device_destroy(struct device *dev, void *data); 96 static inline int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function
|
/linux-6.3-rc2/drivers/of/ |
A D | platform.c | 609 int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function 617 device_for_each_child(dev, NULL, of_platform_device_destroy); in of_platform_device_destroy() 631 EXPORT_SYMBOL_GPL(of_platform_device_destroy); 645 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate() 766 of_platform_device_destroy(&pdev->dev, &children_left); in of_platform_notify()
|
/linux-6.3-rc2/drivers/mmc/host/ |
A D | cavium-thunderx.c | 161 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in thunder_mmc_probe()
|
A D | cavium-octeon.c | 292 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in octeon_mmc_probe()
|
A D | meson-mx-sdio.c | 727 of_platform_device_destroy(&slot_pdev->dev, NULL); in meson_mx_mmc_probe() 740 of_platform_device_destroy(slot_dev, NULL); in meson_mx_mmc_remove()
|
/linux-6.3-rc2/drivers/bus/ |
A D | imx-weim.c | 358 of_platform_device_destroy(&pdev->dev, NULL); in of_weim_notify()
|
/linux-6.3-rc2/drivers/net/ethernet/ti/ |
A D | am65-cpsw-nuss.c | 2929 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_probe() 2959 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_remove()
|
/linux-6.3-rc2/drivers/phy/ti/ |
A D | phy-j721e-wiz.c | 1649 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_remove()
|
/linux-6.3-rc2/drivers/remoteproc/ |
A D | qcom_q6v5_mss.c | 2119 of_platform_device_destroy(&qproc->bam_dmux->dev, NULL); in q6v5_remove()
|
Completed in 22 milliseconds