Lines Matching defs:pds
84 static int adsp_pds_enable(struct qcom_adsp *adsp, struct device **pds,
91 dev_pm_genpd_set_performance_state(pds[i], INT_MAX);
92 ret = pm_runtime_get_sync(pds[i]);
94 pm_runtime_put_noidle(pds[i]);
95 dev_pm_genpd_set_performance_state(pds[i], 0);
104 dev_pm_genpd_set_performance_state(pds[i], 0);
105 pm_runtime_put(pds[i]);
111 static void adsp_pds_disable(struct qcom_adsp *adsp, struct device **pds,
117 dev_pm_genpd_set_performance_state(pds[i], 0);
118 pm_runtime_put(pds[i]);
339 static void adsp_pds_detach(struct qcom_adsp *adsp, struct device **pds,
352 dev_pm_domain_detach(pds[i], false);