Lines Matching refs:pds
164 static void qcom_rproc_pds_detach(struct qcom_adsp *adsp, struct device **pds,
177 dev_pm_domain_detach(pds[i], false);
180 static int qcom_rproc_pds_enable(struct qcom_adsp *adsp, struct device **pds,
187 dev_pm_genpd_set_performance_state(pds[i], INT_MAX);
188 ret = pm_runtime_resume_and_get(pds[i]);
190 dev_pm_genpd_set_performance_state(pds[i], 0);
199 dev_pm_genpd_set_performance_state(pds[i], 0);
200 pm_runtime_put(pds[i]);
206 static void qcom_rproc_pds_disable(struct qcom_adsp *adsp, struct device **pds,
212 dev_pm_genpd_set_performance_state(pds[i], 0);
213 pm_runtime_put(pds[i]);