Home
last modified time | relevance | path

Searched refs:prev_low_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()
161 tz->prev_low_trip = low; in __thermal_zone_set_trips()
Drcar_gen3_thermal.c563 rcar_gen3_thermal_set_trips(zone, zone->prev_low_trip, in rcar_gen3_thermal_resume()
Dthermal_core.c400 tz->prev_low_trip = -INT_MAX; in thermal_zone_device_init()
/linux-6.1.9/include/linux/
Dthermal.h175 int prev_low_trip; member