Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dpm_domain.h120 unsigned int performance_state; /* Aggregated max performance state */ member
170 unsigned int performance_state; member
193 unsigned int performance_state; member
/Linux-v5.10/drivers/base/power/
Ddomain.c248 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 …]