Home
last modified time | relevance | path

Searched refs:deadband (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c96 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,
[all …]
/linux-4.1.27/drivers/input/joystick/iforce/
Diforce-ff.c218 || old->u.condition[i].deadband != new->u.condition[i].deadband in need_condition_modifier()
507 effect->u.condition[0].deadband, in iforce_upload_condition()
519 effect->u.condition[1].deadband, in iforce_upload_condition()
/linux-4.1.27/Documentation/cpu-freq/
Dintel-pstate.txt59 deadband
/linux-4.1.27/drivers/hid/usbhid/
Dhid-pidff.c401 effect->u.condition[i].deadband); in pidff_set_condition_report()
425 cond->deadband != old_cond->deadband; in pidff_needs_set_condition()
/linux-4.1.27/include/uapi/linux/
Dinput.h1079 __u16 deadband; member
/linux-4.1.27/Documentation/input/
Diforce-protocol.txt135 For the deadband, the minimum value is 0, the max is 03E8.