Searched refs:dev_pm_opp_unregister_notifier (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dpm_opp.h181 int dev_pm_opp_unregister_notifier(struct device *dev, struct notifier_block *nb);
380 static inline int dev_pm_opp_unregister_notifier(struct device *dev, struct notifier_block *nb) function
/linux-master/drivers/devfreq/
H A Dmtk-cci-devfreq.c402 dev_pm_opp_unregister_notifier(dev, &drv->opp_nb);
H A Ddevfreq.c2120 return dev_pm_opp_unregister_notifier(dev, &devfreq->nb);
/linux-master/drivers/cpufreq/
H A Dmediatek-cpufreq.c570 dev_pm_opp_unregister_notifier(info->cpu_dev, &info->opp_nb);
/linux-master/drivers/opp/
H A Dcore.c3121 * dev_pm_opp_unregister_notifier() - Unregister OPP notifier for the device
3127 int dev_pm_opp_unregister_notifier(struct device *dev, function
3143 EXPORT_SYMBOL(dev_pm_opp_unregister_notifier); variable

Completed in 333 milliseconds