Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Ddevfreq.h136 struct devfreq { struct
141 struct devfreq_dev_profile *profile; argument
142 const struct devfreq_governor *governor; argument
155 extern struct devfreq *devfreq_add_device(struct device *dev, argument
220 struct devfreq *devfreq) in devfreq_register_opp_notifier()
226 struct devfreq *devfreq) in devfreq_unregister_opp_notifier()
/linux-3.3/drivers/devfreq/
Ddevfreq.c82 int update_devfreq(struct devfreq *devfreq) in update_devfreq()
117 struct devfreq *devfreq = container_of(nb, struct devfreq, nb); in devfreq_notifier_call() local
147 static void _remove_devfreq(struct devfreq *devfreq, bool skip) in _remove_devfreq()
194 struct devfreq *devfreq = to_devfreq(dev); in devfreq_dev_release() local
243 struct devfreq *devfreq, *tmp; in devfreq_monitor() local
334 struct devfreq *devfreq; in devfreq_add_device() local
418 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()
Dgovernor_userspace.c38 struct devfreq *devfreq = to_devfreq(dev); in store_freq() local
60 struct devfreq *devfreq = to_devfreq(dev); in show_freq() local
85 static int userspace_init(struct devfreq *devfreq) in userspace_init()
103 static void userspace_exit(struct devfreq *devfreq) in userspace_exit()
Dexynos4_bus.c79 struct devfreq *devfreq; member