Searched refs:curr_cpu_temp (Results 1 – 2 of 2) sorted by relevance
125 tp->prev_cpu_temp = tp->curr_cpu_temp; in get_current_temps()127 (unsigned char *) &tp->curr_cpu_temp, in get_current_temps()132 (int) tp->curr_cpu_temp, (int) tp->curr_amb_temp); in get_current_temps()150 } else if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_shutdown || in do_envctrl_shutdown()151 tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_shutdown) { in do_envctrl_shutdown()153 val = tp->curr_cpu_temp; in do_envctrl_shutdown()228 if (tp->curr_cpu_temp >= in analyze_cpu_temp()232 tp->index, (int) tp->curr_cpu_temp); in analyze_cpu_temp()234 } else if (tp->curr_cpu_temp < in analyze_cpu_temp()238 tp->index, (int) tp->curr_cpu_temp); in analyze_cpu_temp()[all …]
25 s8 curr_cpu_temp; member