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
int thermal_register_governor(struct thermal_governor *governor)
drivers/thermal/thermal_core.c
1436
struct thermal_governor *governor;
drivers/thermal/thermal_core.c
170
void thermal_unregister_governor(struct thermal_governor *governor)
drivers/thermal/thermal_core.c
196
struct thermal_governor *gov;
drivers/thermal/thermal_core.c
213
struct thermal_governor *pos;
drivers/thermal/thermal_core.c
228
struct thermal_governor **governor;
drivers/thermal/thermal_core.c
237
struct thermal_governor **governor;
drivers/thermal/thermal_core.c
252
struct thermal_governor **gov;
drivers/thermal/thermal_core.c
357
static struct thermal_governor *thermal_get_tz_governor(struct thermal_zone_device *tz)
drivers/thermal/thermal_core.c
40
static struct thermal_governor *def_governor;
drivers/thermal/thermal_core.c
458
static void thermal_governor_trip_crossed(struct thermal_governor *governor,
drivers/thermal/thermal_core.c
472
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
564
struct thermal_governor *governor,
drivers/thermal/thermal_core.c
614
struct thermal_governor *governor = thermal_get_tz_governor(tz);
drivers/thermal/thermal_core.c
713
int for_each_thermal_governor(int (*cb)(struct thermal_governor *, void *),
drivers/thermal/thermal_core.c
716
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);
drivers/thermal/thermal_core.h
261
int thermal_register_governor(struct thermal_governor *);
drivers/thermal/thermal_core.h
262
void thermal_unregister_governor(struct thermal_governor *);