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

/linux-master/drivers/thermal/
H A Dgov_power_allocator.c72 * @sustainable_power: Sustainable power (heat) that this thermal zone can
89 u32 sustainable_power; member in struct:power_allocator_params
109 * For thermal zones that don't provide a sustainable_power in their
113 * this governor, provide a sustainable_power in the thermal zone's
121 u32 sustainable_power = 0; local
132 sustainable_power += min_power;
135 return sustainable_power;
141 * @sustainable_power: sustainable power for the thermal zone
149 u32 sustainable_power,
170 tz->tzp->k_po = int_to_frac(sustainable_power) /
148 estimate_pid_constants(struct thermal_zone_device *tz, u32 sustainable_power, const struct thermal_trip *trip_switch_on, int control_temp) argument
200 u32 sustainable_power; local
245 u32 sustainable_power; local
[all...]
H A Dthermal_sysfs.c268 return sprintf(buf, "%u\n", tz->tzp->sustainable_power);
278 u32 sustainable_power; local
283 if (kstrtou32(buf, 10, &sustainable_power))
286 tz->tzp->sustainable_power = sustainable_power;
341 static DEVICE_ATTR_RW(sustainable_power);
H A Dthermal_of.c258 tzp->sustainable_power = prop;
/linux-master/include/linux/
H A Dthermal.h249 u32 sustainable_power; member in struct:thermal_zone_params
H A Dscmi_protocol.h635 * @sustainable_power: Maximum sustainable power consumption for this domain
661 unsigned int sustainable_power; member in struct:scmi_powercap_info
/linux-master/drivers/firmware/arm_scmi/
H A Dpowercap.c65 __le32 sustainable_power; member in struct:scmi_msg_resp_powercap_domain_attributes
268 dom_info->sustainable_power =
269 le32_to_cpu(resp->sustainable_power);

Completed in 121 milliseconds