Home
last modified time | relevance | path

Searched refs:pd_names (Results 1 – 15 of 15) 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.c573 static int qcom_pas_pds_attach(struct device *dev, struct device **devs, char **pd_names) in qcom_pas_pds_attach() argument
579 if (!pd_names) in qcom_pas_pds_attach()
582 while (pd_names[num_pds]) in qcom_pas_pds_attach()
593 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/cpufreq/
H A Dqcom-cpufreq-nvmem.c55 const char **pd_names; member
445 .pd_names = (const char *[]) { "perf" },
450 .pd_names = (const char *[]) { "cpr" },
556 if (drv->data->pd_names) { in qcom_cpufreq_probe()
558 .pd_names = drv->data->pd_names, in qcom_cpufreq_probe()
H A Dairoha-cpufreq.c36 .pd_names = airoha_cpufreq_pd_names, in airoha_cpufreq_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/include/linux/
H A Dpm_domain.h51 const char * const *pd_names; member
/linux/sound/soc/sof/imx/
H A Dimx-common.c342 .pd_names = NULL, /* no filtering */
/linux/drivers/media/platform/qcom/venus/
H A Dpm_helpers.c884 .pd_names = res->vcodec_pmdomains, in vcodec_domains_get()
889 .pd_names = res->opp_pmdomain, in vcodec_domains_get()
/linux/drivers/gpu/drm/tegra/
H A Dgr3d.c376 .pd_names = (const char *[]) { "3d0", "3d1" }, in gr3d_init_power()
/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-dev.c622 .pd_names = info->pm_domains.names, in rkisp1_init_pm_domains()
/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c2005 .pd_names = (const char*[]) { "power", "perf" },
2017 .pd_names = (const char*[]) { "power", "perf" },