Home
last modified time | relevance | path

Searched refs:cpu_thist_total (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_rm31.c68 static s64 cpu_thist_total; variable
146 cpu_thist_total = 0; in cpu_check_overtemp()
149 cpu_thist_total += temp; in cpu_check_overtemp()
161 cpu_thist_total -= t_old; in cpu_check_overtemp()
162 cpu_thist_total += temp; in cpu_check_overtemp()
163 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
H A Dwindfarm_pm72.c77 static s64 cpu_thist_total; variable
152 cpu_thist_total = 0; in cpu_check_overtemp()
155 cpu_thist_total += temp; in cpu_check_overtemp()
167 cpu_thist_total -= t_old; in cpu_check_overtemp()
168 cpu_thist_total += temp; in cpu_check_overtemp()
169 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
H A Dwindfarm_pm112.c92 static s64 cpu_thist_total; variable
225 cpu_thist_total -= t_old; in cpu_check_overtemp()
226 cpu_thist_total += temp; in cpu_check_overtemp()
227 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm_rm31.c68 static s64 cpu_thist_total; variable
146 cpu_thist_total = 0; in cpu_check_overtemp()
149 cpu_thist_total += temp; in cpu_check_overtemp()
161 cpu_thist_total -= t_old; in cpu_check_overtemp()
162 cpu_thist_total += temp; in cpu_check_overtemp()
163 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
H A Dwindfarm_pm72.c77 static s64 cpu_thist_total; variable
152 cpu_thist_total = 0; in cpu_check_overtemp()
155 cpu_thist_total += temp; in cpu_check_overtemp()
167 cpu_thist_total -= t_old; in cpu_check_overtemp()
168 cpu_thist_total += temp; in cpu_check_overtemp()
169 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
H A Dwindfarm_pm112.c94 static s64 cpu_thist_total; variable
227 cpu_thist_total -= t_old; in cpu_check_overtemp()
228 cpu_thist_total += temp; in cpu_check_overtemp()
229 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()

Completed in 7 milliseconds