Lines Matching refs:control_temp
136 int control_temp, bool force) in estimate_pid_constants() argument
146 temperature_threshold = control_temp - switch_on_temp; in estimate_pid_constants()
193 int control_temp, in pid_controller() argument
208 params->trip_switch_on, control_temp, in pid_controller()
212 err = control_temp - tz->temperature; in pid_controller()
333 int control_temp) in allocate_power() argument
418 power_range = pid_controller(tz, control_temp, max_allocatable_power); in allocate_power()
444 control_temp - tz->temperature); in allocate_power()
554 int control_temp; in power_allocator_bind() local
578 &control_temp); in power_allocator_bind()
582 control_temp, false); in power_allocator_bind()
615 int switch_on_temp, control_temp; in power_allocator_throttle() local
637 &control_temp); in power_allocator_throttle()
645 return allocate_power(tz, control_temp); in power_allocator_throttle()