Lines Matching refs:pds
136 static int adsp_pds_enable(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_enable() argument
143 dev_pm_genpd_set_performance_state(pds[i], INT_MAX); in adsp_pds_enable()
144 ret = pm_runtime_get_sync(pds[i]); in adsp_pds_enable()
146 pm_runtime_put_noidle(pds[i]); in adsp_pds_enable()
147 dev_pm_genpd_set_performance_state(pds[i], 0); in adsp_pds_enable()
156 dev_pm_genpd_set_performance_state(pds[i], 0); in adsp_pds_enable()
157 pm_runtime_put(pds[i]); in adsp_pds_enable()
163 static void adsp_pds_disable(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_disable() argument
169 dev_pm_genpd_set_performance_state(pds[i], 0); in adsp_pds_disable()
170 pm_runtime_put(pds[i]); in adsp_pds_disable()
518 static void adsp_pds_detach(struct qcom_adsp *adsp, struct device **pds, in adsp_pds_detach() argument
531 dev_pm_domain_detach(pds[i], false); in adsp_pds_detach()