Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_drv.c248 struct device_node *child_np; in sti_platform_probe() local
255 child_np = of_get_next_available_child(node, NULL); in sti_platform_probe()
257 while (child_np) { in sti_platform_probe()
258 component_match_add(dev, &match, compare_of, child_np); in sti_platform_probe()
259 of_node_put(child_np); in sti_platform_probe()
260 child_np = of_get_next_available_child(node, child_np); in sti_platform_probe()
/linux-4.4.14/drivers/memory/
Dpl172.c199 struct device_node *child_np, *np = adev->dev.of_node; in pl172_probe() local
262 for_each_available_child_of_node(np, child_np) { in pl172_probe()
263 ret = pl172_parse_cs_config(adev, child_np); in pl172_probe()
267 of_platform_populate(child_np, NULL, NULL, dev); in pl172_probe()
Dti-aemif.c336 struct device_node *child_np; in aemif_probe() local
372 for_each_available_child_of_node(np, child_np) { in aemif_probe()
373 ret = of_aemif_parse_abus_config(pdev, child_np); in aemif_probe()
392 for_each_available_child_of_node(np, child_np) { in aemif_probe()
393 ret = of_platform_populate(child_np, NULL, NULL, dev); in aemif_probe()
/linux-4.4.14/drivers/phy/
Dphy-mt65xx-usb3.c413 struct device_node *child_np; in mt65xx_u3phy_probe() local
447 for_each_child_of_node(np, child_np) { in mt65xx_u3phy_probe()
459 phy = devm_phy_create(dev, child_np, &mt65xx_u3phy_ops); in mt65xx_u3phy_probe()
466 retval = of_address_to_resource(child_np, 0, &res); in mt65xx_u3phy_probe()
490 of_node_put(child_np); in mt65xx_u3phy_probe()
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.c779 struct device_node *child_np; in xgene_mdiobus_register() local
785 for_each_child_of_node(dev->of_node, child_np) { in xgene_mdiobus_register()
786 if (of_device_is_compatible(child_np, in xgene_mdiobus_register()
788 mdio_np = child_np; in xgene_mdiobus_register()