Searched refs:epp_values (Results 1 – 2 of 2) sorted by relevance
674 static unsigned int epp_values[] = { variable 693 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() 2018 epp_values[EPP_INDEX_BALANCE_PERFORMANCE] = cpudata->epp_default; in intel_pstate_update_epp_defaults() 2026 if (epp_values[EPP_INDEX_BALANCE_PERFORMANCE] == HWP_EPP_BALANCE_PERFORMANCE) in intel_pstate_update_epp_defaults() 2033 cpudata->epp_default = epp_values[EPP_INDEX_BALANCE_PERFORMANC in intel_pstate_update_epp_defaults() [all...]
134 static unsigned int epp_values[] = {141 static_assert(ARRAY_SIZE(epp_values) == EPP_INDEX_MAX - 1); in freq_to_perf() 1428 epp = epp_values[ret];125 static unsigned int epp_values[] = { global() variable