Lines Matching refs:devfreq
39 struct devfreq;
179 struct devfreq { struct
227 struct devfreq *devfreq_add_device(struct device *dev, argument
231 int devfreq_remove_device(struct devfreq *devfreq);
232 struct devfreq *devm_devfreq_add_device(struct device *dev,
236 void devm_devfreq_remove_device(struct device *dev, struct devfreq *devfreq);
239 int devfreq_suspend_device(struct devfreq *devfreq);
240 int devfreq_resume_device(struct devfreq *devfreq);
246 int update_devfreq(struct devfreq *devfreq);
252 struct devfreq *devfreq);
254 struct devfreq *devfreq);
256 struct devfreq *devfreq);
258 struct devfreq *devfreq);
259 int devfreq_register_notifier(struct devfreq *devfreq,
262 int devfreq_unregister_notifier(struct devfreq *devfreq,
266 struct devfreq *devfreq,
270 struct devfreq *devfreq,
273 struct devfreq *devfreq_get_devfreq_by_node(struct device_node *node);
274 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev,
325 struct devfreq *parent;
328 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
334 struct devfreq *this;
340 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device()
348 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() argument
353 static inline struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device()
362 struct devfreq *devfreq) in devm_devfreq_remove_device() argument
366 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device() argument
371 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() argument
386 struct devfreq *devfreq) in devfreq_register_opp_notifier() argument
392 struct devfreq *devfreq) in devfreq_unregister_opp_notifier() argument
398 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier() argument
404 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier() argument
408 static inline int devfreq_register_notifier(struct devfreq *devfreq, in devfreq_register_notifier() argument
415 static inline int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier() argument
423 struct devfreq *devfreq, in devm_devfreq_register_notifier() argument
431 struct devfreq *devfreq, in devm_devfreq_unregister_notifier() argument
437 static inline struct devfreq *devfreq_get_devfreq_by_node(struct device_node *node) in devfreq_get_devfreq_by_node()
442 static inline struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle()
448 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats()