Lines Matching refs:devfreq_governor
203 static struct devfreq_governor *find_devfreq_governor(const char *name) in find_devfreq_governor()
205 struct devfreq_governor *tmp_governor; in find_devfreq_governor()
233 static struct devfreq_governor *try_then_request_governor(const char *name) in try_then_request_governor()
235 struct devfreq_governor *governor; in try_then_request_governor()
615 struct devfreq_governor *governor; in devfreq_add_device()
998 int devfreq_add_governor(struct devfreq_governor *governor) in devfreq_add_governor()
1000 struct devfreq_governor *g; in devfreq_add_governor()
1063 int devfreq_remove_governor(struct devfreq_governor *governor) in devfreq_remove_governor()
1065 struct devfreq_governor *g; in devfreq_remove_governor()
1129 const struct devfreq_governor *governor, *prev_governor; in governor_store()
1206 struct devfreq_governor *governor; in available_governors_show()