thermal_governor  116 drivers/thermal/fair_share.c static struct thermal_governor thermal_gov_fair_share = {
thermal_governor  115 drivers/thermal/gov_bang_bang.c static struct thermal_governor thermal_gov_bang_bang = {
thermal_governor  648 drivers/thermal/power_allocator.c static struct thermal_governor thermal_gov_power_allocator = {
thermal_governor  205 drivers/thermal/step_wise.c static struct thermal_governor thermal_gov_step_wise = {
thermal_governor   50 drivers/thermal/thermal_core.c static struct thermal_governor *def_governor;
thermal_governor   59 drivers/thermal/thermal_core.c static struct thermal_governor *__find_governor(const char *name)
thermal_governor   61 drivers/thermal/thermal_core.c 	struct thermal_governor *pos;
thermal_governor  104 drivers/thermal/thermal_core.c 				struct thermal_governor *new_gov)
thermal_governor  125 drivers/thermal/thermal_core.c int thermal_register_governor(struct thermal_governor *governor)
thermal_governor  179 drivers/thermal/thermal_core.c void thermal_unregister_governor(struct thermal_governor *governor)
thermal_governor  208 drivers/thermal/thermal_core.c 	struct thermal_governor *gov;
thermal_governor  229 drivers/thermal/thermal_core.c 	struct thermal_governor *pos;
thermal_governor  248 drivers/thermal/thermal_core.c 	struct thermal_governor **governor;
thermal_governor  257 drivers/thermal/thermal_core.c 	struct thermal_governor **governor;
thermal_governor  272 drivers/thermal/thermal_core.c 		struct thermal_governor **gov;
thermal_governor 1246 drivers/thermal/thermal_core.c 	struct thermal_governor *governor;
thermal_governor   19 drivers/thermal/thermal_core.h extern struct thermal_governor *__governor_thermal_table[];
thermal_governor   20 drivers/thermal/thermal_core.h extern struct thermal_governor *__governor_thermal_table_end[];
thermal_governor   63 drivers/thermal/thermal_core.h int thermal_register_governor(struct thermal_governor *);
thermal_governor   64 drivers/thermal/thermal_core.h void thermal_unregister_governor(struct thermal_governor *);
thermal_governor   43 drivers/thermal/user_space.c static struct thermal_governor thermal_gov_user_space = {
thermal_governor  214 include/linux/thermal.h 	struct thermal_governor *governor;