cpufreq_governor
struct cpufreq_governor *gov = NULL;
__weak struct cpufreq_governor *cpufreq_fallback_governor(void)
struct cpufreq_governor *gov = cpufreq_fallback_governor();
int cpufreq_register_governor(struct cpufreq_governor *governor)
void cpufreq_unregister_governor(struct cpufreq_governor *governor)
struct cpufreq_governor *new_gov,
struct cpufreq_governor *old_gov;
struct cpufreq_governor *gov = cpufreq_default_governor();
static struct cpufreq_governor *find_governor(const char *str_governor)
struct cpufreq_governor *t;
static struct cpufreq_governor *get_governor(const char *str_governor)
struct cpufreq_governor *t;
static struct cpufreq_governor *cpufreq_parse_governor(char *str_governor)
struct cpufreq_governor *t;
struct cpufreq_governor *new_gov;
struct cpufreq_governor *t;
struct cpufreq_governor *new_gov,
struct cpufreq_governor *cpufreq_default_governor(void)
struct cpufreq_governor gov;
struct cpufreq_governor *cpufreq_default_governor(void)
static struct cpufreq_governor cpufreq_gov_performance = {
struct cpufreq_governor *cpufreq_default_governor(void)
struct cpufreq_governor *cpufreq_fallback_governor(void)
static struct cpufreq_governor cpufreq_gov_powersave = {
struct cpufreq_governor *cpufreq_default_governor(void)
static struct cpufreq_governor cpufreq_gov_userspace = {
struct cpufreq_governor *cpufreq_default_governor(void)
struct cpufreq_governor;
int cpufreq_register_governor(struct cpufreq_governor *governor);
void cpufreq_unregister_governor(struct cpufreq_governor *governor);
struct cpufreq_governor *cpufreq_default_governor(void);
struct cpufreq_governor *cpufreq_fallback_governor(void);
struct cpufreq_governor *governor; /* see below */
static struct cpufreq_governor schedutil_gov;
static struct cpufreq_governor schedutil_gov = {
struct cpufreq_governor *cpufreq_default_governor(void)