Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Dthermal_core.c51 static struct thermal_governor *__find_governor(const char *name) in __find_governor() function
129 if (!__find_governor(governor->name)) { in thermal_register_governor()
180 if (!__find_governor(governor->name)) in thermal_unregister_governor()
206 gov = __find_governor(strim(policy)); in thermal_zone_device_set_policy()
1287 governor = __find_governor(tz->tzp->governor_name); in thermal_zone_device_register_with_trips()