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
183 struct devfreq_freqs { argument
189 extern struct devfreq *devfreq_add_device(struct device *dev, argument
306 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()
320 struct devfreq *devfreq) in devm_devfreq_remove_device()
324 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device()
329 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device()
344 struct devfreq *devfreq) in devfreq_register_opp_notifier()
350 struct devfreq *devfreq) in devfreq_unregister_opp_notifier()
356 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier()
362 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier()
366 static inline int devfreq_register_notifier(struct devfreq *devfreq, in devfreq_register_notifier()
373 static inline int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier()
381 struct devfreq *devfreq, in devm_devfreq_register_notifier()
389 struct devfreq *devfreq, in devm_devfreq_unregister_notifier()