Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/cpufreq/
Dcpufreq_ondemand.c35 static struct cpufreq_governor cpufreq_gov_ondemand; variable
269 if (policy->governor != &cpufreq_gov_ondemand) { in update_sampling_rate()
568 if (policy->governor != &cpufreq_gov_ondemand) in od_set_powersave_bias()
603 struct cpufreq_governor cpufreq_gov_ondemand = { variable
612 return cpufreq_register_governor(&cpufreq_gov_ondemand); in cpufreq_gov_dbs_init()
617 cpufreq_unregister_governor(&cpufreq_gov_ondemand); in cpufreq_gov_dbs_exit()
/linux-4.1.27/include/linux/
Dcpufreq.h483 extern struct cpufreq_governor cpufreq_gov_ondemand;
484 #define CPUFREQ_DEFAULT_GOVERNOR (&cpufreq_gov_ondemand)