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

/linux-4.4.14/drivers/thermal/
H A Dpower_allocator.c139 int switch_on_temp; estimate_pid_constants() local
142 ret = tz->ops->get_trip_temp(tz, trip_switch_on, &switch_on_temp); estimate_pid_constants()
144 switch_on_temp = 0; estimate_pid_constants()
146 temperature_threshold = control_temp - switch_on_temp; estimate_pid_constants()
611 int switch_on_temp, control_temp; power_allocator_throttle() local
622 &switch_on_temp); power_allocator_throttle()
623 if (!ret && (tz->temperature < switch_on_temp)) { power_allocator_throttle()

Completed in 41 milliseconds