Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpm_domain.h126 unsigned int performance_state; /* Aggregated max performance state */ member
177 unsigned int performance_state; member
200 unsigned int performance_state; member
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Ddomain.c266 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 …]