Home
last modified time | relevance | path

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

/components/drivers/thermal/
A Dthermal.c73 tmp_np = rt_ofw_find_node_by_path("/thermal-zones"); in thermal_ofw_setup()
75 if (!tmp_np) in thermal_ofw_setup()
80 rt_ofw_foreach_child_node(tmp_np, tz_np) in thermal_ofw_setup()
110 tmp_np = rt_ofw_get_child_by_tag(tz_np, "trips"); in thermal_ofw_setup()
111 if (!tmp_np) in thermal_ofw_setup()
116 zdev->trips_nr = rt_ofw_get_child_count(tmp_np); in thermal_ofw_setup()
130 rt_ofw_foreach_child_node(tmp_np, trip_np) in thermal_ofw_setup()
146 tmp_np = rt_ofw_get_child_by_tag(tz_np, "cooling-maps"); in thermal_ofw_setup()
147 if (!tmp_np) in thermal_ofw_setup()
152 zdev->cooling_maps_nr = rt_ofw_get_child_count(tmp_np); in thermal_ofw_setup()
[all …]

Completed in 4 milliseconds