Lines Matching refs:devfreq
33 struct devfreq;
148 struct devfreq { struct
189 extern struct devfreq *devfreq_add_device(struct device *dev, argument
193 extern int devfreq_remove_device(struct devfreq *devfreq);
194 extern struct devfreq *devm_devfreq_add_device(struct device *dev,
199 struct devfreq *devfreq);
202 extern int devfreq_suspend_device(struct devfreq *devfreq);
203 extern int devfreq_resume_device(struct devfreq *devfreq);
214 extern int update_devfreq(struct devfreq *devfreq);
220 struct devfreq *devfreq);
222 struct devfreq *devfreq);
224 struct devfreq *devfreq);
226 struct devfreq *devfreq);
227 extern int devfreq_register_notifier(struct devfreq *devfreq,
230 extern int devfreq_unregister_notifier(struct devfreq *devfreq,
234 struct devfreq *devfreq,
238 struct devfreq *devfreq,
241 extern struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev,
286 struct devfreq *parent;
289 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
292 struct devfreq *this;
298 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device()
306 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() argument
311 static inline struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device()
320 struct devfreq *devfreq) in devm_devfreq_remove_device() argument
324 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device() argument
329 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() argument
344 struct devfreq *devfreq) in devfreq_register_opp_notifier() argument
350 struct devfreq *devfreq) in devfreq_unregister_opp_notifier() argument
356 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier() argument
362 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier() argument
366 static inline int devfreq_register_notifier(struct devfreq *devfreq, in devfreq_register_notifier() argument
373 static inline int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier() argument
381 struct devfreq *devfreq, in devm_devfreq_register_notifier() argument
389 struct devfreq *devfreq, in devm_devfreq_unregister_notifier() argument
395 static inline struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle()
401 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats()