Home
last modified time | relevance | path

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

/linux/drivers/of/
H A Dplatform.c726 struct platform_device *pdev_parent, *pdev; in of_platform_notify() local
747 /* pdev_parent may be NULL when no bus platform device */ in of_platform_notify()
748 pdev_parent = of_find_device_by_node(parent); in of_platform_notify()
750 pdev_parent ? &pdev_parent->dev : NULL); in of_platform_notify()
751 platform_device_put(pdev_parent); in of_platform_notify()