Searched refs:rt_ofw_find_node_by_path (Results 1 – 6 of 6) sorted by relevance
276 if ((node = rt_ofw_find_node_by_path("/firmware"))) in platform_ofw_device_probe()282 if ((node = rt_ofw_find_node_by_path("/clocks"))) in platform_ofw_device_probe()
310 struct rt_ofw_node *stdout_np = rt_ofw_find_node_by_path(stdout_path); in rt_ofw_console_setup()687 struct rt_ofw_node *np = rt_ofw_find_node_by_path(argv[1]); in ofw_dts()700 struct rt_ofw_node *np = rt_ofw_find_node_by_path(argv[2]); in ofw_dts()
873 ofw_node_cpus = rt_ofw_find_node_by_path("/cpus"); in rt_fdt_unflatten()874 ofw_node_chosen = rt_ofw_find_node_by_path("/chosen"); in rt_fdt_unflatten()875 ofw_node_aliases = rt_ofw_find_node_by_path("/aliases"); in rt_fdt_unflatten()876 ofw_node_reserved_memory = rt_ofw_find_node_by_path("/reserved-memory"); in rt_fdt_unflatten()
604 struct rt_ofw_node *rt_ofw_find_node_by_path(const char *path) in rt_ofw_find_node_by_path() function1062 if (!(tmp = rt_ofw_find_node_by_path(prop->value))) in ofw_alias_scan()
179 struct rt_ofw_node *rt_ofw_find_node_by_path(const char *path);
73 tmp_np = rt_ofw_find_node_by_path("/thermal-zones"); in thermal_ofw_setup()
Completed in 13 milliseconds