Lines Matching refs:deadband
98 int deadband; member
121 int deadband; member
193 int deadband, int integral) { in pid_reset() argument
195 pid->deadband = deadband; in pid_reset()
223 if (abs(fp_error) <= int_tofp(pid->deadband)) in pid_calc()
258 pid_reset(&cpu->pid, pid_params.setpoint, 100, pid_params.deadband, 0); in intel_pstate_busy_pid_reset()
342 {"deadband", &pid_params.deadband},
733 .deadband = 0,
752 .deadband = 0,
772 .deadband = 0,
792 .deadband = 0,
1232 pid_params.deadband = policy->deadband; in copy_pid_params()