Home
last modified time | relevance | path

Searched refs:dev_pm_genpd_add_notifier (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/include/linux/
H A Dpm_domain.h290 int dev_pm_genpd_add_notifier(struct device *dev, struct notifier_block *nb);
350 static inline int dev_pm_genpd_add_notifier(struct device *dev, in dev_pm_genpd_add_notifier() function
/linux-6.15/drivers/pmdomain/imx/
H A Dimx8m-blk-ctrl.c309 ret = dev_pm_genpd_add_notifier(bc->bus_power_dev, &bc->power_nb); in imx8m_blk_ctrl_probe()
H A Dimx8mp-blk-ctrl.c737 ret = dev_pm_genpd_add_notifier(bc->bus_power_dev, &bc->power_nb); in imx8mp_blk_ctrl_probe()
/linux-6.15/drivers/soc/qcom/
H A Drpmh-rsc.c956 ret = dev_pm_genpd_add_notifier(dev, &drv->genpd_nb); in rpmh_rsc_pd_attach()
/linux-6.15/drivers/pmdomain/
H A Dcore.c1960 int dev_pm_genpd_add_notifier(struct device *dev, struct notifier_block *nb) in dev_pm_genpd_add_notifier() function
1991 EXPORT_SYMBOL_GPL(dev_pm_genpd_add_notifier);
/linux-6.15/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c1470 dev_pm_genpd_add_notifier(gmu->cxpd, &gmu->pd_nb); in a6xx_recover()