Searched refs:cpufreq_governor (Results 1 – 10 of 10) sorted by relevance
20 static struct cpufreq_governor cpufreq_gov_performance = {28 struct cpufreq_governor *cpufreq_default_governor(void) in cpufreq_default_governor()34 struct cpufreq_governor *cpufreq_fallback_governor(void) in cpufreq_fallback_governor()
20 static struct cpufreq_governor cpufreq_gov_powersave = {32 struct cpufreq_governor *cpufreq_default_governor(void) in cpufreq_default_governor()
129 static struct cpufreq_governor cpufreq_gov_userspace = {148 struct cpufreq_governor *cpufreq_default_governor(void) in cpufreq_default_governor()
88 struct cpufreq_governor *new_gov,651 static struct cpufreq_governor *find_governor(const char *str_governor) in find_governor()653 struct cpufreq_governor *t; in find_governor()662 static struct cpufreq_governor *get_governor(const char *str_governor) in get_governor()664 struct cpufreq_governor *t; in get_governor()695 static struct cpufreq_governor *cpufreq_parse_governor(char *str_governor) in cpufreq_parse_governor()697 struct cpufreq_governor *t; in cpufreq_parse_governor()842 struct cpufreq_governor *new_gov; in store_scaling_governor()872 struct cpufreq_governor *t; in show_scaling_available_governors()1133 struct cpufreq_governor *gov = NULL; in cpufreq_init_policy()[all …]
127 struct cpufreq_governor gov;
14 obj-$(CONFIG_CPU_FREQ_GOV_COMMON) += cpufreq_governor.o
348 struct cpufreq_governor *cpufreq_default_governor(void) in cpufreq_default_governor()
451 struct cpufreq_governor *cpufreq_default_governor(void) in cpufreq_default_governor()
37 struct cpufreq_governor;74 struct cpufreq_governor *governor; /* see below */593 struct cpufreq_governor { struct635 int cpufreq_register_governor(struct cpufreq_governor *governor);636 void cpufreq_unregister_governor(struct cpufreq_governor *governor);654 struct cpufreq_governor *cpufreq_default_governor(void);655 struct cpufreq_governor *cpufreq_fallback_governor(void);
636 static struct cpufreq_governor schedutil_gov;915 static struct cpufreq_governor schedutil_gov = {927 struct cpufreq_governor *cpufreq_default_governor(void) in cpufreq_default_governor()