Searched refs:CPUFREQ_NAME_LEN (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| 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/ |
| A D | cpufreq.c | 51 static char default_governor[CPUFREQ_NAME_LEN]; 657 if (!strncasecmp(str_governor, t->name, CPUFREQ_NAME_LEN)) in find_governor() 683 if (!strncasecmp(str_governor, "performance", CPUFREQ_NAME_LEN)) in cpufreq_parse_policy() 686 if (!strncasecmp(str_governor, "powersave", CPUFREQ_NAME_LEN)) in cpufreq_parse_policy() 862 - (CPUFREQ_NAME_LEN + 2))) in show_scaling_available_governors() 1649 CPUFREQ_NAME_LEN); in __cpufreq_offline() 3037 strscpy(default_governor, gov->name, CPUFREQ_NAME_LEN); in cpufreq_core_init() 3042 module_param_string(default_governor, default_governor, CPUFREQ_NAME_LEN, 0444);
|
| /linux/drivers/powercap/ |
| A D | dtpm_cpu.c | 196 char name[CPUFREQ_NAME_LEN]; in __dtpm_cpu_setup()
|
Completed in 17 milliseconds