Home
last modified time | relevance | path

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

/linux/drivers/remoteproc/
H A Dqcom_wcnss.c61 const char *pd_names[WCNSS_MAX_PDS]; member
120 .pd_names = { "cx", "mx" },
134 .pd_names = { "cx", "mx" },
148 .pd_names = { "mx", "cx" },
398 const char * const pd_names[WCNSS_MAX_PDS]) in wcnss_init_pds()
412 if (!pd_names[i]) in wcnss_init_pds()
415 wcnss->pds[i] = dev_pm_domain_attach_by_name(wcnss->dev, pd_names[i]); in wcnss_init_pds()
606 ret = wcnss_init_pds(wcnss, data->pd_names); in wcnss_probe()
H A Dqcom_q6v5_adsp.c75 const char **pd_names; member
122 static int qcom_rproc_pds_attach(struct qcom_adsp *adsp, const char **pd_names, in qcom_rproc_pds_attach() argument
127 .pd_names = pd_names, in qcom_rproc_pds_attach()
136 if (!pd_names) in qcom_rproc_pds_attach()
701 ret = qcom_rproc_pds_attach(adsp, desc->pd_names, desc->num_pds); in adsp_probe()
776 .pd_names = (const char*[]) { "cx" },
808 .pd_names = (const char*[]) { "cx" },
825 .pd_names = (const char*[]) { "cx", "mx" },
H A Dqcom_q6v5_pas.c497 static int qcom_pas_pds_attach(struct device *dev, struct device **devs, char **pd_names) in qcom_pas_pds_attach() argument
503 if (!pd_names) in qcom_pas_pds_attach()
506 while (pd_names[num_pds]) in qcom_pas_pds_attach()
517 devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in qcom_pas_pds_attach()
H A Dqcom_q6v5_mss.c1897 char **pd_names) in q6v5_pds_attach() argument
1903 if (!pd_names) in q6v5_pds_attach()
1906 while (pd_names[num_pds]) in q6v5_pds_attach()
1917 devs[i] = dev_pm_domain_attach_by_name(dev, pd_names[i]); in q6v5_pds_attach()
/linux/drivers/bus/
H A 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()
335 data->pd_names = qcom_ssc_block_pd_names; in qcom_ssc_block_bus_probe()
338 ret = qcom_ssc_block_bus_pds_attach(&pdev->dev, data->pds, data->pd_names, data->num_pds); in qcom_ssc_block_bus_probe()
/linux/drivers/pmdomain/sunxi/
H A Dsun55i-pck600.c45 const char * const *pd_names; member
165 pd->genpd.name = desc->pd_names[i]; in sunxi_pck600_probe()
200 .pd_names = sun55i_a523_pck600_pd_names,
/linux/drivers/base/power/
H A Dcommon.c214 if (data && data->pd_names) { in dev_pm_domain_attach_list()
247 data->pd_names[i]); in dev_pm_domain_attach_list()
/linux/sound/soc/sof/imx/
H A Dimx-common.c346 .pd_names = NULL, /* no filtering */ in imx_probe()
/linux/drivers/gpu/drm/tegra/
H A Dgr3d.c376 .pd_names = (const char *[]) { "3d0", "3d1" }, in gr3d_init_power()
/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c2006 .pd_names = (const char*[]) { "power", "perf" },
2018 .pd_names = (const char*[]) { "power", "perf" },