Searched refs:devm_pm_domain_attach_list (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/base/power/ |
| H A D | common.c | 326 int devm_pm_domain_attach_list(struct device *dev, in devm_pm_domain_attach_list() function 342 EXPORT_SYMBOL_GPL(devm_pm_domain_attach_list);
|
| /linux-6.15/drivers/media/platform/qcom/iris/ |
| H A D | iris_probe.c | 59 ret = devm_pm_domain_attach_list(core->dev, &iris_pd_data, &core->pmdomain_tbl); in iris_init_power_domains() 63 ret = devm_pm_domain_attach_list(core->dev, &iris_opp_pd_data, &core->opp_pmdomain_tbl); in iris_init_power_domains()
|
| /linux-6.15/include/linux/ |
| H A D | pm_domain.h | 502 int devm_pm_domain_attach_list(struct device *dev, 532 static inline int devm_pm_domain_attach_list(struct device *dev, in devm_pm_domain_attach_list() function
|
| /linux-6.15/drivers/clk/qcom/ |
| H A D | common.c | 303 ret = devm_pm_domain_attach_list(dev, NULL, &cc->pd_list); in qcom_cc_really_probe()
|
| /linux-6.15/sound/soc/sof/imx/ |
| H A D | imx-common.c | 420 ret = devm_pm_domain_attach_list(sdev->dev, in imx_probe()
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | gr3d.c | 413 err = devm_pm_domain_attach_list(dev, &pd_data, &gr3d->pd_list); in gr3d_init_power()
|
| /linux-6.15/drivers/media/platform/qcom/venus/ |
| H A D | pm_helpers.c | 883 ret = devm_pm_domain_attach_list(dev, &vcodec_data, &core->pmdomains); in vcodec_domains_get() 892 ret = devm_pm_domain_attach_list(dev, &opp_pd_data, &core->opp_pmdomain); in vcodec_domains_get()
|