Searched refs:energy_perf_strings (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/arch/x86/kernel/cpu/ |
D | intel_epb.c | 122 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-v6.6/drivers/cpufreq/ |
D | amd-pstate.c | 92 static const char * const energy_perf_strings[] = { variable 854 while (energy_perf_strings[i] != NULL) in show_energy_performance_available_preferences() 855 offset += sysfs_emit_at(buf, offset, "%s ", energy_perf_strings[i++]); in show_energy_performance_available_preferences() 873 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference() 894 return sysfs_emit(buf, "%s\n", energy_perf_strings[preference]); in show_energy_performance_preference()
|
D | intel_pstate.c | 669 static const char * const energy_perf_strings[] = { variable 789 while (energy_perf_strings[i] != NULL) in show_energy_performance_available_preferences() 790 ret += sprintf(&buf[ret], "%s ", energy_perf_strings[i++]); in show_energy_performance_available_preferences() 814 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference() 882 return sprintf(buf, "%s\n", energy_perf_strings[preference]); in show_energy_performance_preference()
|