Searched refs:k_i (Results 1 – 6 of 6) sorted by relevance
130 s32 k_i; in estimate_pid_constants() local153 k_i = tz->tzp->k_pu / 10; in estimate_pid_constants()154 tz->tzp->k_i = k_i > 0 ? k_i : 1; in estimate_pid_constants()240 i = mul_frac(tz->tzp->k_i, params->err_integral); in pid_controller()243 s64 i_next = i + mul_frac(tz->tzp->k_i, err); in pid_controller()
363 create_s32_tzp_attr(k_i);
26 P_max = k_p * e + k_i * err_integral + k_d * diff_err + sustainable_power43 | | k_i | | get_requested_power()162 k_i and integral_cutoff165 `k_i` configures the PID loop's integral term constant. This term170 integral term. This term is then multiplied by `k_i` and the result171 added to the output of the controller. Typically `k_i` is set low (1
393 |---k_i: PID's integral term in the power allocator gov
278 s32 k_i; member
128 What: /sys/class/thermal/thermal_zoneX/k_i
Completed in 10 milliseconds