Searched refs:curr_cpu_temp (Results 1 – 2 of 2) sorted by relevance
124 tp->prev_cpu_temp = tp->curr_cpu_temp; in get_current_temps()126 (unsigned char *) &tp->curr_cpu_temp, in get_current_temps()131 (int) tp->curr_cpu_temp, (int) tp->curr_amb_temp); in get_current_temps()149 } else if (tp->curr_cpu_temp >= cpu_temp_limits[tp->index].high_shutdown || in do_envctrl_shutdown()150 tp->curr_cpu_temp < cpu_temp_limits[tp->index].low_shutdown) { in do_envctrl_shutdown()152 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