Lines Matching refs:performance_state
281 prev = gpd_data->performance_state; in dev_pm_genpd_set_performance_state()
282 gpd_data->performance_state = state; in dev_pm_genpd_set_performance_state()
285 if (state == genpd->performance_state) in dev_pm_genpd_set_performance_state()
289 if (state > genpd->performance_state) in dev_pm_genpd_set_performance_state()
296 if (pd_data->performance_state > state) in dev_pm_genpd_set_performance_state()
297 state = pd_data->performance_state; in dev_pm_genpd_set_performance_state()
300 if (state == genpd->performance_state) in dev_pm_genpd_set_performance_state()
317 gpd_data->performance_state = prev; in dev_pm_genpd_set_performance_state()
322 genpd->performance_state = state; in dev_pm_genpd_set_performance_state()
352 ret = genpd->set_performance_state(genpd, genpd->performance_state); in _genpd_power_on()
355 genpd->name, genpd->performance_state, ret); in _genpd_power_on()
2839 seq_printf(s, "%u\n", genpd->performance_state); in genpd_perf_state_show()