Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Ddevfreq.h252 int devfreq_unregister_opp_notifier(struct device *dev,
393 static inline int devfreq_unregister_opp_notifier(struct device *dev, in devfreq_unregister_opp_notifier() function
/Linux-v6.1/drivers/devfreq/
Ddevfreq.c2080 int devfreq_unregister_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_unregister_opp_notifier() function
2084 EXPORT_SYMBOL(devfreq_unregister_opp_notifier);
2088 devfreq_unregister_opp_notifier(dev, *(struct devfreq **)res); in devm_devfreq_opp_release()