energy_perf_strings  105 arch/x86/kernel/cpu/intel_epb.c static const char * const energy_perf_strings[] = {
energy_perf_strings  143 arch/x86/kernel/cpu/intel_epb.c 	ret = __sysfs_match_string(energy_perf_strings,
energy_perf_strings  144 arch/x86/kernel/cpu/intel_epb.c 				   ARRAY_SIZE(energy_perf_strings), buf);
energy_perf_strings  590 drivers/cpufreq/intel_pstate.c static const char * const energy_perf_strings[] = {
energy_perf_strings  682 drivers/cpufreq/intel_pstate.c 	while (energy_perf_strings[i] != NULL)
energy_perf_strings  683 drivers/cpufreq/intel_pstate.c 		ret += sprintf(&buf[ret], "%s ", energy_perf_strings[i++]);
energy_perf_strings  703 drivers/cpufreq/intel_pstate.c 	ret = match_string(energy_perf_strings, -1, str_preference);
energy_perf_strings  721 drivers/cpufreq/intel_pstate.c 	return  sprintf(buf, "%s\n", energy_perf_strings[preference]);