Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/remoteproc/
Dqcom_wcnss.c61 const char *pd_names[WCNSS_MAX_PDS]; member
120 .pd_names = { "mx", "cx" },
134 .pd_names = { "mx", "cx" },
387 const char * const pd_names[WCNSS_MAX_PDS]) in wcnss_init_pds()
392 if (!pd_names[i]) in wcnss_init_pds()
395 wcnss->pds[i] = dev_pm_domain_attach_by_name(wcnss->dev, pd_names[i]); in wcnss_init_pds()
586 ret = wcnss_init_pds(wcnss, data->pd_names); in wcnss_probe()
Dqcom_q6v5_adsp.c114 const char **pd_names) in qcom_rproc_pds_attach() argument
121 if (!pd_names) in qcom_rproc_pds_attach()
131 while (pd_names[num_pds]) in qcom_rproc_pds_attach()
138 devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in qcom_rproc_pds_attach()
Dqcom_q6v5_pas.c387 char **pd_names) in adsp_pds_attach() argument
393 if (!pd_names) in adsp_pds_attach()
403 while (pd_names[num_pds]) in adsp_pds_attach()
407 devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in adsp_pds_attach()
Dqcom_q6v5_mss.c1777 char **pd_names) in q6v5_pds_attach() argument
1783 if (!pd_names) in q6v5_pds_attach()
1786 while (pd_names[num_pds]) in q6v5_pds_attach()
1790 devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in q6v5_pds_attach()
/Linux-v6.1/drivers/bus/
Dqcom-ssc-block-bus.c31 const char *const *pd_names; member
190 const char *const *pd_names, size_t num_pds) in qcom_ssc_block_bus_pds_attach() argument
196 pds[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in qcom_ssc_block_bus_pds_attach()
267 data->pd_names = qcom_ssc_block_pd_names; in qcom_ssc_block_bus_probe()
271 ret = qcom_ssc_block_bus_pds_attach(&pdev->dev, data->pds, data->pd_names, data->num_pds); in qcom_ssc_block_bus_probe()