Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dthermal_helpers.c144 if (tz->prev_low_trip == low && tz->prev_high_trip == high) in thermal_zone_set_trips()
148 tz->prev_high_trip = high; in thermal_zone_set_trips()
/Linux-v4.19/include/linux/
Dthermal.h209 int prev_high_trip; member