Searched refs:dev_pm_domain_attach_list (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/drivers/base/power/ |
D | common.c | 190 int dev_pm_domain_attach_list(struct device *dev, in dev_pm_domain_attach_list() function 297 EXPORT_SYMBOL_GPL(dev_pm_domain_attach_list); 332 num_pds = dev_pm_domain_attach_list(dev, data, list); in devm_pm_domain_attach_list()
|
/linux-6.14.4/include/linux/ |
D | pm_domain.h | 492 int dev_pm_domain_attach_list(struct device *dev, 518 static inline int dev_pm_domain_attach_list(struct device *dev, in dev_pm_domain_attach_list() function
|
/linux-6.14.4/drivers/cpufreq/ |
D | airoha-cpufreq.c | 65 ret = dev_pm_domain_attach_list(cpu_dev, &attach_data, in airoha_cpufreq_probe()
|
D | qcom-cpufreq-nvmem.c | 528 ret = dev_pm_domain_attach_list(cpu_dev, &attach_data, in qcom_cpufreq_probe()
|
/linux-6.14.4/drivers/remoteproc/ |
D | qcom_q6v5_adsp.c | 139 ret = dev_pm_domain_attach_list(dev, &pd_data, &adsp->pd_list); in qcom_rproc_pds_attach()
|
D | imx_dsp_rproc.c | 960 ret = dev_pm_domain_attach_list(dev, NULL, &priv->pd_list); in imx_dsp_attach_pm_domains()
|
D | imx_rproc.c | 905 ret = dev_pm_domain_attach_list(dev, &pd_data, &priv->pd_list); in imx_rproc_attach_pd()
|