Searched refs:str_governor (Results 1 – 1 of 1) sorted by relevance
624 static struct cpufreq_governor *find_governor(const char *str_governor) in find_governor() argument629 if (!strncasecmp(str_governor, t->name, CPUFREQ_NAME_LEN)) in find_governor()635 static struct cpufreq_governor *get_governor(const char *str_governor) in get_governor() argument640 t = find_governor(str_governor); in get_governor()653 static unsigned int cpufreq_parse_policy(char *str_governor) in cpufreq_parse_policy() argument655 if (!strncasecmp(str_governor, "performance", strlen("performance"))) in cpufreq_parse_policy()658 if (!strncasecmp(str_governor, "powersave", strlen("powersave"))) in cpufreq_parse_policy()668 static struct cpufreq_governor *cpufreq_parse_governor(char *str_governor) in cpufreq_parse_governor() argument672 t = get_governor(str_governor); in cpufreq_parse_governor()676 if (request_module("cpufreq_%s", str_governor)) in cpufreq_parse_governor()[all …]