Searched refs:opp_to_performance_state (Results 1 – 6 of 6) sorted by relevance
141 unsigned int (*opp_to_performance_state)(struct generic_pm_domain *genpd, member
693 rpmhpds[i]->pd.opp_to_performance_state = rpmhpd_get_performance_state; in rpmhpd_probe()
647 rpmpds[i]->pd.opp_to_performance_state = rpmpd_get_performance; in rpmpd_probe()
1702 drv->pd.opp_to_performance_state = cpr_get_performance_state; in cpr_probe()
3034 if (unlikely(!genpd->opp_to_performance_state)) in pm_genpd_opp_to_performance_state()3038 state = genpd->opp_to_performance_state(genpd, opp); in pm_genpd_opp_to_performance_state()
1396 genpd->opp_to_performance_state = tegra_pmc_core_pd_opp_to_performance_state; in tegra_pmc_core_pd_add()