of_platform_device_destroy  302 drivers/mmc/host/cavium-octeon.c 			of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL);
of_platform_device_destroy  155 drivers/mmc/host/cavium-thunderx.c 			of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL);
of_platform_device_destroy  722 drivers/mmc/host/meson-mx-sdio.c 	of_platform_device_destroy(&slot_pdev->dev, NULL);
of_platform_device_destroy  735 drivers/mmc/host/meson-mx-sdio.c 	of_platform_device_destroy(slot_dev, NULL);
of_platform_device_destroy  551 drivers/of/platform.c 		device_for_each_child(dev, NULL, of_platform_device_destroy);
of_platform_device_destroy  565 drivers/of/platform.c EXPORT_SYMBOL_GPL(of_platform_device_destroy);
of_platform_device_destroy  579 drivers/of/platform.c 		device_for_each_child(parent, NULL, of_platform_device_destroy);
of_platform_device_destroy  700 drivers/of/platform.c 		of_platform_device_destroy(&pdev->dev, &children_left);
of_platform_device_destroy   69 include/linux/of_platform.h extern int of_platform_device_destroy(struct device *dev, void *data);