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