Searched refs:k_pu (Results 1 – 5 of 5) sorted by relevance
58 k_po/k_pu98 k_po and k_pu103 constants: `k_po` and `k_pu`. `k_po` is the proportional term105 above "desired temperature" trip point). Conversely, `k_pu` is the111 `k_pu` value will provide a slower ramp, at the cost of capping113 value of `k_pu` will result in the governor granting very high power116 The default value for `k_pu` is::138 Expanding `k_pu` we get::
392 |---k_pu: Proportional term during temperature undershoot570 k_pu
155 if (!tz->tzp->k_pu || force) in estimate_pid_constants()156 tz->tzp->k_pu = int_to_frac(2 * sustainable_power) / in estimate_pid_constants()209 p = mul_frac(err < 0 ? tz->tzp->k_po : tz->tzp->k_pu, err); in pid_controller()
385 create_s32_tzp_attr(k_pu);
269 s32 k_pu; member