Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_core.c44 static struct thermal_governor *def_governor; variable
58 return def_governor; in __find_governor()
140 if (!def_governor && match_default) in thermal_register_governor()
141 def_governor = governor; in thermal_register_governor()
331 def_governor->throttle(tz, trip); in handle_non_critical_trips()
1477 governor = def_governor; in thermal_zone_device_register()
/kernel/linux/linux-6.6/drivers/thermal/
H A 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()

Completed in 5 milliseconds