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()
752 struct devfreq_governor *governor; in devfreq_add_device()
1193 int devfreq_add_governor(struct devfreq_governor *governor) in devfreq_add_governor()
1195 struct devfreq_governor *g; in devfreq_add_governor()
1258 int devfreq_remove_governor(struct devfreq_governor *governor) in devfreq_remove_governor()
1260 struct devfreq_governor *g; in devfreq_remove_governor()
1334 const struct devfreq_governor *governor, *prev_governor; in governor_store()
1415 struct devfreq_governor *governor; in available_governors_show()