Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/
Dthermal_trip.c83 if (tz->prev_low_trip == low && tz->prev_high_trip == high) in __thermal_zone_set_trips()
87 tz->prev_high_trip = high; in __thermal_zone_set_trips()
Dthermal_core.c402 tz->prev_high_trip = INT_MAX; in thermal_zone_device_init()
/Linux-v6.6/include/linux/
Dthermal.h174 int prev_high_trip; member