Lines Matching refs:cpufreq_governor
84 struct cpufreq_governor *new_gov,
620 static struct cpufreq_governor *find_governor(const char *str_governor)
622 struct cpufreq_governor *t;
631 static struct cpufreq_governor *get_governor(const char *str_governor)
633 struct cpufreq_governor *t;
664 static struct cpufreq_governor *cpufreq_parse_governor(char *str_governor)
666 struct cpufreq_governor *t;
791 struct cpufreq_governor *new_gov;
821 struct cpufreq_governor *t;
1064 struct cpufreq_governor *gov = NULL;
2262 __weak struct cpufreq_governor *cpufreq_fallback_governor(void)
2284 struct cpufreq_governor *gov = cpufreq_fallback_governor();
2375 int cpufreq_register_governor(struct cpufreq_governor *governor)
2398 void cpufreq_unregister_governor(struct cpufreq_governor *governor)
2471 struct cpufreq_governor *new_gov,
2475 struct cpufreq_governor *old_gov;
2867 struct cpufreq_governor *gov = cpufreq_default_governor();