Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/macintosh/
Dwindfarm_pid.c88 s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 new_power, s32 new_temp) in wf_cpu_pid_run() argument
103 st->temps[0] = st->temps[1] = new_temp; in wf_cpu_pid_run()
111 st->temps[st->tindex] = new_temp; in wf_cpu_pid_run()
131 prop = st->last_delta = (new_temp - adj); in wf_cpu_pid_run()