Searched refs:performance_state (Results 1 – 2 of 2) sorted by relevance
126 unsigned int performance_state; /* Aggregated max performance state */ member177 unsigned int performance_state; member200 unsigned int performance_state; member
266 if (state == genpd->performance_state) in _genpd_reeval_performance_state()270 if (state > genpd->performance_state) in _genpd_reeval_performance_state()277 if (pd_data->performance_state > state) in _genpd_reeval_performance_state()278 state = pd_data->performance_state; in _genpd_reeval_performance_state()296 if (link->performance_state > state) in _genpd_reeval_performance_state()297 state = link->performance_state; in _genpd_reeval_performance_state()310 if (state == genpd->performance_state) in _genpd_set_performance_state()331 link->prev_performance_state = link->performance_state; in _genpd_set_performance_state()332 link->performance_state = parent_state; in _genpd_set_performance_state()337 link->performance_state = link->prev_performance_state; in _genpd_set_performance_state()[all …]