Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Dplatform.c473 static int of_platform_device_destroy(struct device *dev, void *data) in of_platform_device_destroy() function
481 device_for_each_child(dev, NULL, of_platform_device_destroy); in of_platform_device_destroy()
511 device_for_each_child(parent, NULL, of_platform_device_destroy); in of_platform_depopulate()
561 of_platform_device_destroy(&pdev->dev, &children_left); in of_platform_notify()