Searched refs:ofw_node_root (Results 1 – 5 of 5) sorted by relevance
268 if (ofw_node_root) in platform_ofw_device_probe()270 rt_ofw_node_get(ofw_node_root); in platform_ofw_device_probe()272 err = platform_ofw_device_probe_once(ofw_node_root); in platform_ofw_device_probe()274 rt_ofw_node_put(ofw_node_root); in platform_ofw_device_probe()
60 extern struct rt_ofw_node *ofw_node_root;
679 if (ofw_node_root) in ofw_dts()683 rt_ofw_node_dump_dts(ofw_node_root, RT_TRUE); in ofw_dts()704 const char *split = np == ofw_node_root ? "" : "/"; in ofw_dts()
25 struct rt_ofw_node *ofw_node_root = RT_NULL; variable166 np = ofw_node_root; in ofw_get_next_node()359 return ofw_node_index_of_compatible(ofw_node_root, compatible) >= 0; in rt_ofw_machine_is_compatible()612 np = ofw_node_root; in rt_ofw_find_node_by_path()617 parent = rt_ofw_node_get(ofw_node_root); in rt_ofw_find_node_by_path()1374 parent = parent ? : ofw_node_root; in rt_ofw_append_child()
869 ofw_node_root = rt_fdt_unflatten_single(_fdt); in rt_fdt_unflatten()871 if (ofw_node_root) in rt_fdt_unflatten()880 system_node_init_flag(ofw_node_root); in rt_fdt_unflatten()
Completed in 11 milliseconds