Lines Matching refs:of_root
264 if (!of_root) in of_unittest_check_tree_linkage()
269 child_count = of_unittest_check_node_linkage(of_root); in of_unittest_check_tree_linkage()
337 of_unittest_printf_one(of_root, "%pOFP", "/"); in of_unittest_printf()
1659 if (!of_root) { in unittest_data_add()
1660 of_root = unittest_data_node; in unittest_data_add()
1677 np->parent = of_root; in unittest_data_add()
3574 of_symbols = of_get_child_by_name(of_root, "__symbols__"); in of_unittest_overlay_high_level()
3590 for_each_child_of_node(of_root, base_child) { in of_unittest_overlay_high_level()
3610 np->parent = of_root; in of_unittest_overlay_high_level()
3614 for (last_sibling = np = of_root->child; np; np = np->sibling) in of_unittest_overlay_high_level()
3620 of_root->child = overlay_base_root->child; in of_unittest_overlay_high_level()