Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/driver-api/thermal/
A Dpower_allocator.rst58 k_po/k_pu
100 k_po and k_pu
105 constants: `k_po` and `k_pu`. `k_po` is the proportional term
107 above "desired temperature" trip point). Conversely, `k_pu` is the
113 `k_pu` value will provide a slower ramp, at the cost of capping
115 value of `k_pu` will result in the governor granting very high power
118 The default value for `k_pu` is::
140 Expanding `k_pu` we get::
A Dsysfs-api.rst392 |---k_pu: Proportional term during temperature undershoot
/linux-6.3-rc2/drivers/thermal/
A Dgov_power_allocator.c150 tz->tzp->k_pu = int_to_frac(2 * sustainable_power) / in estimate_pid_constants()
153 k_i = tz->tzp->k_pu / 10; in estimate_pid_constants()
232 p = mul_frac(err < 0 ? tz->tzp->k_po : tz->tzp->k_pu, err); in pid_controller()
A Dthermal_sysfs.c362 create_s32_tzp_attr(k_pu);
/linux-6.3-rc2/include/linux/
A Dthermal.h275 s32 k_pu; member
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-thermal147 What: /sys/class/thermal/thermal_zoneX/k_pu

Completed in 10 milliseconds