Home
last modified time | relevance | path

Searched refs:k_d (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/Documentation/thermal/
Dpower_allocator.txt25 P_max = k_p * e + k_i * err_integral + k_d * diff_err + sustainable_power
34 k_d
169 k_d
172 `k_d` configures the PID loop's derivative term constant. It's
Dsysfs-api.txt192 |---k_d: PID's derivative term in the power allocator
353 k_d
/linux-4.4.14/include/linux/
Dthermal.h306 s32 k_d; member
/linux-4.4.14/drivers/thermal/
Dpower_allocator.c242 d = mul_frac(tz->tzp->k_d, err - params->prev_err); in pid_controller()
Dthermal_core.c985 create_s32_tzp_attr(k_d);