Lines Matching refs:new_setpoint
220 s32 new_setpoint, temp, power; in wf_smu_cpu_fans_tick() local
256 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp); in wf_smu_cpu_fans_tick()
258 DBG("wf_smu: new_setpoint: %d RPM\n", (int)new_setpoint); in wf_smu_cpu_fans_tick()
260 if (st->cpu_setpoint == new_setpoint) in wf_smu_cpu_fans_tick()
262 st->cpu_setpoint = new_setpoint; in wf_smu_cpu_fans_tick()
329 s32 new_setpoint, temp; in wf_smu_drive_fans_tick() local
353 new_setpoint = wf_pid_run(&st->pid, temp); in wf_smu_drive_fans_tick()
355 DBG("wf_smu: new_setpoint: %d\n", (int)new_setpoint); in wf_smu_drive_fans_tick()
357 if (st->setpoint == new_setpoint) in wf_smu_drive_fans_tick()
359 st->setpoint = new_setpoint; in wf_smu_drive_fans_tick()
410 s32 new_setpoint, power; in wf_smu_slots_fans_tick() local
436 new_setpoint = wf_pid_run(&st->pid, power); in wf_smu_slots_fans_tick()
438 DBG("wf_smu: new_setpoint: %d\n", (int)new_setpoint); in wf_smu_slots_fans_tick()
440 if (st->setpoint == new_setpoint) in wf_smu_slots_fans_tick()
442 st->setpoint = new_setpoint; in wf_smu_slots_fans_tick()