Searched refs:CPUFREQ_NAME_LEN (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/include/linux/ |
| 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 */ 322 char name[CPUFREQ_NAME_LEN]; 580 char name[CPUFREQ_NAME_LEN];
|
| /Linux-v6.1/drivers/cpufreq/ |
| D | cpufreq.c | 51 static char default_governor[CPUFREQ_NAME_LEN]; 624 if (!strncasecmp(str_governor, t->name, CPUFREQ_NAME_LEN)) in find_governor() 650 if (!strncasecmp(str_governor, "performance", CPUFREQ_NAME_LEN)) in cpufreq_parse_policy() 653 if (!strncasecmp(str_governor, "powersave", CPUFREQ_NAME_LEN)) in cpufreq_parse_policy() 830 - (CPUFREQ_NAME_LEN + 2))) in show_scaling_available_governors() 1606 CPUFREQ_NAME_LEN); in __cpufreq_offline() 2945 strncpy(default_governor, gov->name, CPUFREQ_NAME_LEN); in cpufreq_core_init() 2950 module_param_string(default_governor, default_governor, CPUFREQ_NAME_LEN, 0444);
|
| /Linux-v6.1/drivers/powercap/ |
| D | dtpm_cpu.c | 186 char name[CPUFREQ_NAME_LEN]; in __dtpm_cpu_setup()
|