Lines Matching refs:parent_state
308 int parent_state, ret; in _genpd_set_performance_state() local
327 parent_state = ret; in _genpd_set_performance_state()
332 link->performance_state = parent_state; in _genpd_set_performance_state()
333 parent_state = _genpd_reeval_performance_state(parent, in _genpd_set_performance_state()
334 parent_state); in _genpd_set_performance_state()
335 ret = _genpd_set_performance_state(parent, parent_state, depth + 1); in _genpd_set_performance_state()
363 parent_state = link->prev_performance_state; in _genpd_set_performance_state()
364 link->performance_state = parent_state; in _genpd_set_performance_state()
366 parent_state = _genpd_reeval_performance_state(parent, in _genpd_set_performance_state()
367 parent_state); in _genpd_set_performance_state()
368 if (_genpd_set_performance_state(parent, parent_state, depth + 1)) { in _genpd_set_performance_state()
370 parent->name, parent_state); in _genpd_set_performance_state()