Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/thermal/
Dthermal_helpers.c157 if (tz->prev_low_trip == low && tz->prev_high_trip == high) in thermal_zone_set_trips()
161 tz->prev_high_trip = high; in thermal_zone_set_trips()
Drcar_gen3_thermal.c501 zone->prev_high_trip); in rcar_gen3_thermal_resume()
/Linux-v5.15/include/linux/
Dthermal.h165 int prev_high_trip; member