Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dpower_allocator.rst26 P_max = k_p * e + k_i * err_integral + k_d * diff_err + sustainable_power
35 k_d
172 k_d chapter
175 `k_d` configures the PID loop's derivative term constant. It's
H A Dsysfs-api.rst394 |---k_d: PID's derivative term in the power allocator
587 k_d
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h287 s32 k_d; member
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dgov_power_allocator.c235 d = mul_frac(tz->tzp->k_d, err - params->prev_err); in pid_controller()
H A Dthermal_sysfs.c388 create_s32_tzp_attr(k_d);