Searched refs:sustainable_power (Results 1 – 8 of 8) sorted by relevance
91 u32 sustainable_power; member123 u32 sustainable_power = 0; in estimate_sustainable_power() local134 sustainable_power += min_power; in estimate_sustainable_power()137 return sustainable_power; in estimate_sustainable_power()151 u32 sustainable_power, in estimate_pid_constants() argument172 tz->tzp->k_po = int_to_frac(sustainable_power) / in estimate_pid_constants()175 tz->tzp->k_pu = int_to_frac(2 * sustainable_power) / in estimate_pid_constants()202 u32 sustainable_power; in get_sustainable_power() local204 if (!tz->tzp->sustainable_power) in get_sustainable_power()205 sustainable_power = estimate_sustainable_power(tz); in get_sustainable_power()[all …]
269 return sprintf(buf, "%u\n", tz->tzp->sustainable_power); in sustainable_power_show()279 u32 sustainable_power; in sustainable_power_store() local284 if (kstrtou32(buf, 10, &sustainable_power)) in sustainable_power_store()287 tz->tzp->sustainable_power = sustainable_power; in sustainable_power_store()342 static DEVICE_ATTR_RW(sustainable_power);
26 P_max = k_p * e + k_i * err_integral + k_d * diff_err + sustainable_power70 to the speed-grade of the silicon. `sustainable_power` is therefore89 `thermal_zone_params` that has a `sustainable_power`. If no94 .sustainable_power = 3500,120 2 * sustainable_power / (desired_temperature - switch_on_temp)123 proportional term will be 2 * `sustainable_power`. The default value126 sustainable_power / (desired_temperature - switch_on_temp)131 P_max = k_p * e + sustainable_power136 `P_max` = `sustainable_power`. That is, the system should operate in137 thermal equilibrium under constant load. `sustainable_power` is only[all …]
294 |---sustainable_power: Sustainable dissipatable power
155 u32 sustainable_power; member
661 unsigned int sustainable_power; member
65 __le32 sustainable_power; member268 dom_info->sustainable_power = in scmi_powercap_domain_attributes_get()269 le32_to_cpu(resp->sustainable_power); in scmi_powercap_domain_attributes_get()
189 What: /sys/class/thermal/thermal_zoneX/sustainable_power