Home
last modified time | relevance | path

Searched refs:of_platform_device_destroy (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/of/
Dplatform.c549 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/
Dof_platform.h69 extern int of_platform_device_destroy(struct device *dev, void *data);
/Linux-v4.19/drivers/mmc/host/
Dcavium-thunderx.c155 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in thunder_mmc_probe()
Dmeson-mx-sdio.c728 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()
Dcavium-octeon.c302 of_platform_device_destroy(&host->slot_pdev[i]->dev, NULL); in octeon_mmc_probe()