Searched refs:of_platform_device_destroy (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/of/ |
D | platform.c | 549 int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function 557 device_for_each_child(dev, NULL, of_platform_device_destroy); in of_platform_device_destroy() 571 EXPORT_SYMBOL_GPL(of_platform_device_destroy); 585 device_for_each_child(parent, NULL, of_platform_device_destroy); in of_platform_depopulate() 706 of_platform_device_destroy(&pdev->dev, &children_left); in of_platform_notify()
|
/Linux-v4.19/include/linux/ |
D | of_platform.h | 69 extern int of_platform_device_destroy(struct device *dev, void *data);
|
/Linux-v4.19/drivers/mmc/host/ |
D | cavium-thunderx.c | 155 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in thunder_mmc_probe()
|
D | meson-mx-sdio.c | 728 of_platform_device_destroy(&slot_pdev->dev, NULL); in meson_mx_mmc_probe() 741 of_platform_device_destroy(slot_dev, NULL); in meson_mx_mmc_remove()
|
D | cavium-octeon.c | 302 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in octeon_mmc_probe()
|