Home
last modified time | relevance | path

Searched refs:switch_on_temp (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/thermal/
Dgov_power_allocator.c132 int switch_on_temp; in estimate_pid_constants() local
135 ret = tz->ops->get_trip_temp(tz, trip_switch_on, &switch_on_temp); in estimate_pid_constants()
137 switch_on_temp = 0; in estimate_pid_constants()
139 temperature_threshold = control_temp - switch_on_temp; in estimate_pid_constants()
608 int switch_on_temp, control_temp; in power_allocator_throttle() local
619 &switch_on_temp); in power_allocator_throttle()
620 if (!ret && (tz->temperature < switch_on_temp)) { in power_allocator_throttle()
/Linux-v5.10/Documentation/driver-api/thermal/
Dpower_allocator.rst118 2 * sustainable_power / (desired_temperature - switch_on_temp)
120 This means that at `switch_on_temp` the output of the controller's
124 sustainable_power / (desired_temperature - switch_on_temp)