Lines Matching refs:overlay_base_root
3688 static struct device_node *overlay_base_root; variable
3756 __unflatten_device_tree(new_fdt, NULL, &overlay_base_root, in unittest_unflatten_overlay_base()
3842 if (!overlay_base_root) { in of_unittest_overlay_high_level()
3852 of_resolve_phandles(overlay_base_root); in of_unittest_overlay_high_level()
3865 pprev = &overlay_base_root->child; in of_unittest_overlay_high_level()
3866 for (np = overlay_base_root->child; np; np = np->sibling) { in of_unittest_overlay_high_level()
3878 pprev = &overlay_base_root->child; in of_unittest_overlay_high_level()
3879 for (np = overlay_base_root->child; np; np = np->sibling) { in of_unittest_overlay_high_level()
3889 for_each_child_of_node(overlay_base_root, np) { in of_unittest_overlay_high_level()
3910 for (np = overlay_base_root->child; np; np = np->sibling) in of_unittest_overlay_high_level()
3919 last_sibling->sibling = overlay_base_root->child; in of_unittest_overlay_high_level()
3921 of_root->child = overlay_base_root->child; in of_unittest_overlay_high_level()
3923 for_each_of_allnodes_from(overlay_base_root, np) in of_unittest_overlay_high_level()