Home
last modified time | relevance | path

Searched refs:rt_ofw_find_node_by_path (Results 1 – 6 of 6) sorted by relevance

/components/drivers/core/
A Dplatform_ofw.c276 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()
/components/drivers/ofw/
A Dofw.c310 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()
A Dfdt.c873 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()
A Dbase.c604 struct rt_ofw_node *rt_ofw_find_node_by_path(const char *path) in rt_ofw_find_node_by_path() function
1062 if (!(tmp = rt_ofw_find_node_by_path(prop->value))) in ofw_alias_scan()
/components/drivers/include/drivers/
A Dofw.h179 struct rt_ofw_node *rt_ofw_find_node_by_path(const char *path);
/components/drivers/thermal/
A Dthermal.c73 tmp_np = rt_ofw_find_node_by_path("/thermal-zones"); in thermal_ofw_setup()

Completed in 13 milliseconds