Lines Matching refs:parent_state
322 int parent_state, ret; in _genpd_set_performance_state() local
336 parent_state = ret; in _genpd_set_performance_state()
341 link->performance_state = parent_state; in _genpd_set_performance_state()
342 parent_state = _genpd_reeval_performance_state(parent, in _genpd_set_performance_state()
343 parent_state); in _genpd_set_performance_state()
344 ret = _genpd_set_performance_state(parent, parent_state, depth + 1); in _genpd_set_performance_state()
371 parent_state = link->prev_performance_state; in _genpd_set_performance_state()
372 link->performance_state = parent_state; in _genpd_set_performance_state()
374 parent_state = _genpd_reeval_performance_state(parent, in _genpd_set_performance_state()
375 parent_state); in _genpd_set_performance_state()
376 if (_genpd_set_performance_state(parent, parent_state, depth + 1)) { in _genpd_set_performance_state()
378 parent->name, parent_state); in _genpd_set_performance_state()