Lines Matching refs:overlay_base_root
2873 static struct device_node *overlay_base_root; variable
2947 __unflatten_device_tree(new_fdt, NULL, &overlay_base_root, in unittest_unflatten_overlay_base()
3018 if (!overlay_base_root) { in of_unittest_overlay_high_level()
3028 of_resolve_phandles(overlay_base_root); in of_unittest_overlay_high_level()
3041 pprev = &overlay_base_root->child; in of_unittest_overlay_high_level()
3042 for (np = overlay_base_root->child; np; np = np->sibling) { in of_unittest_overlay_high_level()
3054 pprev = &overlay_base_root->child; in of_unittest_overlay_high_level()
3055 for (np = overlay_base_root->child; np; np = np->sibling) { in of_unittest_overlay_high_level()
3065 for_each_child_of_node(overlay_base_root, np) { in of_unittest_overlay_high_level()
3084 for (np = overlay_base_root->child; np; np = np->sibling) in of_unittest_overlay_high_level()
3093 last_sibling->sibling = overlay_base_root->child; in of_unittest_overlay_high_level()
3095 of_root->child = overlay_base_root->child; in of_unittest_overlay_high_level()
3097 for_each_of_allnodes_from(overlay_base_root, np) in of_unittest_overlay_high_level()