Symbol: thermal_governor
drivers/thermal/gov_bang_bang.c
123
static struct thermal_governor thermal_gov_bang_bang = {
drivers/thermal/gov_fair_share.c
115
static struct thermal_governor thermal_gov_fair_share = {
drivers/thermal/gov_power_allocator.c
793
static struct thermal_governor thermal_gov_power_allocator = {
drivers/thermal/gov_step_wise.c
148
static struct thermal_governor thermal_gov_step_wise = {
drivers/thermal/gov_user_space.c
53
static struct thermal_governor thermal_gov_user_space = {
drivers/thermal/thermal_core.c
119
static int __init thermal_register_governor(struct thermal_governor *governor)
drivers/thermal/thermal_core.c
1331
struct thermal_governor *governor;
drivers/thermal/thermal_core.c
142
struct thermal_governor *gov;
drivers/thermal/thermal_core.c
159
struct thermal_governor *pos;
drivers/thermal/thermal_core.c
174
struct thermal_governor *gov, *pos;
drivers/thermal/thermal_core.c
184
struct thermal_governor **governor;
drivers/thermal/thermal_core.c
297
static struct thermal_governor *thermal_get_tz_governor(struct thermal_zone_device *tz)
drivers/thermal/thermal_core.c
398
static void thermal_governor_trip_crossed(struct thermal_governor *governor,
drivers/thermal/thermal_core.c
40
static struct thermal_governor *def_governor;
drivers/thermal/thermal_core.c
412
struct thermal_governor *governor,
drivers/thermal/thermal_core.c
504
struct thermal_governor *governor,
drivers/thermal/thermal_core.c
53
static struct thermal_governor *__find_governor(const char *name)
drivers/thermal/thermal_core.c
55
struct thermal_governor *pos;
drivers/thermal/thermal_core.c
554
struct thermal_governor *governor = thermal_get_tz_governor(tz);
drivers/thermal/thermal_core.c
647
int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *),
drivers/thermal/thermal_core.c
650
struct thermal_governor *gov;
drivers/thermal/thermal_core.c
98
struct thermal_governor *new_gov)
drivers/thermal/thermal_core.h
143
struct thermal_governor *governor;
drivers/thermal/thermal_core.h
191
extern struct thermal_governor *__governor_thermal_table[];
drivers/thermal/thermal_core.h
192
extern struct thermal_governor *__governor_thermal_table_end[];
drivers/thermal/thermal_core.h
211
int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *),
drivers/thermal/thermal_core.h
212
void *thermal_governor);