Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_pm112.c91 static int cpu_thist_pt; variable
222 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
223 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()
224 cpu_thist_pt = (cpu_thist_pt + 1) % CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
H A Dwindfarm_rm31.c67 static int cpu_thist_pt; variable
158 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
159 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()
160 cpu_thist_pt = (cpu_thist_pt + 1) % CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
H A Dwindfarm_pm72.c76 static int cpu_thist_pt; variable
164 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
165 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()
166 cpu_thist_pt = (cpu_thist_pt + 1) % CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm_pm112.c93 static int cpu_thist_pt; variable
224 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
225 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()
226 cpu_thist_pt = (cpu_thist_pt + 1) % CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
H A Dwindfarm_rm31.c67 static int cpu_thist_pt; variable
158 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
159 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()
160 cpu_thist_pt = (cpu_thist_pt + 1) % CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
H A Dwindfarm_pm72.c76 static int cpu_thist_pt; variable
164 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
165 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()
166 cpu_thist_pt = (cpu_thist_pt + 1) % CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()

Completed in 6 milliseconds