Home
last modified time | relevance | path

Searched defs:devfreq (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Ddevfreq.h138 struct devfreq { struct
143 struct devfreq_dev_profile *profile; argument
144 const struct devfreq_governor *governor; argument
150 struct devfreq_dev_status last_status; argument
173 extern struct devfreq *devfreq_add_device(struct device *dev, argument
279 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()
293 struct devfreq *devfreq) in devm_devfreq_remove_device()
297 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device()
302 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device()
314 struct devfreq *devfreq) in devfreq_register_opp_notifier()
[all …]