Home
last modified time | relevance | path

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

/linux/tools/lib/thermal/include/
H A Dthermal.h13 #ifndef THERMAL_THRESHOLD_WAY_UP
14 #define THERMAL_THRESHOLD_WAY_UP 0x1 macro
/linux/drivers/thermal/
H A Dthermal_thresholds.c79 if (!(t->direction & THERMAL_THRESHOLD_WAY_UP)) in thermal_thresholds_handle_raising()
115 (t->direction & THERMAL_THRESHOLD_WAY_UP) && in thermal_threshold_find_boundaries()
/linux/include/uapi/linux/
H A Dthermal.h6 #define THERMAL_THRESHOLD_WAY_UP 0x1 macro
/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c105 THERMAL_THRESHOLD_WAY_UP | in set_threshold()