Searched refs:of_platform_device_destroy (Results 1 – 6 of 6) sorted by relevance
/drivers/of/ |
D | platform.c | 556 int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function 564 device_for_each_child(dev, NULL, of_platform_device_destroy); in of_platform_device_destroy() 578 EXPORT_SYMBOL_GPL(of_platform_device_destroy); 592 device_for_each_child_reverse(parent, NULL, of_platform_device_destroy); in of_platform_depopulate() 713 of_platform_device_destroy(&pdev->dev, &children_left); in of_platform_notify()
|
/drivers/mmc/host/ |
D | cavium-thunderx.c | 161 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in thunder_mmc_probe()
|
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()
|
D | cavium-octeon.c | 292 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in octeon_mmc_probe()
|
/drivers/phy/ti/ |
D | phy-j721e-wiz.c | 1326 of_platform_device_destroy(&serdes_pdev->dev, NULL); in wiz_remove()
|
/drivers/net/ethernet/ti/ |
D | am65-cpsw-nuss.c | 2801 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_probe() 2831 of_platform_device_destroy(common->mdio_dev, NULL); in am65_cpsw_nuss_remove()
|