Searched refs:curr_cpu_temp (Results 1 – 2 of 2) sorted by relevance
126 tp->prev_cpu_temp = tp->curr_cpu_temp; in get_current_temps()128 (unsigned char *) &tp->curr_cpu_temp, in get_current_temps()133 (int) tp->curr_cpu_temp, (int) tp->curr_amb_temp); in get_current_temps()152 tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_shutdown) { in do_envctrl_shutdown()154 val = tp->curr_cpu_temp; in do_envctrl_shutdown()229 if (tp->curr_cpu_temp >= in analyze_cpu_temp()233 tp->index, (int) tp->curr_cpu_temp); in analyze_cpu_temp()235 } else if (tp->curr_cpu_temp < in analyze_cpu_temp()239 tp->index, (int) tp->curr_cpu_temp); in analyze_cpu_temp()245 tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_warn) in analyze_cpu_temp()[all …]
26 s8 curr_cpu_temp; member
Completed in 4 milliseconds