Lines Matching refs:devfreq

41 struct devfreq;
172 struct devfreq { struct
213 struct devfreq *devfreq_add_device(struct device *dev, argument
217 int devfreq_remove_device(struct devfreq *devfreq);
218 struct devfreq *devm_devfreq_add_device(struct device *dev,
222 void devm_devfreq_remove_device(struct device *dev, struct devfreq *devfreq);
225 int devfreq_suspend_device(struct devfreq *devfreq);
226 int devfreq_resume_device(struct devfreq *devfreq);
232 int update_devfreq(struct devfreq *devfreq);
238 struct devfreq *devfreq);
240 struct devfreq *devfreq);
242 struct devfreq *devfreq);
244 struct devfreq *devfreq);
245 int devfreq_register_notifier(struct devfreq *devfreq,
248 int devfreq_unregister_notifier(struct devfreq *devfreq,
252 struct devfreq *devfreq,
256 struct devfreq *devfreq,
259 struct devfreq *devfreq_get_devfreq_by_node(struct device_node *node);
260 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev,
305 struct devfreq *parent;
308 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
311 struct devfreq *this;
317 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device()
325 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() argument
330 static inline struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device()
339 struct devfreq *devfreq) in devm_devfreq_remove_device() argument
343 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device() argument
348 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() argument
363 struct devfreq *devfreq) in devfreq_register_opp_notifier() argument
369 struct devfreq *devfreq) in devfreq_unregister_opp_notifier() argument
375 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier() argument
381 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier() argument
385 static inline int devfreq_register_notifier(struct devfreq *devfreq, in devfreq_register_notifier() argument
392 static inline int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier() argument
400 struct devfreq *devfreq, in devm_devfreq_register_notifier() argument
408 struct devfreq *devfreq, in devm_devfreq_unregister_notifier() argument
414 static inline struct devfreq *devfreq_get_devfreq_by_node(struct device_node *node) in devfreq_get_devfreq_by_node()
419 static inline struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle()
425 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats()