Lines Matching defs:devfreq
172 struct devfreq { struct
177 struct devfreq_dev_profile *profile; argument
178 const struct devfreq_governor *governor; argument
184 struct devfreq_dev_status last_status; argument
199 struct devfreq_stats stats; argument
213 struct devfreq *devfreq_add_device(struct device *dev, argument
325 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()
339 struct devfreq *devfreq) in devm_devfreq_remove_device()
343 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device()
348 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device()
363 struct devfreq *devfreq) in devfreq_register_opp_notifier()
369 struct devfreq *devfreq) in devfreq_unregister_opp_notifier()
375 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier()
381 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier()
385 static inline int devfreq_register_notifier(struct devfreq *devfreq, in devfreq_register_notifier()
392 static inline int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier()
400 struct devfreq *devfreq, in devm_devfreq_register_notifier()
408 struct devfreq *devfreq, in devm_devfreq_unregister_notifier()