Home
last modified time | relevance | path

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

/openbmc/linux/drivers/of/
H A Dplatform.c760 struct platform_device *pdev_parent, *pdev; in of_platform_notify() local
779 pdev_parent = of_find_device_by_node(rd->dn->parent); in of_platform_notify()
781 pdev_parent ? &pdev_parent->dev : NULL); in of_platform_notify()
782 platform_device_put(pdev_parent); in of_platform_notify()
/openbmc/linux/drivers/dma/qcom/
H A Dhidma_mgmt.c350 struct platform_device *pdev_parent = of_find_device_by_node(np); in hidma_mgmt_of_populate_channels() local
378 pdevinfo.parent = pdev_parent ? &pdev_parent->dev : NULL; in hidma_mgmt_of_populate_channels()