Searched defs:devfreq (Results 1 – 4 of 4) sorted by relevance
136 struct devfreq { struct141 struct devfreq_dev_profile *profile; argument142 const struct devfreq_governor *governor; argument155 extern struct devfreq *devfreq_add_device(struct device *dev, argument220 struct devfreq *devfreq) in devfreq_register_opp_notifier()226 struct devfreq *devfreq) in devfreq_unregister_opp_notifier()
82 int update_devfreq(struct devfreq *devfreq) in update_devfreq()117 struct devfreq *devfreq = container_of(nb, struct devfreq, nb); in devfreq_notifier_call() local147 static void _remove_devfreq(struct devfreq *devfreq, bool skip) in _remove_devfreq()194 struct devfreq *devfreq = to_devfreq(dev); in devfreq_dev_release() local243 struct devfreq *devfreq, *tmp; in devfreq_monitor() local334 struct devfreq *devfreq; in devfreq_add_device() local418 int devfreq_remove_device(struct devfreq *devfreq) in devfreq_remove_device()576 int devfreq_register_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_register_opp_notifier()595 int devfreq_unregister_opp_notifier(struct device *dev, struct devfreq *devfreq) in devfreq_unregister_opp_notifier()
38 struct devfreq *devfreq = to_devfreq(dev); in store_freq() local60 struct devfreq *devfreq = to_devfreq(dev); in show_freq() local85 static int userspace_init(struct devfreq *devfreq) in userspace_init()103 static void userspace_exit(struct devfreq *devfreq) in userspace_exit()
79 struct devfreq *devfreq; member