Searched refs:epp_values (Results 1 – 2 of 2) sorted by relevance
666 static unsigned int epp_values[] = { variable685 if (epp == epp_values[EPP_INDEX_PERFORMANCE]) in intel_pstate_get_energy_pref_index()687 if (epp == epp_values[EPP_INDEX_BALANCE_PERFORMANCE]) in intel_pstate_get_energy_pref_index()689 if (epp == epp_values[EPP_INDEX_BALANCE_POWERSAVE]) in intel_pstate_get_energy_pref_index()691 if (epp == epp_values[EPP_INDEX_POWERSAVE]) in intel_pstate_get_energy_pref_index()752 epp = epp_values[pref_index]; in intel_pstate_set_energy_pref_index()834 epp = ret ? epp_values[ret] : cpu->epp_default; in store_energy_performance_preference()2014 epp_values[EPP_INDEX_BALANCE_PERFORMANCE] = cpudata->epp_default; in intel_pstate_update_epp_defaults()2022 if (epp_values[EPP_INDEX_BALANCE_PERFORMANCE] == HWP_EPP_BALANCE_PERFORMANCE) in intel_pstate_update_epp_defaults()2029 cpudata->epp_default = epp_values[EPP_INDEX_BALANCE_PERFORMANCE]; in intel_pstate_update_epp_defaults()[all …]
132 static unsigned int epp_values[] = { variable139 static_assert(ARRAY_SIZE(epp_values) == EPP_INDEX_MAX - 2);1448 epp = epp_values[ret]; in store_energy_performance_preference()