Home
last modified time | relevance | path

Searched refs:cpufreq_governor (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/cpufreq/ !
H A Dcpufreq_performance.c20 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()
H A Dcpufreq_powersave.c20 static struct cpufreq_governor cpufreq_gov_powersave = {
32 struct cpufreq_governor *cpufreq_default_governor(void) in cpufreq_default_governor()
H A Dcpufreq_userspace.c129 static struct cpufreq_governor cpufreq_gov_userspace = {
148 struct cpufreq_governor *cpufreq_default_governor(void) in cpufreq_default_governor()
H A Dcpufreq.c88 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 …]
H A Dcpufreq_governor.h127 struct cpufreq_governor gov;
H A DMakefile14 obj-$(CONFIG_CPU_FREQ_GOV_COMMON) += cpufreq_governor.o
H A Dcpufreq_conservative.c348 struct cpufreq_governor *cpufreq_default_governor(void) in cpufreq_default_governor()
H A Dcpufreq_ondemand.c451 struct cpufreq_governor *cpufreq_default_governor(void) in cpufreq_default_governor()
/linux/include/linux/ !
H A Dcpufreq.h37 struct cpufreq_governor;
74 struct cpufreq_governor *governor; /* see below */
593 struct cpufreq_governor { struct
635 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);
/linux/kernel/sched/ !
H A Dcpufreq_schedutil.c636 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()