Searched refs:opp_to_performance_state (Results 1 – 6 of 6) sorted by relevance
132 unsigned int (*opp_to_performance_state)(struct generic_pm_domain *genpd, member
544 rpmhpds[i]->pd.opp_to_performance_state = rpmhpd_get_performance_state; in rpmhpd_probe()
563 rpmpds[i]->pd.opp_to_performance_state = rpmpd_get_performance; in rpmpd_probe()
1704 drv->pd.opp_to_performance_state = cpr_get_performance_state; in cpr_probe()
2969 if (unlikely(!genpd->opp_to_performance_state)) in pm_genpd_opp_to_performance_state()2973 state = genpd->opp_to_performance_state(genpd, opp); in pm_genpd_opp_to_performance_state()
1357 genpd->opp_to_performance_state = tegra_pmc_core_pd_opp_to_performance_state; in tegra_pmc_core_pd_add()