Lines Matching defs:devfreq
179 struct devfreq { struct
184 struct devfreq_dev_profile *profile; argument
185 const struct devfreq_governor *governor; argument
194 struct devfreq_dev_status last_status; argument
210 struct devfreq_stats stats; argument
227 struct devfreq *devfreq_add_device(struct device *dev, argument
348 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()
362 struct devfreq *devfreq) in devm_devfreq_remove_device()
366 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device()
371 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device()
386 struct devfreq *devfreq) in devfreq_register_opp_notifier()
392 struct devfreq *devfreq) in devfreq_unregister_opp_notifier()
398 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier()
404 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier()
408 static inline int devfreq_register_notifier(struct devfreq *devfreq, in devfreq_register_notifier()
415 static inline int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier()
423 struct devfreq *devfreq, in devm_devfreq_register_notifier()
431 struct devfreq *devfreq, in devm_devfreq_unregister_notifier()