Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Dplatform.c522 struct platform_device *pdev_parent, *pdev; in of_platform_notify() local
536 pdev_parent = of_find_device_by_node(rd->dn->parent); in of_platform_notify()
538 pdev_parent ? &pdev_parent->dev : NULL); in of_platform_notify()
539 of_dev_put(pdev_parent); in of_platform_notify()