Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c208 struct thermal_governor *gov; in thermal_zone_device_set_policy() local
214 gov = __find_governor(strim(policy)); in thermal_zone_device_set_policy()
215 if (!gov) { in thermal_zone_device_set_policy()
219 ret = thermal_set_governor(tz, gov); in thermal_zone_device_set_policy()
272 struct thermal_governor **gov; in thermal_register_governors() local
274 for_each_governor_table(gov) in thermal_register_governors()
276 if (gov == governor) { in thermal_register_governors()
279 thermal_unregister_governor(*gov); in thermal_register_governors()
715 struct thermal_governor *gov; in for_each_thermal_governor() local
719 list_for_each_entry(gov, in for_each_thermal_governor()
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dtopology.c366 struct cpufreq_governor *gov; in build_perf_domains() local
398 gov = policy->governor; in build_perf_domains()
400 if (gov != &schedutil_gov) { in build_perf_domains()

Completed in 5 milliseconds