Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/
H A 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()
175 * @control_temp and limits the power if it exceeds it. k_po is the
209 p = mul_frac(err < 0 ? tz->tzp->k_po : tz->tzp->k_pu, err); in pid_controller()
H A Dthermal_sysfs.c384 create_s32_tzp_attr(k_po); variable
/kernel/linux/linux-6.6/drivers/thermal/
H A Dgov_power_allocator.c149 tz->tzp->k_po = int_to_frac(sustainable_power) / in estimate_pid_constants()
207 * @control_temp and limits the power if it exceeds it. k_po is the
234 p = mul_frac(err < 0 ? tz->tzp->k_po : tz->tzp->k_pu, err); in pid_controller()
H A Dthermal_sysfs.c362 create_s32_tzp_attr(k_po); variable
/kernel/linux/linux-5.10/include/linux/
H A Dthermal.h263 s32 k_po; member
/kernel/linux/linux-6.6/include/linux/
H A Dthermal.h231 s32 k_po; member

Completed in 7 milliseconds