Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/driver-api/thermal/
Dpower_allocator.rst162 k_i and integral_cutoff
169 error is below `integral_cutoff`, errors are accumulated in the
172 or 2) and `integral_cutoff` is 0.
Dsysfs-api.rst395 |---integral_cutoff: Offset above which errors are accumulated
581 integral_cutoff
585 example, if integral_cutoff is 0, then the integral term only
/Linux-v5.15/include/linux/
Dthermal.h273 s32 integral_cutoff; member
/Linux-v5.15/drivers/thermal/
Dgov_power_allocator.c244 if (err < int_to_frac(tz->tzp->integral_cutoff)) { in pid_controller()
Dthermal_sysfs.c345 create_s32_tzp_attr(integral_cutoff);