str_governor 608 drivers/cpufreq/cpufreq.c static struct cpufreq_governor *find_governor(const char *str_governor) str_governor 613 drivers/cpufreq/cpufreq.c if (!strncasecmp(str_governor, t->name, CPUFREQ_NAME_LEN)) str_governor 619 drivers/cpufreq/cpufreq.c static unsigned int cpufreq_parse_policy(char *str_governor) str_governor 621 drivers/cpufreq/cpufreq.c if (!strncasecmp(str_governor, "performance", CPUFREQ_NAME_LEN)) str_governor 624 drivers/cpufreq/cpufreq.c if (!strncasecmp(str_governor, "powersave", CPUFREQ_NAME_LEN)) str_governor 634 drivers/cpufreq/cpufreq.c static struct cpufreq_governor *cpufreq_parse_governor(char *str_governor) str_governor 640 drivers/cpufreq/cpufreq.c t = find_governor(str_governor); str_governor 646 drivers/cpufreq/cpufreq.c ret = request_module("cpufreq_%s", str_governor); str_governor 652 drivers/cpufreq/cpufreq.c t = find_governor(str_governor); str_governor 760 drivers/cpufreq/cpufreq.c char str_governor[16]; str_governor 763 drivers/cpufreq/cpufreq.c ret = sscanf(buf, "%15s", str_governor); str_governor 770 drivers/cpufreq/cpufreq.c new_pol = cpufreq_parse_policy(str_governor); str_governor 778 drivers/cpufreq/cpufreq.c new_gov = cpufreq_parse_governor(str_governor); str_governor 1139 drivers/devfreq/devfreq.c char str_governor[DEVFREQ_NAME_LEN + 1]; str_governor 1142 drivers/devfreq/devfreq.c ret = sscanf(buf, "%" __stringify(DEVFREQ_NAME_LEN) "s", str_governor); str_governor 1147 drivers/devfreq/devfreq.c governor = try_then_request_governor(str_governor);