Home
last modified time | relevance | path

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

/include/linux/
Ddevfreq.h176 struct devfreq { struct
181 struct devfreq_dev_profile *profile; argument
182 const struct devfreq_governor *governor; argument
188 struct devfreq_dev_status last_status; argument
203 struct devfreq_stats stats; argument
220 struct devfreq *devfreq_add_device(struct device *dev, argument
332 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()
346 struct devfreq *devfreq) in devm_devfreq_remove_device()
350 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device()
355 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device()
[all …]