Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddevfreq.h219 extern int devfreq_register_opp_notifier(struct device *dev,
343 static inline int devfreq_register_opp_notifier(struct device *dev, in devfreq_register_opp_notifier() function
/Linux-v5.4/drivers/devfreq/
Ddevfreq.c1518 int devfreq_register_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_register_opp_notifier() function
1522 EXPORT_SYMBOL(devfreq_register_opp_notifier);
1561 ret = devfreq_register_opp_notifier(dev, devfreq); in devm_devfreq_register_opp_notifier()