Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddevfreq.h215 extern int devfreq_unregister_notifier(struct devfreq *devfreq,
355 static inline int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier() function
/Linux-v4.19/drivers/devfreq/
Ddevfreq.c1450 int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier() function
1470 EXPORT_SYMBOL(devfreq_unregister_notifier);
1482 devfreq_unregister_notifier(this->devfreq, this->nb, this->list); in devm_devfreq_notifier_release()