Lines Matching refs:pds
150 static int adsp_pds_enable(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_enable() argument
157 dev_pm_genpd_set_performance_state(pds[i], INT_MAX); in adsp_pds_enable()
158 ret = pm_runtime_get_sync(pds[i]); in adsp_pds_enable()
160 pm_runtime_put_noidle(pds[i]); in adsp_pds_enable()
161 dev_pm_genpd_set_performance_state(pds[i], 0); in adsp_pds_enable()
170 dev_pm_genpd_set_performance_state(pds[i], 0); in adsp_pds_enable()
171 pm_runtime_put(pds[i]); in adsp_pds_enable()
177 static void adsp_pds_disable(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_disable() argument
183 dev_pm_genpd_set_performance_state(pds[i], 0); in adsp_pds_disable()
184 pm_runtime_put(pds[i]); in adsp_pds_disable()
539 static void adsp_pds_detach(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_detach() argument
552 dev_pm_domain_detach(pds[i], false); in adsp_pds_detach()