Searched refs:energy_perf_strings (Results 1 – 2 of 2) sorted by relevance
122 static const char * const energy_perf_strings[] = { variable153 ret = __sysfs_match_string(energy_perf_strings, in energy_perf_bias_store()154 ARRAY_SIZE(energy_perf_strings), buf); in energy_perf_bias_store()
121 static const char * const energy_perf_strings[] = { variable1158 energy_perf_strings[EPP_INDEX_PERFORMANCE]); in show_energy_performance_available_preferences()1160 while (energy_perf_strings[i] != NULL) in show_energy_performance_available_preferences()1161 offset += sysfs_emit_at(buf, offset, "%s ", energy_perf_strings[i++]); in show_energy_performance_available_preferences()1178 ret = match_string(energy_perf_strings, -1, str_preference); in store_energy_performance_preference()1212 return sysfs_emit(buf, "%s\n", energy_perf_strings[preference]); in show_energy_performance_preference()