Searched refs:energy_perf_strings (Results 1 – 1 of 1) sorted by relevance
566 static const char * const energy_perf_strings[] = { variable658 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()