Home
last modified time | relevance | path

Searched refs:epp_values (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/cpufreq/
H A Dintel_pstate.c703 static unsigned int epp_values[] = { variable
722 if (epp == epp_values[EPP_INDEX_PERFORMANCE]) in intel_pstate_get_energy_pref_index()
728 if (epp == epp_values[EPP_INDEX_POWERSAVE]) in intel_pstate_get_energy_pref_index()
789 epp = epp_values[pref_index]; in intel_pstate_set_energy_pref_index()
3776 epp_values[EPP_INDEX_POWERSAVE] = in intel_pstate_init()
3778 epp_values[EPP_INDEX_BALANCE_POWERSAVE] = in intel_pstate_init()
3780 epp_values[EPP_INDEX_BALANCE_PERFORMANCE] = in intel_pstate_init()
3782 epp_values[EPP_INDEX_PERFORMANCE] = in intel_pstate_init()
3785 epp_values[EPP_INDEX_POWERSAVE], in intel_pstate_init()
3786 epp_values[EPP_INDEX_BALANCE_POWERSAVE], in intel_pstate_init()
[all …]
H A Damd-pstate.c124 static unsigned int epp_values[] = { variable
1141 epp = epp_values[ret]; in store_energy_performance_preference()