Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/cpu/
Dintel_epb.c105 static const char * const energy_perf_strings[] = { variable
143 ret = __sysfs_match_string(energy_perf_strings, in energy_perf_bias_store()
144 ARRAY_SIZE(energy_perf_strings), buf); in energy_perf_bias_store()
/Linux-v5.10/drivers/cpufreq/
Dintel_pstate.c591 static const char * const energy_perf_strings[] = { variable
710 while (energy_perf_strings[i] != NULL) in show_energy_performance_available_preferences()
711 ret += sprintf(&buf[ret], "%s ", energy_perf_strings[i++]); in show_energy_performance_available_preferences()
735 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()
801 return sprintf(buf, "%s\n", energy_perf_strings[preference]); in show_energy_performance_preference()