Searched defs:devfreq (Results 1 – 2 of 2) sorted by relevance
180 struct devfreq { struct185 struct devfreq_dev_profile *profile; argument186 const struct devfreq_governor *governor; argument195 struct devfreq_dev_status last_status; argument211 struct devfreq_stats stats; argument228 struct devfreq *devfreq_add_device(struct device *dev, argument349 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()363 struct devfreq *devfreq) in devm_devfreq_remove_device()367 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device()372 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device()[all …]
1111 struct devfreq *devfreq; member