Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/of/
Dplatform.c459 static int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function
467 device_for_each_child(dev, NULL, of_platform_device_destroy); in of_platform_device_destroy()
497 device_for_each_child(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
547 of_platform_device_destroy(&pdev->dev, &children_left); in of_platform_notify()