Home
last modified time | relevance | path

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

/components/drivers/thermal/
A Dthermal.c262 zdev->prev_high_trip = INT_MAX; in rt_thermal_zone_device_register()
660 if (zdev->prev_low_trip == low && zdev->prev_high_trip == high) in rt_thermal_zone_device_update()
666 (zdev->prev_low_trip != -INT_MAX || zdev->prev_high_trip != INT_MAX)) in rt_thermal_zone_device_update()
672 zdev->prev_high_trip = high; in rt_thermal_zone_device_update()
/components/drivers/include/drivers/
A Dthermal.h90 int prev_high_trip; member

Completed in 7 milliseconds