Home
last modified time | relevance | path

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

/linux/drivers/cpufreq/
H A Dcpufreq.c624 static struct cpufreq_governor *find_governor(const char *str_governor) in find_governor()
635 static struct cpufreq_governor *get_governor(const char *str_governor) in get_governor()
653 static unsigned int cpufreq_parse_policy(char *str_governor) in cpufreq_parse_policy()
668 static struct cpufreq_governor *cpufreq_parse_governor(char *str_governor) in cpufreq_parse_governor()
799 char str_governor[CPUFREQ_NAME_LEN]; in store_scaling_governor() local