Home
last modified time | relevance | path

Searched refs:devfreq_unregister_opp_notifier (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Ddevfreq.h200 extern int devfreq_unregister_opp_notifier(struct device *dev,
276 static inline int devfreq_unregister_opp_notifier(struct device *dev, in devfreq_unregister_opp_notifier() function
/linux-4.1.27/drivers/devfreq/
Ddevfreq.c1157 int devfreq_unregister_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_unregister_opp_notifier() function
1172 EXPORT_SYMBOL(devfreq_unregister_opp_notifier);
1176 devfreq_unregister_opp_notifier(dev, *(struct devfreq **)res); in devm_devfreq_opp_release()