Searched refs:set_performance_state (Results 1 – 10 of 10) sorted by relevance
449 if (dev->pm_domain && dev->pm_domain->set_performance_state) in dev_pm_domain_set_performance_state()450 return dev->pm_domain->set_performance_state(dev, state); in dev_pm_domain_set_performance_state()
98 pd->set_performance_state = airoha_cpu_pmdomain_set_performance_state; in airoha_cpu_pmdomain_probe()
362 if (!parent->set_performance_state) in genpd_xlate_performance_state()439 if (genpd->set_performance_state) { in _genpd_set_performance_state()440 ret = genpd->set_performance_state(genpd, state); in _genpd_set_performance_state()2308 genpd->domain.set_performance_state = genpd_dev_pm_set_performance_state; in pm_genpd_init()2555 if (!genpd_is_opp_table_fw(genpd) && genpd->set_performance_state) { in of_genpd_add_provider_simple()2570 if (!genpd_is_opp_table_fw(genpd) && genpd->set_performance_state) { in of_genpd_add_provider_simple()2614 if (!genpd_is_opp_table_fw(genpd) && genpd->set_performance_state) { in of_genpd_add_provider_onecell()2650 if (!genpd_is_opp_table_fw(genpd) && genpd->set_performance_state) { in of_genpd_add_provider_onecell()2682 if (genpd_is_opp_table_fw(gpd) || !gpd->set_performance_state) in of_genpd_del_provider()3639 if (genpd->set_performance_state) in genpd_debug_add()
130 scmi_pd->genpd.set_performance_state = scmi_pd_set_perf_state; in scmi_perf_domain_probe()
190 int (*set_performance_state)(struct generic_pm_domain *genpd, member
750 int (*set_performance_state)(struct device *dev, unsigned int state); member
987 rpmhpds[i]->pd.set_performance_state = rpmhpd_set_performance_state; in rpmhpd_probe()
1120 rpmpds[i]->pd.set_performance_state = rpmpd_set_performance; in rpmpd_probe()
1676 drv->pd.set_performance_state = cpr_set_performance_state; in cpr_probe()
1409 genpd->set_performance_state = tegra_pmc_core_pd_set_performance_state; in tegra_pmc_core_pd_add()