Lines Matching refs:deadband
96 int deadband; member
118 int deadband; member
170 int deadband, int integral) { in pid_reset() argument
172 pid->deadband = deadband; in pid_reset()
200 if (abs(fp_error) <= int_tofp(pid->deadband)) in pid_calc()
235 pid_reset(&cpu->pid, pid_params.setpoint, 100, pid_params.deadband, 0); in intel_pstate_busy_pid_reset()
312 {"deadband", &pid_params.deadband},
634 .deadband = 0,
652 .deadband = 0,
671 .deadband = 0,
1082 pid_params.deadband = policy->deadband; in copy_pid_params()