Searched refs:performance_state (Results 1 – 2 of 2) sorted by relevance
120 unsigned int performance_state; /* Aggregated max performance state */ member170 unsigned int performance_state; member193 unsigned int performance_state; member
248 if (state == genpd->performance_state) in _genpd_reeval_performance_state()252 if (state > genpd->performance_state) in _genpd_reeval_performance_state()259 if (pd_data->performance_state > state) in _genpd_reeval_performance_state()260 state = pd_data->performance_state; in _genpd_reeval_performance_state()278 if (link->performance_state > state) in _genpd_reeval_performance_state()279 state = link->performance_state; in _genpd_reeval_performance_state()292 if (state == genpd->performance_state) in _genpd_set_performance_state()313 link->prev_performance_state = link->performance_state; in _genpd_set_performance_state()314 link->performance_state = parent_state; in _genpd_set_performance_state()319 link->performance_state = link->prev_performance_state; in _genpd_set_performance_state()[all …]