Home
last modified time | relevance | path

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

/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