Home
last modified time | relevance | path

Searched refs:sustainable_power (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/drivers/thermal/
Dgov_power_allocator.c74 u32 sustainable_power; member
90 u32 sustainable_power = 0; in estimate_sustainable_power() local
109 sustainable_power += min_power; in estimate_sustainable_power()
112 return sustainable_power; in estimate_sustainable_power()
126 u32 sustainable_power, int trip_switch_on, in estimate_pid_constants() argument
149 tz->tzp->k_po = int_to_frac(sustainable_power) / in estimate_pid_constants()
152 tz->tzp->k_pu = int_to_frac(2 * sustainable_power) / in estimate_pid_constants()
179 u32 sustainable_power; in get_sustainable_power() local
181 if (!tz->tzp->sustainable_power) in get_sustainable_power()
182 sustainable_power = estimate_sustainable_power(tz); in get_sustainable_power()
[all …]
Dthermal_sysfs.c307 return sprintf(buf, "%u\n", tz->tzp->sustainable_power); in sustainable_power_show()
317 u32 sustainable_power; in sustainable_power_store() local
322 if (kstrtou32(buf, 10, &sustainable_power)) in sustainable_power_store()
325 tz->tzp->sustainable_power = sustainable_power; in sustainable_power_store()
380 static DEVICE_ATTR_RW(sustainable_power);
Dthermal_of.c252 tzp->sustainable_power = prop; in thermal_of_parameters_init()
/linux-6.6.21/Documentation/driver-api/thermal/
Dpower_allocator.rst26 P_max = k_p * e + k_i * err_integral + k_d * diff_err + sustainable_power
70 to the speed-grade of the silicon. `sustainable_power` is therefore
89 `thermal_zone_params` that has a `sustainable_power`. If no
94 .sustainable_power = 3500,
120 2 * sustainable_power / (desired_temperature - switch_on_temp)
123 proportional term will be 2 * `sustainable_power`. The default value
126 sustainable_power / (desired_temperature - switch_on_temp)
131 P_max = k_p * e + sustainable_power
136 `P_max` = `sustainable_power`. That is, the system should operate in
137 thermal equilibrium under constant load. `sustainable_power` is only
[all …]
Dsysfs-api.rst350 |---sustainable_power: Sustainable dissipatable power
/linux-6.6.21/drivers/firmware/arm_scmi/
Dpowercap.c62 __le32 sustainable_power; member
249 dom_info->sustainable_power = in scmi_powercap_domain_attributes_get()
250 le32_to_cpu(resp->sustainable_power); in scmi_powercap_domain_attributes_get()
/linux-6.6.21/include/linux/
Dthermal.h225 u32 sustainable_power; member
Dscmi_protocol.h628 unsigned int sustainable_power; member
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-class-thermal189 What: /sys/class/thermal/thermal_zoneX/sustainable_power