Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dpower_allocator.c79 int trip_max_desired_temperature; member
103 if (instance->trip != params->trip_max_desired_temperature) in estimate_sustainable_power()
342 int trip_max_desired_temperature = params->trip_max_desired_temperature; in allocate_power() local
349 if ((instance->trip == trip_max_desired_temperature) && in allocate_power()
392 if (instance->trip != trip_max_desired_temperature) in allocate_power()
427 if (instance->trip != trip_max_desired_temperature) in allocate_power()
505 params->trip_max_desired_temperature = last_passive; in get_governor_trips()
507 params->trip_max_desired_temperature = params->trip_switch_on; in get_governor_trips()
511 params->trip_max_desired_temperature = last_active; in get_governor_trips()
528 if ((instance->trip != params->trip_max_desired_temperature) || in allow_maximum_power()
[all …]