Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dgov_power_allocator.c92 const struct thermal_trip *trip_switch_on; member
152 const struct thermal_trip *trip_switch_on, in estimate_pid_constants() argument
158 if (trip_switch_on) in estimate_pid_constants()
159 temperature_threshold -= trip_switch_on->temperature; in estimate_pid_constants()
212 params->trip_switch_on, control_temp); in get_sustainable_power()
521 params->trip_switch_on = first_passive; in get_governor_trips()
524 params->trip_switch_on = NULL; in get_governor_trips()
527 params->trip_switch_on = NULL; in get_governor_trips()
716 params->trip_switch_on, in power_allocator_bind()
751 const struct thermal_trip *trip = params->trip_switch_on; in power_allocator_manage()