Home
last modified time | relevance | path

Searched refs:prev_high_trip (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_trip.c87 if (tz->prev_low_trip == low && tz->prev_high_trip == high) in __thermal_zone_set_trips()
95 tz->prev_high_trip != INT_MAX)) in __thermal_zone_set_trips()
99 tz->prev_high_trip = high; in __thermal_zone_set_trips()
H A Dthermal_core.c400 tz->prev_high_trip = INT_MAX; in thermal_zone_device_init()
/kernel/linux/linux-5.10/drivers/thermal/
H A 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()
H A Dthermal_core.c478 tz->prev_high_trip = INT_MAX; in thermal_zone_device_init()
/kernel/linux/linux-5.10/include/linux/
H A Dthermal.h132 * @prev_high_trip: the above current temperature if you've crossed a
169 int prev_high_trip; member
/kernel/linux/linux-6.6/include/linux/
H A Dthermal.h139 * @prev_high_trip: the above current temperature if you've crossed a
175 int prev_high_trip; member

Completed in 9 milliseconds