Home
last modified time | relevance | path

Searched refs:CPUFREQ_NAME_LEN (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/include/linux/
Dcpufreq.h35 #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 */
309 char name[CPUFREQ_NAME_LEN];
564 char name[CPUFREQ_NAME_LEN];
/Linux-v5.15/drivers/cpufreq/
Dcpufreq.c50 static char default_governor[CPUFREQ_NAME_LEN];
623 if (!strncasecmp(str_governor, t->name, CPUFREQ_NAME_LEN)) in find_governor()
649 if (!strncasecmp(str_governor, "performance", CPUFREQ_NAME_LEN)) in cpufreq_parse_policy()
652 if (!strncasecmp(str_governor, "powersave", CPUFREQ_NAME_LEN)) in cpufreq_parse_policy()
829 - (CPUFREQ_NAME_LEN + 2))) in show_scaling_available_governors()
1595 CPUFREQ_NAME_LEN); in cpufreq_offline()
2902 strncpy(default_governor, gov->name, CPUFREQ_NAME_LEN); in cpufreq_core_init()
2907 module_param_string(default_governor, default_governor, CPUFREQ_NAME_LEN, 0444);
/Linux-v5.15/drivers/powercap/
Ddtpm_cpu.c183 char name[CPUFREQ_NAME_LEN]; in cpuhp_dtpm_cpu_online()