Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c98 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,
[all …]
/linux-4.4.14/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.4.14/include/uapi/linux/
Dinput.h353 __u16 deadband; member
/linux-4.4.14/Documentation/cpu-freq/
Dintel-pstate.txt60 deadband
/linux-4.4.14/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.4.14/Documentation/input/
Diforce-protocol.txt135 For the deadband, the minimum value is 0, the max is 03E8.