Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/thermal/
Dthermal_core.c40 static struct thermal_governor *def_governor; variable
54 return def_governor; in __find_governor()
136 if (!def_governor && match_default) in thermal_register_governor()
137 def_governor = governor; in thermal_register_governor()
311 def_governor->throttle(tz, trip); in handle_non_critical_trips()
1350 governor = def_governor; in thermal_zone_device_register_with_trips()