Home
last modified time | relevance | path

Searched defs:governor (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/tools/power/cpupower/lib/
Dcpufreq.h22 char *governor; member
26 char *governor; member
Dcpufreq.c598 int cpufreq_modify_policy_governor(unsigned int cpu, char *governor) in cpufreq_modify_policy_governor()
/Linux-v4.19/drivers/devfreq/
Ddevfreq.c562 struct devfreq_governor *governor; in devfreq_add_device() local
856 int devfreq_add_governor(struct devfreq_governor *governor) in devfreq_add_governor()
921 int devfreq_remove_governor(struct devfreq_governor *governor) in devfreq_remove_governor()
987 struct devfreq_governor *governor; in governor_store() local
1052 struct devfreq_governor *governor; in available_governors_show() local
/Linux-v4.19/tools/power/cpupower/bench/
Dsystem.c59 int set_cpufreq_governor(char *governor, unsigned int cpu) in set_cpufreq_governor()
Dparse.h32 char governor[15]; /* cpufreq governor */ member
/Linux-v4.19/drivers/thermal/
Dthermal_core.c125 int thermal_register_governor(struct thermal_governor *governor) in thermal_register_governor()
179 void thermal_unregister_governor(struct thermal_governor *governor) in thermal_unregister_governor()
1185 struct thermal_governor *governor; in thermal_zone_device_register() local
/Linux-v4.19/include/linux/
Ddevfreq.h154 const struct devfreq_governor *governor; member
Dthermal.h214 struct thermal_governor *governor; member
Dcpufreq.h87 struct cpufreq_governor *governor; /* see below */ member
/Linux-v4.19/drivers/cpufreq/
Dcpufreq.c2120 int cpufreq_register_governor(struct cpufreq_governor *governor) in cpufreq_register_governor()
2143 void cpufreq_unregister_governor(struct cpufreq_governor *governor) in cpufreq_unregister_governor()