Lines Matching refs:control_temp
126 int control_temp) in estimate_pid_constants() argument
137 temperature_threshold = control_temp - switch_on_temp; in estimate_pid_constants()
177 int control_temp) in get_sustainable_power() argument
189 params->trip_switch_on, control_temp); in get_sustainable_power()
218 int control_temp, in pid_controller() argument
228 sustainable_power = get_sustainable_power(tz, params, control_temp); in pid_controller()
230 err = control_temp - tz->temperature; in pid_controller()
384 int control_temp) in allocate_power() argument
470 power_range = pid_controller(tz, control_temp, max_allocatable_power); in allocate_power()
496 control_temp - tz->temperature); in allocate_power()
646 int control_temp; in power_allocator_bind() local
674 &control_temp); in power_allocator_bind()
678 control_temp); in power_allocator_bind()
711 int switch_on_temp, control_temp; in power_allocator_throttle() local
735 &control_temp); in power_allocator_throttle()
743 return allocate_power(tz, control_temp); in power_allocator_throttle()