Lines Matching full:pds
151 struct dev_pm_domain_list *pds = adsp->pd_list; in qcom_rproc_pds_detach() local
153 dev_pm_domain_detach_list(pds); in qcom_rproc_pds_detach()
155 if (dev->pm_domain || pds) in qcom_rproc_pds_detach()
162 struct dev_pm_domain_list *pds = adsp->pd_list; in qcom_rproc_pds_enable() local
165 if (!dev->pm_domain && !pds) in qcom_rproc_pds_enable()
171 while (pds && i < pds->num_pds) { in qcom_rproc_pds_enable()
172 dev_pm_genpd_set_performance_state(pds->pd_devs[i], INT_MAX); in qcom_rproc_pds_enable()
178 while (pds && i > 0) { in qcom_rproc_pds_enable()
180 dev_pm_genpd_set_performance_state(pds->pd_devs[i], 0); in qcom_rproc_pds_enable()
193 struct dev_pm_domain_list *pds = adsp->pd_list; in qcom_rproc_pds_disable() local
196 if (!dev->pm_domain && !pds) in qcom_rproc_pds_disable()
202 while (pds && i < pds->num_pds) { in qcom_rproc_pds_disable()
203 dev_pm_genpd_set_performance_state(pds->pd_devs[i], 0); in qcom_rproc_pds_disable()