Lines Matching defs:devfreq
180 struct devfreq { struct
185 struct devfreq_dev_profile *profile; argument
186 const struct devfreq_governor *governor; argument
195 struct devfreq_dev_status last_status; argument
211 struct devfreq_stats stats; argument
228 struct devfreq *devfreq_add_device(struct device *dev, argument
349 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()
363 struct devfreq *devfreq) in devm_devfreq_remove_device()
367 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device()
372 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device()
387 struct devfreq *devfreq) in devfreq_register_opp_notifier()
393 struct devfreq *devfreq) in devfreq_unregister_opp_notifier()
399 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier()
405 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier()
409 static inline int devfreq_register_notifier(struct devfreq *devfreq, in devfreq_register_notifier()
416 static inline int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier()
424 struct devfreq *devfreq, in devm_devfreq_register_notifier()
432 struct devfreq *devfreq, in devm_devfreq_unregister_notifier()