Lines Matching refs:pds
91 static int adsp_pds_enable(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_enable() argument
98 dev_pm_genpd_set_performance_state(pds[i], INT_MAX); in adsp_pds_enable()
99 ret = pm_runtime_get_sync(pds[i]); in adsp_pds_enable()
101 pm_runtime_put_noidle(pds[i]); in adsp_pds_enable()
102 dev_pm_genpd_set_performance_state(pds[i], 0); in adsp_pds_enable()
111 dev_pm_genpd_set_performance_state(pds[i], 0); in adsp_pds_enable()
112 pm_runtime_put(pds[i]); in adsp_pds_enable()
118 static void adsp_pds_disable(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_disable() argument
124 dev_pm_genpd_set_performance_state(pds[i], 0); in adsp_pds_disable()
125 pm_runtime_put(pds[i]); in adsp_pds_disable()
350 static void adsp_pds_detach(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_detach() argument
363 dev_pm_domain_detach(pds[i], false); in adsp_pds_detach()