Home
last modified time | relevance | path

Searched refs:DEFAULT_THERMAL_GOVERNOR (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Dthermal_core.h19 #define DEFAULT_THERMAL_GOVERNOR "step_wise" macro
21 #define DEFAULT_THERMAL_GOVERNOR "fair_share" macro
23 #define DEFAULT_THERMAL_GOVERNOR "user_space" macro
25 #define DEFAULT_THERMAL_GOVERNOR "power_allocator" macro
27 #define DEFAULT_THERMAL_GOVERNOR "bang_bang" macro
H A Dthermal_core.c133 DEFAULT_THERMAL_GOVERNOR, in thermal_register_governor()