Searched refs:devfreq_governor (Results 1 – 8 of 8) sorted by relevance
67 struct devfreq_governor { struct84 int devfreq_add_governor(struct devfreq_governor *governor); argument85 int devfreq_remove_governor(struct devfreq_governor *governor);
265 static struct devfreq_governor *find_devfreq_governor(const char *name) in find_devfreq_governor()267 struct devfreq_governor *tmp_governor; in find_devfreq_governor()295 static struct devfreq_governor *try_then_request_governor(const char *name) in try_then_request_governor()297 struct devfreq_governor *governor; in try_then_request_governor()790 const struct devfreq_governor *gov);792 const struct devfreq_governor *gov);807 struct devfreq_governor *governor; in devfreq_add_device()1262 int devfreq_add_governor(struct devfreq_governor *governor) in devfreq_add_governor()1264 struct devfreq_governor *g; in devfreq_add_governor()1327 int devfreq_remove_governor(struct devfreq_governor *governor) in devfreq_remove_governor()[all …]
38 static struct devfreq_governor devfreq_powersave = {
38 static struct devfreq_governor devfreq_performance = {
118 static struct devfreq_governor devfreq_simple_ondemand = {
133 static struct devfreq_governor devfreq_userspace = {
166 static struct devfreq_governor devfreq_passive = {
783 static struct devfreq_governor tegra_devfreq_governor = {