Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_drm_drv.c249 struct device_node *child_np; in sti_drm_master_probe() local
254 child_np = of_get_next_available_child(node, NULL); in sti_drm_master_probe()
256 while (child_np) { in sti_drm_master_probe()
257 component_match_add(dev, &match, compare_of, child_np); in sti_drm_master_probe()
258 of_node_put(child_np); in sti_drm_master_probe()
259 child_np = of_get_next_available_child(node, child_np); in sti_drm_master_probe()
Dsti_tvout.c705 struct device_node *child_np; in sti_tvout_probe() local
739 child_np = of_get_next_available_child(node, NULL); in sti_tvout_probe()
741 while (child_np) { in sti_tvout_probe()
742 component_match_add(dev, &match, compare_of, child_np); in sti_tvout_probe()
743 of_node_put(child_np); in sti_tvout_probe()
744 child_np = of_get_next_available_child(node, child_np); in sti_tvout_probe()
/linux-4.1.27/drivers/memory/
Dti-aemif.c335 struct device_node *child_np; in aemif_probe() local
371 for_each_available_child_of_node(np, child_np) { in aemif_probe()
372 ret = of_aemif_parse_abus_config(pdev, child_np); in aemif_probe()
391 for_each_available_child_of_node(np, child_np) { in aemif_probe()
392 ret = of_platform_populate(child_np, NULL, NULL, dev); in aemif_probe()
/linux-4.1.27/drivers/net/ethernet/apm/xgene/
Dxgene_enet_hw.c701 struct device_node *child_np; in xgene_mdiobus_register() local
707 for_each_child_of_node(dev->of_node, child_np) { in xgene_mdiobus_register()
708 if (of_device_is_compatible(child_np, in xgene_mdiobus_register()
710 mdio_np = child_np; in xgene_mdiobus_register()