Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/driver-api/thermal/
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
124 for `k_po` is::
Dsysfs-api.rst391 |---k_po: Proportional term during temperature overshoot
548 k_po
/Linux-v5.15/drivers/thermal/
Dgov_power_allocator.c149 tz->tzp->k_po = int_to_frac(sustainable_power) / in estimate_pid_constants()
234 p = mul_frac(err < 0 ? tz->tzp->k_po : tz->tzp->k_pu, err); in pid_controller()
Dthermal_sysfs.c341 create_s32_tzp_attr(k_po);
/Linux-v5.15/include/linux/
Dthermal.h258 s32 k_po; member