Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A 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
105 above "desired temperature" trip point). Conversely, `k_pu` is the
111 `k_pu` value will provide a slower ramp, at the cost of capping
113 value of `k_pu` will result in the governor granting very high power
116 The default value for `k_pu` is::
138 Expanding `k_pu` we get::
H A Dsysfs-api.rst392 |---k_pu: Proportional term during temperature undershoot
570 k_pu
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dgov_power_allocator.c155 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()
H A Dthermal_sysfs.c386 create_s32_tzp_attr(k_pu);
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3308k.dtsi39 k_pu = <6>;
H A Drk1808k.dtsi30 k_pu = <27>;
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h281 s32 k_pu; member
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drv1126.dtsi479 k_pu = <75>;