Lines Matching defs:devfreq
3 * linux/drivers/devfreq/governor_simpleondemand.c
11 #include <linux/devfreq.h>
18 static int devfreq_simple_ondemand_func(struct devfreq *df,
87 static int devfreq_simple_ondemand_handler(struct devfreq *devfreq,
92 devfreq_monitor_start(devfreq);
96 devfreq_monitor_stop(devfreq);
100 devfreq_update_interval(devfreq, (unsigned int *)data);
104 devfreq_monitor_suspend(devfreq);
108 devfreq_monitor_resume(devfreq);