Lines Matching defs:pds
137 static int adsp_pds_enable(struct qcom_adsp *adsp, struct device **pds,
144 dev_pm_genpd_set_performance_state(pds[i], INT_MAX);
145 ret = pm_runtime_get_sync(pds[i]);
147 pm_runtime_put_noidle(pds[i]);
148 dev_pm_genpd_set_performance_state(pds[i], 0);
157 dev_pm_genpd_set_performance_state(pds[i], 0);
158 pm_runtime_put(pds[i]);
164 static void adsp_pds_disable(struct qcom_adsp *adsp, struct device **pds,
170 dev_pm_genpd_set_performance_state(pds[i], 0);
171 pm_runtime_put(pds[i]);
520 static void adsp_pds_detach(struct qcom_adsp *adsp, struct device **pds,
533 dev_pm_domain_detach(pds[i], false);