Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dcpufreq_ondemand.c35 static struct cpufreq_governor cpufreq_gov_ondemand; variable
263 if (policy->governor != &cpufreq_gov_ondemand) { in update_sampling_rate()
557 if (policy->governor != &cpufreq_gov_ondemand) in od_set_powersave_bias()
592 struct cpufreq_governor cpufreq_gov_ondemand = { variable
601 return cpufreq_register_governor(&cpufreq_gov_ondemand); in cpufreq_gov_dbs_init()
606 cpufreq_unregister_governor(&cpufreq_gov_ondemand); in cpufreq_gov_dbs_exit()
/linux-4.4.14/include/linux/
Dcpufreq.h485 extern struct cpufreq_governor cpufreq_gov_ondemand;
486 #define CPUFREQ_DEFAULT_GOVERNOR (&cpufreq_gov_ondemand)