Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddevfreq.h256 int devfreq_register_opp_notifier(struct device *dev,
390 static inline int devfreq_register_opp_notifier(struct device *dev, in devfreq_register_opp_notifier() function
/linux/drivers/devfreq/
H A Ddevfreq.c2093 int devfreq_register_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_register_opp_notifier() function
2097 EXPORT_SYMBOL(devfreq_register_opp_notifier);
2136 ret = devfreq_register_opp_notifier(dev, devfreq); in devm_devfreq_register_opp_notifier()