Searched refs:CPUFREQ_NAME_LEN (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | cpufreq.h | 35 #define CPUFREQ_NAME_LEN 16 macro 37 #define CPUFREQ_NAME_PLEN (CPUFREQ_NAME_LEN + 1) 78 char last_governor[CPUFREQ_NAME_LEN]; /* last governor used */ 337 char name[CPUFREQ_NAME_LEN]; 581 char name[CPUFREQ_NAME_LEN];
|
/linux/drivers/cpufreq/ |
H A D | cpufreq.c | 52 static char default_governor[CPUFREQ_NAME_LEN]; 658 if (!strncasecmp(str_governor, t->name, CPUFREQ_NAME_LEN)) in find_governor() 684 if (!strncasecmp(str_governor, "performance", CPUFREQ_NAME_LEN)) in cpufreq_parse_policy() 687 if (!strncasecmp(str_governor, "powersave", CPUFREQ_NAME_LEN)) in cpufreq_parse_policy() 863 - (CPUFREQ_NAME_LEN + 2))) in show_scaling_available_governors() 1663 CPUFREQ_NAME_LEN); in __cpufreq_offline() 3051 strscpy(default_governor, gov->name, CPUFREQ_NAME_LEN); in cpufreq_core_init() 3056 module_param_string(default_governor, default_governor, CPUFREQ_NAME_LEN, 0444);
|
/linux/drivers/powercap/ |
H A D | dtpm_cpu.c | 196 char name[CPUFREQ_NAME_LEN]; in __dtpm_cpu_setup()
|