Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Darm_big_little.h27 char name[CPUFREQ_NAME_LEN];
Dtegra20-cpufreq.c191 snprintf(cpufreq->driver.name, CPUFREQ_NAME_LEN, "tegra"); in tegra20_cpufreq_probe()
Dcpufreq.c580 if (!strncasecmp(str_governor, t->name, CPUFREQ_NAME_LEN)) in find_governor()
593 if (!strncasecmp(str_governor, "performance", CPUFREQ_NAME_LEN)) { in cpufreq_parse_governor()
598 if (!strncasecmp(str_governor, "powersave", CPUFREQ_NAME_LEN)) { in cpufreq_parse_governor()
789 - (CPUFREQ_NAME_LEN + 2))) in show_scaling_available_governors()
1389 CPUFREQ_NAME_LEN); in cpufreq_offline()
/Linux-v4.19/include/linux/
Dcpufreq.h33 #define CPUFREQ_NAME_LEN 16 macro
35 #define CPUFREQ_NAME_PLEN (CPUFREQ_NAME_LEN + 1)
89 char last_governor[CPUFREQ_NAME_LEN]; /* last governor used */
275 char name[CPUFREQ_NAME_LEN];
509 char name[CPUFREQ_NAME_LEN];