Lines Matching refs:control_temp
129 int control_temp, bool force) in estimate_pid_constants() argument
139 temperature_threshold = control_temp - switch_on_temp; in estimate_pid_constants()
186 int control_temp, in pid_controller() argument
201 params->trip_switch_on, control_temp, in pid_controller()
205 err = control_temp - tz->temperature; in pid_controller()
326 int control_temp) in allocate_power() argument
411 power_range = pid_controller(tz, control_temp, max_allocatable_power); in allocate_power()
437 control_temp - tz->temperature); in allocate_power()
547 int control_temp; in power_allocator_bind() local
571 &control_temp); in power_allocator_bind()
575 control_temp, false); in power_allocator_bind()
608 int switch_on_temp, control_temp; in power_allocator_throttle() local
630 &control_temp); in power_allocator_throttle()
638 return allocate_power(tz, control_temp); in power_allocator_throttle()