Home
last modified time | relevance | path

Searched refs:pd_names (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/remoteproc/
Dqcom_wcnss.c62 const char *pd_names[WCNSS_MAX_PDS]; member
121 .pd_names = { "mx", "cx" },
135 .pd_names = { "mx", "cx" },
388 const char * const pd_names[WCNSS_MAX_PDS]) in wcnss_init_pds()
393 if (!pd_names[i]) in wcnss_init_pds()
396 wcnss->pds[i] = dev_pm_domain_attach_by_name(wcnss->dev, pd_names[i]); in wcnss_init_pds()
580 ret = wcnss_init_pds(wcnss, data->pd_names); in wcnss_probe()
Dqcom_q6v5_pas.c321 char **pd_names) in adsp_pds_attach() argument
327 if (!pd_names) in adsp_pds_attach()
337 while (pd_names[num_pds]) in adsp_pds_attach()
341 devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in adsp_pds_attach()
Dqcom_q6v5_mss.c1556 char **pd_names) in q6v5_pds_attach() argument
1562 if (!pd_names) in q6v5_pds_attach()
1565 while (pd_names[num_pds]) in q6v5_pds_attach()
1569 devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in q6v5_pds_attach()