Home
last modified time | relevance | path

Searched refs:power_threshold (Results 1 – 3 of 3) sorted by relevance

/drivers/platform/x86/amd/pmf/
Dcnqf.c48 tp->power_threshold = ts->power_floor; in amd_pmf_update_power_threshold()
52 tp->power_threshold = ts->power_floor; in amd_pmf_update_power_threshold()
56 tp->power_threshold = ts->power_floor; in amd_pmf_update_power_threshold()
60 tp->power_threshold = ts->power_floor; in amd_pmf_update_power_threshold()
64 tp->power_threshold = ts->power_floor; in amd_pmf_update_power_threshold()
68 tp->power_threshold = ts->power_floor; in amd_pmf_update_power_threshold()
131 if ((tp->shifting_up && avg_power >= tp->power_threshold) || in amd_pmf_trans_cnqf()
132 (!tp->shifting_up && avg_power <= tp->power_threshold)) { in amd_pmf_trans_cnqf()
Dauto-mode.c67 config_store.transition[i].power_threshold) || in amd_pmf_trans_automode()
69 config_store.transition[i].power_threshold)) { in amd_pmf_trans_automode()
128 config_store.transition[AUTO_TRANSITION_TO_QUIET].power_threshold = in amd_pmf_get_power_threshold()
132 config_store.transition[AUTO_TRANSITION_TO_PERFORMANCE].power_threshold = in amd_pmf_get_power_threshold()
136 config_store.transition[AUTO_TRANSITION_FROM_QUIET_TO_BALANCE].power_threshold = in amd_pmf_get_power_threshold()
140 config_store.transition[AUTO_TRANSITION_FROM_PERFORMANCE_TO_BALANCE].power_threshold = in amd_pmf_get_power_threshold()
Dpmf.h245 u32 power_threshold; member
351 u32 power_threshold; member