Home
last modified time | relevance | path

Searched refs:active_pds (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/remoteproc/
Dqcom_q6v5_pas.c60 struct device *active_pds[1]; member
154 ret = adsp_pds_enable(adsp, adsp->active_pds, adsp->active_pd_count); in adsp_start()
205 adsp_pds_disable(adsp, adsp->active_pds, adsp->active_pd_count); in adsp_start()
237 adsp_pds_disable(adsp, adsp->active_pds, adsp->active_pd_count); in adsp_stop()
459 ret = adsp_pds_attach(&pdev->dev, adsp->active_pds, in adsp_probe()
496 adsp_pds_detach(adsp, adsp->active_pds, adsp->active_pd_count); in adsp_probe()
Dqcom_q6v5_mss.c172 struct device *active_pds[1]; member
900 ret = q6v5_pds_enable(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_mba_load()
1043 q6v5_pds_disable(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_mba_load()
1079 q6v5_pds_disable(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_mba_reclaim()
1759 ret = q6v5_pds_attach(&pdev->dev, qproc->active_pds, in q6v5_probe()
1826 q6v5_pds_detach(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_probe()
1846 q6v5_pds_detach(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_remove()