Lines Matching refs:cpufreq_governor
87 struct cpufreq_governor *new_gov,
663 static struct cpufreq_governor *find_governor(const char *str_governor)
665 struct cpufreq_governor *t;
674 static struct cpufreq_governor *get_governor(const char *str_governor)
676 struct cpufreq_governor *t;
707 static struct cpufreq_governor *cpufreq_parse_governor(char *str_governor)
709 struct cpufreq_governor *t;
834 struct cpufreq_governor *new_gov;
864 struct cpufreq_governor *t;
1108 struct cpufreq_governor *gov = NULL;
2378 __weak struct cpufreq_governor *cpufreq_fallback_governor(void)
2400 struct cpufreq_governor *gov = cpufreq_fallback_governor();
2491 int cpufreq_register_governor(struct cpufreq_governor *governor)
2514 void cpufreq_unregister_governor(struct cpufreq_governor *governor)
2587 struct cpufreq_governor *new_gov,
2591 struct cpufreq_governor *old_gov;
2991 struct cpufreq_governor *gov = cpufreq_default_governor();