Searched refs:of_platform_device_destroy (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/of/ |
| D | platform.c | 543 int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function 551 device_for_each_child(dev, NULL, of_platform_device_destroy); in of_platform_device_destroy() 565 EXPORT_SYMBOL_GPL(of_platform_device_destroy); 579 device_for_each_child(parent, NULL, of_platform_device_destroy); in of_platform_depopulate() 700 of_platform_device_destroy(&pdev->dev, &children_left); in of_platform_notify()
|
| /Linux-v5.4/include/linux/ |
| D | of_platform.h | 69 extern int of_platform_device_destroy(struct device *dev, void *data);
|
| /Linux-v5.4/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 | 731 of_platform_device_destroy(&slot_pdev->dev, NULL); in meson_mx_mmc_probe() 744 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()
|