Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/driver-api/thermal/
Dpower_allocator.rst58 k_po/k_pu
98 k_po and k_pu
103 constants: `k_po` and `k_pu`. `k_po` is the proportional term
122 for `k_po` is::
Dsysfs-api.rst391 |---k_po: Proportional term during temperature overshoot
561 k_po
/kernel/linux/linux-5.10/drivers/thermal/
Dgov_power_allocator.c151 if (!tz->tzp->k_po || force) in estimate_pid_constants()
152 tz->tzp->k_po = int_to_frac(sustainable_power) / in estimate_pid_constants()
209 p = mul_frac(err < 0 ? tz->tzp->k_po : tz->tzp->k_pu, err); in pid_controller()
Dthermal_sysfs.c384 create_s32_tzp_attr(k_po);
/kernel/linux/linux-5.10/include/linux/
Dthermal.h263 s32 k_po; member