Searched refs:amb_temp_limits (Results 1 – 1 of 1) sorted by relevance
73 static struct temp_limits amb_temp_limits[2] = { variable145 if (tp->curr_amb_temp >= amb_temp_limits[tp->index].high_shutdown || in do_envctrl_shutdown()146 tp->curr_amb_temp < amb_temp_limits[tp->index].low_shutdown) { in do_envctrl_shutdown()174 amb_temp_limits[tp->index].high_warn) { in analyze_ambient_temp()180 amb_temp_limits[tp->index].low_warn) { in analyze_ambient_temp()188 } else if (tp->curr_amb_temp >= amb_temp_limits[tp->index].high_warn || in analyze_ambient_temp()189 tp->curr_amb_temp < amb_temp_limits[tp->index].low_warn) in analyze_ambient_temp()193 if (tp->curr_amb_temp >= amb_temp_limits[tp->index].high_shutdown || in analyze_ambient_temp()194 tp->curr_amb_temp < amb_temp_limits[tp->index].low_shutdown) { in analyze_ambient_temp()202 s8 amb_goal_hi = amb_temp_limits[tp->index].high_warn - 10; in analyze_ambient_temp()[all …]