Lines Matching defs:devfreq
148 struct devfreq { struct
153 struct devfreq_dev_profile *profile; argument
154 const struct devfreq_governor *governor; argument
160 struct devfreq_dev_status last_status; argument
185 extern struct devfreq *devfreq_add_device(struct device *dev, argument
291 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()
305 struct devfreq *devfreq) in devm_devfreq_remove_device()
309 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device()
314 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device()
326 struct devfreq *devfreq) in devfreq_register_opp_notifier()
332 struct devfreq *devfreq) in devfreq_unregister_opp_notifier()
338 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier()
344 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier()
348 static inline int devfreq_register_notifier(struct devfreq *devfreq, in devfreq_register_notifier()
355 static inline int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier()
363 struct devfreq *devfreq, in devm_devfreq_register_notifier()
371 struct devfreq *devfreq, in devm_devfreq_unregister_notifier()