Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/cpufreq/
Dintel_pstate.c566 static const char * const energy_perf_strings[] = { variable
658 while (energy_perf_strings[i] != NULL) in show_energy_performance_available_preferences()
659 ret += sprintf(&buf[ret], "%s ", energy_perf_strings[i++]); in show_energy_performance_available_preferences()
679 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()
697 return sprintf(buf, "%s\n", energy_perf_strings[preference]); in show_energy_performance_preference()