Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Ddevfreq.h148 struct devfreq { struct
153 struct devfreq_dev_profile *profile; argument
154 const struct devfreq_governor *governor; argument
160 struct devfreq_dev_status last_status; argument
185 extern struct devfreq *devfreq_add_device(struct device *dev, argument
291 static inline int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()
305 struct devfreq *devfreq) in devm_devfreq_remove_device()
309 static inline int devfreq_suspend_device(struct devfreq *devfreq) in devfreq_suspend_device()
314 static inline int devfreq_resume_device(struct devfreq *devfreq) in devfreq_resume_device()
326 struct devfreq *devfreq) in devfreq_register_opp_notifier()
[all …]