• Home
  • Raw
  • Download

Lines Matching refs:devfreq

39 struct devfreq;
180 struct devfreq { struct
228 struct devfreq *devfreq_add_device(struct device *dev, argument
232 int devfreq_remove_device(struct devfreq *devfreq);
233 struct devfreq *devm_devfreq_add_device(struct device *dev,
237 void devm_devfreq_remove_device(struct device *dev, struct devfreq *devfreq);
240 int devfreq_suspend_device(struct devfreq *devfreq);
241 int devfreq_resume_device(struct devfreq *devfreq);
247 int update_devfreq(struct devfreq *devfreq);
253 struct devfreq *devfreq);
255 struct devfreq *devfreq);
257 struct devfreq *devfreq);
259 struct devfreq *devfreq);
260 int devfreq_register_notifier(struct devfreq *devfreq,
263 int devfreq_unregister_notifier(struct devfreq *devfreq,
267 struct devfreq *devfreq,
271 struct devfreq *devfreq,
274 struct devfreq *devfreq_get_devfreq_by_node(struct device_node *node);
275 struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev,
326 struct devfreq *parent;
329 int (*get_target_freq)(struct devfreq *this, unsigned long *freq);
335 struct devfreq *this;
341 static inline struct devfreq *devfreq_add_device(struct device *dev, in devfreq_add_device()
349 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device() argument
354 static inline struct devfreq *devm_devfreq_add_device(struct device *dev, in devm_devfreq_add_device()
363 struct devfreq *devfreq) in devm_devfreq_remove_device() argument
367 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device() argument
372 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device() argument
387 struct devfreq *devfreq) in devfreq_register_opp_notifier() argument
393 struct devfreq *devfreq) in devfreq_unregister_opp_notifier() argument
399 struct devfreq *devfreq) in devm_devfreq_register_opp_notifier() argument
405 struct devfreq *devfreq) in devm_devfreq_unregister_opp_notifier() argument
409 static inline int devfreq_register_notifier(struct devfreq *devfreq, in devfreq_register_notifier() argument
416 static inline int devfreq_unregister_notifier(struct devfreq *devfreq, in devfreq_unregister_notifier() argument
424 struct devfreq *devfreq, in devm_devfreq_register_notifier() argument
432 struct devfreq *devfreq, in devm_devfreq_unregister_notifier() argument
438 static inline struct devfreq *devfreq_get_devfreq_by_node(struct device_node *node) in devfreq_get_devfreq_by_node()
443 static inline struct devfreq *devfreq_get_devfreq_by_phandle(struct device *dev, in devfreq_get_devfreq_by_phandle()
449 static inline int devfreq_update_stats(struct devfreq *df) in devfreq_update_stats()