Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Dthermal_helpers.c158 if (tz->prev_low_trip == low && tz->prev_high_trip == high) in __thermal_zone_set_trips()
162 tz->prev_high_trip = high; in __thermal_zone_set_trips()
Drcar_gen3_thermal.c564 zone->prev_high_trip); in rcar_gen3_thermal_resume()
Dthermal_core.c401 tz->prev_high_trip = INT_MAX; in thermal_zone_device_init()
/linux-6.1.9/include/linux/
Dthermal.h176 int prev_high_trip; member