Lines Matching defs:devfreq
176 struct devfreq { struct
181 struct devfreq_dev_profile *profile; argument
182 const struct devfreq_governor *governor; argument
188 struct devfreq_dev_status last_status; argument
203 struct devfreq_stats stats; argument
220 struct devfreq *devfreq_add_device(struct device *dev, argument
332 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()
346 struct devfreq *devfreq) in devm_devfreq_remove_device()
350 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device()
355 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device()
370 struct devfreq *devfreq) in devfreq_register_opp_notifier()
376 struct devfreq *devfreq) in devfreq_unregister_opp_notifier()
382 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier()
388 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier()
392 static inline int devfreq_register_notifier(struct devfreq *devfreq, in devfreq_register_notifier()
399 static inline int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier()
407 struct devfreq *devfreq, in devm_devfreq_register_notifier()
415 struct devfreq *devfreq, in devm_devfreq_unregister_notifier()