Lines Matching refs:tmp_np
66 struct rt_ofw_node *tmp_np, *tz_np, *trip_np, *cm_np, *cdev_np; in thermal_ofw_setup() local
73 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()
165 rt_ofw_foreach_child_node(tmp_np, cm_np) in thermal_ofw_setup()