Home
last modified time | relevance | path

Searched refs:amb_temp_limits (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/sbus/char/
H A Dbbc_envctrl.c75 static struct temp_limits amb_temp_limits[2] = { variable
147 if (tp->curr_amb_temp >= amb_temp_limits[tp->index].high_shutdown || in do_envctrl_shutdown()
148 tp->curr_amb_temp < amb_temp_limits[tp->index].low_shutdown) { in do_envctrl_shutdown()
175 amb_temp_limits[tp->index].high_warn) { in analyze_ambient_temp()
181 amb_temp_limits[tp->index].low_warn) { in analyze_ambient_temp()
189 } else if (tp->curr_amb_temp >= amb_temp_limits[tp->index].high_warn || in analyze_ambient_temp()
190 tp->curr_amb_temp < amb_temp_limits[tp->index].low_warn) in analyze_ambient_temp()
194 if (tp->curr_amb_temp >= amb_temp_limits[tp->index].high_shutdown || in analyze_ambient_temp()
195 tp->curr_amb_temp < amb_temp_limits[tp->index].low_shutdown) { in analyze_ambient_temp()
203 s8 amb_goal_hi = amb_temp_limits[t in analyze_ambient_temp()
[all...]
/kernel/linux/linux-6.6/drivers/sbus/char/
H A Dbbc_envctrl.c75 static struct temp_limits amb_temp_limits[2] = { variable
147 if (tp->curr_amb_temp >= amb_temp_limits[tp->index].high_shutdown || in do_envctrl_shutdown()
148 tp->curr_amb_temp < amb_temp_limits[tp->index].low_shutdown) { in do_envctrl_shutdown()
175 amb_temp_limits[tp->index].high_warn) { in analyze_ambient_temp()
181 amb_temp_limits[tp->index].low_warn) { in analyze_ambient_temp()
189 } else if (tp->curr_amb_temp >= amb_temp_limits[tp->index].high_warn || in analyze_ambient_temp()
190 tp->curr_amb_temp < amb_temp_limits[tp->index].low_warn) in analyze_ambient_temp()
194 if (tp->curr_amb_temp >= amb_temp_limits[tp->index].high_shutdown || in analyze_ambient_temp()
195 tp->curr_amb_temp < amb_temp_limits[tp->index].low_shutdown) { in analyze_ambient_temp()
203 s8 amb_goal_hi = amb_temp_limits[t in analyze_ambient_temp()
[all...]

Completed in 3 milliseconds