Searched refs:epp_values (Results 1 – 2 of 2) sorted by relevance
674 static unsigned int epp_values[] = { variable693 if (epp == epp_values[EPP_INDEX_PERFORMANCE]) in intel_pstate_get_energy_pref_index()695 if (epp == epp_values[EPP_INDEX_BALANCE_PERFORMANCE]) in intel_pstate_get_energy_pref_index()697 if (epp == epp_values[EPP_INDEX_BALANCE_POWERSAVE]) in intel_pstate_get_energy_pref_index()699 if (epp == epp_values[EPP_INDEX_POWERSAVE]) in intel_pstate_get_energy_pref_index()760 epp = epp_values[pref_index]; in intel_pstate_set_energy_pref_index()842 epp = ret ? epp_values[ret] : cpu->epp_default; in store_energy_performance_preference()2016 epp_values[EPP_INDEX_BALANCE_PERFORMANCE] = cpudata->epp_default; in intel_pstate_update_epp_defaults()2024 if (epp_values[EPP_INDEX_BALANCE_PERFORMANCE] == HWP_EPP_BALANCE_PERFORMANCE) in intel_pstate_update_epp_defaults()2031 cpudata->epp_default = epp_values[EPP_INDEX_BALANCE_PERFORMANCE]; in intel_pstate_update_epp_defaults()[all …]
125 static unsigned int epp_values[] = { variable132 static_assert(ARRAY_SIZE(epp_values) == EPP_INDEX_MAX);1171 epp = epp_values[ret]; in store_energy_performance_preference()