Searched refs:of_platform_device_destroy (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/drivers/of/ |
| D | platform.c | 557 int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function 565 device_for_each_child(dev, NULL, of_platform_device_destroy); in of_platform_device_destroy() 579 EXPORT_SYMBOL_GPL(of_platform_device_destroy); 593 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate() 714 of_platform_device_destroy(&pdev->dev, &children_left); in of_platform_notify()
|
| /Linux-v5.10/include/linux/ |
| D | of_platform.h | 69 extern int of_platform_device_destroy(struct device *dev, void *data);
|
| /Linux-v5.10/drivers/mmc/host/ |
| D | cavium-thunderx.c | 159 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in thunder_mmc_probe()
|
| D | cavium-octeon.c | 291 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in octeon_mmc_probe()
|
| D | meson-mx-sdio.c | 723 of_platform_device_destroy(&slot_pdev->dev, NULL); in meson_mx_mmc_probe() 736 of_platform_device_destroy(slot_dev, NULL); in meson_mx_mmc_remove()
|
| /Linux-v5.10/drivers/phy/ti/ |
| D | phy-j721e-wiz.c | 968 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_probe() 993 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_remove()
|
| /Linux-v5.10/drivers/net/ethernet/ti/ |
| D | am65-cpsw-nuss.c | 2180 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_probe() 2206 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_remove()
|