Searched refs:devfreq_register_opp_notifier (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Ddevfreq.h252 int devfreq_register_opp_notifier(struct device *dev,
386 static inline int devfreq_register_opp_notifier(struct device *dev, function
/linux-master/drivers/devfreq/
H A Ddevfreq.c2096 * devfreq_register_opp_notifier() - Helper function to get devfreq notified
2102 int devfreq_register_opp_notifier(struct device *dev, struct devfreq *devfreq) function
2106 EXPORT_SYMBOL(devfreq_register_opp_notifier); variable
2131 * devfreq_register_opp_notifier()
2145 ret = devfreq_register_opp_notifier(dev, devfreq);

Completed in 229 milliseconds