Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_core.c53 static struct thermal_governor *__find_governor(const char *name) in __find_governor() function
131 if (!__find_governor(governor->name)) { in thermal_register_governor()
182 if (!__find_governor(governor->name)) in thermal_unregister_governor()
208 gov = __find_governor(strim(policy)); in thermal_zone_device_set_policy()
1475 governor = __find_governor(tz->tzp->governor_name); in thermal_zone_device_register()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_core.c49 static struct thermal_governor *__find_governor(const char *name) in __find_governor() function
127 if (!__find_governor(governor->name)) { in thermal_register_governor()
178 if (!__find_governor(governor->name)) in thermal_unregister_governor()
207 gov = __find_governor(strim(policy)); in thermal_zone_device_set_policy()
1348 governor = __find_governor(tz->tzp->governor_name); in thermal_zone_device_register_with_trips()

Completed in 4 milliseconds