Home
last modified time | relevance | path

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

/linux/drivers/sbus/char/
A Dbbc_envctrl.c122 tp->prev_amb_temp = tp->curr_amb_temp; in get_current_temps()
124 (unsigned char *) &tp->curr_amb_temp, in get_current_temps()
133 (int) tp->curr_cpu_temp, (int) tp->curr_amb_temp); in get_current_temps()
148 tp->curr_amb_temp < amb_temp_limits[tp->index].low_shutdown) { in do_envctrl_shutdown()
150 val = tp->curr_amb_temp; in do_envctrl_shutdown()
174 if (tp->curr_amb_temp >= in analyze_ambient_temp()
178 tp->index, (int) tp->curr_amb_temp); in analyze_ambient_temp()
180 } else if (tp->curr_amb_temp < in analyze_ambient_temp()
184 tp->index, (int) tp->curr_amb_temp); in analyze_ambient_temp()
190 tp->curr_amb_temp < amb_temp_limits[tp->index].low_warn) in analyze_ambient_temp()
[all …]
A Dbbc_i2c.h27 s8 curr_amb_temp; member

Completed in 5 milliseconds