Lines Matching refs:devfreq
22 struct devfreq;
114 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
115 int (*event_handler)(struct devfreq *devfreq,
152 struct devfreq { struct
179 extern struct devfreq *devfreq_add_device(struct device *dev, argument
183 extern int devfreq_remove_device(struct devfreq *devfreq);
184 extern struct devfreq *devm_devfreq_add_device(struct device *dev,
189 struct devfreq *devfreq);
192 extern int devfreq_suspend_device(struct devfreq *devfreq);
193 extern int devfreq_resume_device(struct devfreq *devfreq);
199 struct devfreq *devfreq);
201 struct devfreq *devfreq);
203 struct devfreq *devfreq);
205 struct devfreq *devfreq);
228 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device()
236 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() argument
241 static inline struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device()
250 struct devfreq *devfreq) in devm_devfreq_remove_device() argument
254 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device() argument
259 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() argument
271 struct devfreq *devfreq) in devfreq_register_opp_notifier() argument
277 struct devfreq *devfreq) in devfreq_unregister_opp_notifier() argument
283 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier() argument
289 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier() argument