Searched refs:child_np (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_drm_drv.c | 249 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()
|
D | sti_tvout.c | 705 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/ |
D | ti-aemif.c | 335 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/ |
D | xgene_enet_hw.c | 701 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()
|