Lines Matching refs:devfreq
22 struct devfreq;
117 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
118 int (*event_handler)(struct devfreq *devfreq,
155 struct devfreq { struct
183 extern struct devfreq *devfreq_add_device(struct device *dev, argument
187 extern int devfreq_remove_device(struct devfreq *devfreq);
188 extern struct devfreq *devm_devfreq_add_device(struct device *dev,
193 struct devfreq *devfreq);
196 extern int devfreq_suspend_device(struct devfreq *devfreq);
197 extern int devfreq_resume_device(struct devfreq *devfreq);
203 struct devfreq *devfreq);
205 struct devfreq *devfreq);
207 struct devfreq *devfreq);
209 struct devfreq *devfreq);
219 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats()
245 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device()
253 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() argument
258 static inline struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device()
267 struct devfreq *devfreq) in devm_devfreq_remove_device() argument
271 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device() argument
276 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() argument
288 struct devfreq *devfreq) in devfreq_register_opp_notifier() argument
294 struct devfreq *devfreq) in devfreq_unregister_opp_notifier() argument
300 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier() argument
306 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier() argument
310 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats()