Lines Matching refs:devfreq_governor
262 static struct devfreq_governor *find_devfreq_governor(const char *name) in find_devfreq_governor()
264 struct devfreq_governor *tmp_governor; in find_devfreq_governor()
292 static struct devfreq_governor *try_then_request_governor(const char *name) in try_then_request_governor()
294 struct devfreq_governor *governor; in try_then_request_governor()
751 struct devfreq_governor *governor; in devfreq_add_device()
1191 int devfreq_add_governor(struct devfreq_governor *governor) in devfreq_add_governor()
1193 struct devfreq_governor *g; in devfreq_add_governor()
1256 int devfreq_remove_governor(struct devfreq_governor *governor) in devfreq_remove_governor()
1258 struct devfreq_governor *g; in devfreq_remove_governor()
1332 const struct devfreq_governor *governor, *prev_governor; in governor_store()
1413 struct devfreq_governor *governor; in available_governors_show()