sustainable_power 1053 drivers/thermal/of-thermal.c 			tzp->sustainable_power = prop;
sustainable_power   95 drivers/thermal/power_allocator.c 	u32 sustainable_power = 0;
sustainable_power  109 drivers/thermal/power_allocator.c 		sustainable_power += min_power;
sustainable_power  112 drivers/thermal/power_allocator.c 	return sustainable_power;
sustainable_power  135 drivers/thermal/power_allocator.c 				   u32 sustainable_power, int trip_switch_on,
sustainable_power  159 drivers/thermal/power_allocator.c 		tz->tzp->k_po = int_to_frac(sustainable_power) /
sustainable_power  163 drivers/thermal/power_allocator.c 		tz->tzp->k_pu = int_to_frac(2 * sustainable_power) /
sustainable_power  198 drivers/thermal/power_allocator.c 	u32 sustainable_power;
sustainable_power  203 drivers/thermal/power_allocator.c 	if (tz->tzp->sustainable_power) {
sustainable_power  204 drivers/thermal/power_allocator.c 		sustainable_power = tz->tzp->sustainable_power;
sustainable_power  206 drivers/thermal/power_allocator.c 		sustainable_power = estimate_sustainable_power(tz);
sustainable_power  207 drivers/thermal/power_allocator.c 		estimate_pid_constants(tz, sustainable_power,
sustainable_power  249 drivers/thermal/power_allocator.c 	power_range = sustainable_power + frac_to_int(power_range);
sustainable_power  570 drivers/thermal/power_allocator.c 	if (!tz->tzp->sustainable_power)
sustainable_power  580 drivers/thermal/power_allocator.c 			estimate_pid_constants(tz, tz->tzp->sustainable_power,
sustainable_power  328 drivers/thermal/thermal_sysfs.c 		return sprintf(buf, "%u\n", tz->tzp->sustainable_power);
sustainable_power  338 drivers/thermal/thermal_sysfs.c 	u32 sustainable_power;
sustainable_power  343 drivers/thermal/thermal_sysfs.c 	if (kstrtou32(buf, 10, &sustainable_power))
sustainable_power  346 drivers/thermal/thermal_sysfs.c 	tz->tzp->sustainable_power = sustainable_power;
sustainable_power  401 drivers/thermal/thermal_sysfs.c static DEVICE_ATTR_RW(sustainable_power);
sustainable_power  297 include/linux/thermal.h 	u32 sustainable_power;