Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
176 * proportional term when we are overshooting, k_pu is the
209 p = mul_frac(err < 0 ? tz->tzp->k_po : tz->tzp->k_pu, err); in pid_controller()
H A Dthermal_sysfs.c385 create_s32_tzp_attr(k_pu); variable
/kernel/linux/linux-6.6/drivers/thermal/
H A Dgov_power_allocator.c152 tz->tzp->k_pu = int_to_frac(2 * sustainable_power) / in estimate_pid_constants()
155 k_i = tz->tzp->k_pu / 10; in estimate_pid_constants()
208 * proportional term when we are overshooting, k_pu is the
234 p = mul_frac(err < 0 ? tz->tzp->k_po : tz->tzp->k_pu, err); in pid_controller()
H A Dthermal_sysfs.c363 create_s32_tzp_attr(k_pu); variable
/kernel/linux/linux-5.10/include/linux/
H A Dthermal.h269 s32 k_pu; member
/kernel/linux/linux-6.6/include/linux/
H A Dthermal.h237 s32 k_pu; member

Completed in 9 milliseconds