Home
last modified time | relevance | path

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

/linux/include/linux/
A 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 */
322 char name[CPUFREQ_NAME_LEN];
577 char name[CPUFREQ_NAME_LEN];
/linux/drivers/cpufreq/
A 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()
2917 strncpy(default_governor, gov->name, CPUFREQ_NAME_LEN); in cpufreq_core_init()
2922 module_param_string(default_governor, default_governor, CPUFREQ_NAME_LEN, 0444);
/linux/drivers/powercap/
A Ddtpm_cpu.c183 char name[CPUFREQ_NAME_LEN]; in cpuhp_dtpm_cpu_online()

Completed in 13 milliseconds