Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dcpufreq.h31 #define CPUFREQ_NAME_LEN 16 macro
33 #define CPUFREQ_NAME_PLEN (CPUFREQ_NAME_LEN + 1)
75 char last_governor[CPUFREQ_NAME_LEN]; /* last governor used */
306 char name[CPUFREQ_NAME_LEN];
569 char name[CPUFREQ_NAME_LEN];
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dcpufreq.c55 static char default_governor[CPUFREQ_NAME_LEN];
630 if (!strncasecmp(str_governor, t->name, CPUFREQ_NAME_LEN)) in find_governor()
656 if (!strncasecmp(str_governor, "performance", CPUFREQ_NAME_LEN)) in cpufreq_parse_policy()
659 if (!strncasecmp(str_governor, "powersave", CPUFREQ_NAME_LEN)) in cpufreq_parse_policy()
844 - (CPUFREQ_NAME_LEN + 2))) in show_scaling_available_governors()
1598 CPUFREQ_NAME_LEN); in cpufreq_offline()
2880 strncpy(default_governor, gov->name, CPUFREQ_NAME_LEN); in cpufreq_core_init()
2885 module_param_string(default_governor, default_governor, CPUFREQ_NAME_LEN, 0444);
/OK3568_Linux_fs/kernel/drivers/powercap/
H A Ddtpm_cpu.c183 char name[CPUFREQ_NAME_LEN]; in cpuhp_dtpm_cpu_online()