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

/linux-master/include/linux/
H A Dpm_domain.h264 int dev_pm_genpd_add_notifier(struct device *dev, struct notifier_block *nb);
316 static inline int dev_pm_genpd_add_notifier(struct device *dev, function
/linux-master/drivers/soc/qcom/
H A Drpmh-rsc.c923 * This function is given to dev_pm_genpd_add_notifier() so we can be informed
954 ret = dev_pm_genpd_add_notifier(dev, &drv->genpd_nb);
/linux-master/drivers/pmdomain/imx/
H A Dimx8mp-blk-ctrl.c737 ret = dev_pm_genpd_add_notifier(bc->bus_power_dev, &bc->power_nb);
H A Dimx8m-blk-ctrl.c309 ret = dev_pm_genpd_add_notifier(bc->bus_power_dev, &bc->power_nb);
/linux-master/drivers/pmdomain/
H A Dcore.c1787 * dev_pm_genpd_add_notifier - Add a genpd power on/off notifier for @dev
1801 int dev_pm_genpd_add_notifier(struct device *dev, struct notifier_block *nb) function
1832 EXPORT_SYMBOL_GPL(dev_pm_genpd_add_notifier); variable
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu.c2115 dev_pm_genpd_add_notifier(gmu->cxpd, &gmu->pd_nb);

Completed in 230 milliseconds