Searched refs:CPUFREQ_NAME_LEN (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cpufreq.h | 31 #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 D | cpufreq.c | 55 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 D | dtpm_cpu.c | 183 char name[CPUFREQ_NAME_LEN]; in cpuhp_dtpm_cpu_online()
|