new_temp           88 drivers/macintosh/windfarm_pid.c s32 wf_cpu_pid_run(struct wf_cpu_pid_state *st, s32 new_power, s32 new_temp)
new_temp          103 drivers/macintosh/windfarm_pid.c 		st->temps[0] = st->temps[1] = new_temp;
new_temp          111 drivers/macintosh/windfarm_pid.c 		st->temps[st->tindex] = new_temp;
new_temp          131 drivers/macintosh/windfarm_pid.c 	prop = st->last_delta = (new_temp - adj);