Lines Matching refs:new_setpoint
221 s32 new_setpoint, temp, power; in wf_smu_cpu_fans_tick() local
257 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp); in wf_smu_cpu_fans_tick()
259 DBG("wf_smu: new_setpoint: %d RPM\n", (int)new_setpoint); in wf_smu_cpu_fans_tick()
261 if (st->cpu_setpoint == new_setpoint) in wf_smu_cpu_fans_tick()
263 st->cpu_setpoint = new_setpoint; in wf_smu_cpu_fans_tick()
330 s32 new_setpoint, temp; in wf_smu_drive_fans_tick() local
354 new_setpoint = wf_pid_run(&st->pid, temp); in wf_smu_drive_fans_tick()
356 DBG("wf_smu: new_setpoint: %d\n", (int)new_setpoint); in wf_smu_drive_fans_tick()
358 if (st->setpoint == new_setpoint) in wf_smu_drive_fans_tick()
360 st->setpoint = new_setpoint; in wf_smu_drive_fans_tick()
411 s32 new_setpoint, power; in wf_smu_slots_fans_tick() local
437 new_setpoint = wf_pid_run(&st->pid, power); in wf_smu_slots_fans_tick()
439 DBG("wf_smu: new_setpoint: %d\n", (int)new_setpoint); in wf_smu_slots_fans_tick()
441 if (st->setpoint == new_setpoint) in wf_smu_slots_fans_tick()
443 st->setpoint = new_setpoint; in wf_smu_slots_fans_tick()