Lines Matching refs:overlay_base_root
3381 static struct device_node *overlay_base_root; variable
3455 __unflatten_device_tree(new_fdt, NULL, &overlay_base_root, in unittest_unflatten_overlay_base()
3541 if (!overlay_base_root) { in of_unittest_overlay_high_level()
3551 of_resolve_phandles(overlay_base_root); in of_unittest_overlay_high_level()
3564 pprev = &overlay_base_root->child; in of_unittest_overlay_high_level()
3565 for (np = overlay_base_root->child; np; np = np->sibling) { in of_unittest_overlay_high_level()
3577 pprev = &overlay_base_root->child; in of_unittest_overlay_high_level()
3578 for (np = overlay_base_root->child; np; np = np->sibling) { in of_unittest_overlay_high_level()
3588 for_each_child_of_node(overlay_base_root, np) { in of_unittest_overlay_high_level()
3609 for (np = overlay_base_root->child; np; np = np->sibling) in of_unittest_overlay_high_level()
3618 last_sibling->sibling = overlay_base_root->child; in of_unittest_overlay_high_level()
3620 of_root->child = overlay_base_root->child; in of_unittest_overlay_high_level()
3622 for_each_of_allnodes_from(overlay_base_root, np) in of_unittest_overlay_high_level()