Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/thermal/
Dgov_bang_bang.c28 int trip_temp, trip_hyst; in thermal_zone_trip_update() local
36 trip_hyst = 0; in thermal_zone_trip_update()
38 tz->ops->get_trip_hyst(tz, trip, &trip_hyst); in thermal_zone_trip_update()
42 trip_hyst); in thermal_zone_trip_update()
68 tz->temperature <= trip_temp - trip_hyst) in thermal_zone_trip_update()