Lines Matching refs:devfreq
36 struct devfreq;
148 struct devfreq { struct
185 extern struct devfreq *devfreq_add_device(struct device *dev, argument
189 extern int devfreq_remove_device(struct devfreq *devfreq);
190 extern struct devfreq *devm_devfreq_add_device(struct device *dev,
195 struct devfreq *devfreq);
198 extern int devfreq_suspend_device(struct devfreq *devfreq);
199 extern int devfreq_resume_device(struct devfreq *devfreq);
205 struct devfreq *devfreq);
207 struct devfreq *devfreq);
209 struct devfreq *devfreq);
211 struct devfreq *devfreq);
212 extern int devfreq_register_notifier(struct devfreq *devfreq,
215 extern int devfreq_unregister_notifier(struct devfreq *devfreq,
219 struct devfreq *devfreq,
223 struct devfreq *devfreq,
226 extern struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev,
271 struct devfreq *parent;
274 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
277 struct devfreq *this;
283 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device()
291 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() argument
296 static inline struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device()
305 struct devfreq *devfreq) in devm_devfreq_remove_device() argument
309 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device() argument
314 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() argument
326 struct devfreq *devfreq) in devfreq_register_opp_notifier() argument
332 struct devfreq *devfreq) in devfreq_unregister_opp_notifier() argument
338 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier() argument
344 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier() argument
348 static inline int devfreq_register_notifier(struct devfreq *devfreq, in devfreq_register_notifier() argument
355 static inline int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier() argument
363 struct devfreq *devfreq, in devm_devfreq_register_notifier() argument
371 struct devfreq *devfreq, in devm_devfreq_unregister_notifier() argument
377 static inline struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle()
383 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats()