Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/of/
Dplatform.c667 struct platform_device *pdev_parent, *pdev; in of_platform_notify() local
681 pdev_parent = of_find_device_by_node(rd->dn->parent); in of_platform_notify()
683 pdev_parent ? &pdev_parent->dev : NULL); in of_platform_notify()
684 of_dev_put(pdev_parent); in of_platform_notify()
/Linux-v4.19/drivers/dma/qcom/
Dhidma_mgmt.c358 struct platform_device *pdev_parent = of_find_device_by_node(np); in hidma_mgmt_of_populate_channels() local
386 pdevinfo.parent = pdev_parent ? &pdev_parent->dev : NULL; in hidma_mgmt_of_populate_channels()