Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/
Dintel_epb.c122 static const char * const energy_perf_strings[] = { variable
153 ret = __sysfs_match_string(energy_perf_strings, in energy_perf_bias_store()
154 ARRAY_SIZE(energy_perf_strings), buf); in energy_perf_bias_store()
/linux-6.12.1/drivers/cpufreq/
Damd-pstate.c115 static const char * const energy_perf_strings[] = { variable
1145 energy_perf_strings[EPP_INDEX_PERFORMANCE]); in show_energy_performance_available_preferences()
1147 while (energy_perf_strings[i] != NULL) in show_energy_performance_available_preferences()
1148 offset += sysfs_emit_at(buf, offset, "%s ", energy_perf_strings[i++]); in show_energy_performance_available_preferences()
1166 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()
1187 return sysfs_emit(buf, "%s\n", energy_perf_strings[preference]); in show_energy_performance_preference()
Dintel_pstate.c694 static const char * const energy_perf_strings[] = { variable
814 while (energy_perf_strings[i] != NULL) in show_energy_performance_available_preferences()
815 ret += sprintf(&buf[ret], "%s ", energy_perf_strings[i++]); in show_energy_performance_available_preferences()
839 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()
907 return sprintf(buf, "%s\n", energy_perf_strings[preference]); in show_energy_performance_preference()