Searched refs:devm_pm_domain_attach_list (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/base/power/ |
| H A D | common.c | 329 int devm_pm_domain_attach_list(struct device *dev, in devm_pm_domain_attach_list() function 345 EXPORT_SYMBOL_GPL(devm_pm_domain_attach_list);
|
| /linux/include/linux/ |
| H A D | pm_domain.h | 549 int devm_pm_domain_attach_list(struct device *dev, 579 static inline int devm_pm_domain_attach_list(struct device *dev, in devm_pm_domain_attach_list() function
|
| /linux/drivers/clk/qcom/ |
| H A D | common.c | 340 ret = devm_pm_domain_attach_list(dev, NULL, &cc->pd_list); in qcom_cc_really_probe()
|
| /linux/sound/soc/sof/imx/ |
| H A D | imx-common.c | 394 ret = devm_pm_domain_attach_list(sdev->dev, in imx_probe()
|
| /linux/drivers/media/platform/qcom/venus/ |
| H A D | pm_helpers.c | 897 ret = devm_pm_domain_attach_list(dev, &vcodec_data, &core->pmdomains); in vcodec_domains_get() 906 ret = devm_pm_domain_attach_list(dev, &opp_pd_data, &core->opp_pmdomain); in vcodec_domains_get()
|
| /linux/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/drivers/media/platform/rockchip/rkisp1/ |
| H A D | rkisp1-dev.c | 638 ret = devm_pm_domain_attach_list(rkisp1->dev, &pm_domain_data, in rkisp1_init_pm_domains()
|
| /linux/drivers/remoteproc/ |
| H A D | imx_dsp_rproc.c | 1046 return devm_pm_domain_attach_list(dev, NULL, &priv->pd_list); in imx_dsp_attach_pm_domains()
|