Home
last modified time | relevance | path

Searched refs:last_temperature (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dthermal.h121 * @last_temperature: previous temperature read
159 int last_temperature; member
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c434 if (tz->last_temperature != THERMAL_TEMP_INVALID) { in handle_thermal_trip()
435 if (tz->last_temperature < trip_temp && tz->temperature >= trip_temp) { in handle_thermal_trip()
438 if (tz->last_temperature >= trip_temp && tz->temperature < (trip_temp - hyst)) { in handle_thermal_trip()
468 tz->last_temperature = tz->temperature; in update_temperature()

Completed in 4 milliseconds