Home
last modified time | relevance | path

Searched refs:THERMAL_THRESHOLD_WAY_DOWN (Results 1 – 4 of 4) sorted by relevance

/linux/tools/lib/thermal/include/
H A Dthermal.h17 #ifndef THERMAL_THRESHOLD_WAY_DOWN
18 #define THERMAL_THRESHOLD_WAY_DOWN 0x2 macro
/linux/drivers/thermal/
H A Dthermal_thresholds.c97 if (!(t->direction & THERMAL_THRESHOLD_WAY_DOWN)) in thermal_thresholds_handle_dropping()
122 (t->direction & THERMAL_THRESHOLD_WAY_DOWN) && in thermal_threshold_find_boundaries()
/linux/include/uapi/linux/
H A Dthermal.h7 #define THERMAL_THRESHOLD_WAY_DOWN 0x2 macro
/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c106 THERMAL_THRESHOLD_WAY_DOWN)) { in set_threshold()