Lines Matching defs:epp_default
215 * @epp_default: Power on default HWP energy performance
255 s16 epp_default;
782 epp = cpu_data->epp_default;
874 epp = ret ? epp_values[ret] : cpu->epp_default;
1721 cpudata->epp_default = intel_pstate_get_epp(cpudata, 0);
1736 if (hwp_forced && cpudata->epp_default <= HWP_EPP_BALANCE_PERFORMANCE &&
1737 cpudata->epp_default > HWP_EPP_PERFORMANCE) {
1738 epp_values[EPP_INDEX_BALANCE_PERFORMANCE] = cpudata->epp_default;
1746 cpudata->epp_default = epp_values[EPP_INDEX_BALANCE_PERFORMANCE];
1747 intel_pstate_set_epp(cpudata, cpudata->epp_default);
1760 if (cpudata->epp_default >= 0)
2471 cpu->epp_default = -EINVAL;