Searched refs:switch_on_temp (Results 1 – 2 of 2) sorted by relevance
129 int switch_on_temp; in estimate_pid_constants() local133 ret = tz->ops->get_trip_temp(tz, trip_switch_on, &switch_on_temp); in estimate_pid_constants()135 switch_on_temp = 0; in estimate_pid_constants()137 temperature_threshold = control_temp - switch_on_temp; in estimate_pid_constants()701 int switch_on_temp, control_temp; in power_allocator_throttle() local715 &switch_on_temp); in power_allocator_throttle()716 if (!ret && (tz->temperature < switch_on_temp)) { in power_allocator_throttle()717 update = (tz->last_temperature >= switch_on_temp); in power_allocator_throttle()
120 2 * sustainable_power / (desired_temperature - switch_on_temp)122 This means that at `switch_on_temp` the output of the controller's126 sustainable_power / (desired_temperature - switch_on_temp)