Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/thermal/
Dthermal_helpers.c153 if (tz->prev_low_trip == low && tz->prev_high_trip == high) in __thermal_zone_set_trips()
157 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-v6.1/include/linux/
Dthermal.h175 int prev_high_trip; member