Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/remoteproc/
Dqcom_q6v5_pas.c59 struct device *active_pds[1]; member
142 ret = adsp_pds_enable(adsp, adsp->active_pds, adsp->active_pd_count); in adsp_start()
193 adsp_pds_disable(adsp, adsp->active_pds, adsp->active_pd_count); in adsp_start()
225 adsp_pds_disable(adsp, adsp->active_pds, adsp->active_pd_count); in adsp_stop()
433 ret = adsp_pds_attach(&pdev->dev, adsp->active_pds, in adsp_probe()
470 adsp_pds_detach(adsp, adsp->active_pds, adsp->active_pd_count); in adsp_probe()
Dqcom_q6v5_mss.c171 struct device *active_pds[1]; member
881 ret = q6v5_pds_enable(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_mba_load()
1014 q6v5_pds_disable(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_mba_load()
1050 q6v5_pds_disable(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_mba_reclaim()
1710 ret = q6v5_pds_attach(&pdev->dev, qproc->active_pds, in q6v5_probe()
1766 q6v5_pds_detach(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_probe()
1786 q6v5_pds_detach(qproc, qproc->active_pds, qproc->active_pd_count); in q6v5_remove()