Home
last modified time | relevance | path

Searched refs:cpu_thist_pt (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/macintosh/
Dwindfarm_pm112.c92 static int cpu_thist_pt; variable
218 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
219 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()
220 cpu_thist_pt = (cpu_thist_pt + 1) % CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
Dwindfarm_rm31.c68 static int cpu_thist_pt; variable
159 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
160 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()
161 cpu_thist_pt = (cpu_thist_pt + 1) % CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
Dwindfarm_pm72.c77 static int cpu_thist_pt; variable
165 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
166 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()
167 cpu_thist_pt = (cpu_thist_pt + 1) % CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()