Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/thermal/
Dthermal_helpers.c32 if (tz->temperature > tz->last_temperature) in get_tz_trend()
34 else if (tz->temperature < tz->last_temperature) in get_tz_trend()
Dthermal_core.c431 if (tz->last_temperature != THERMAL_TEMP_INVALID) { in handle_thermal_trip()
432 if (tz->last_temperature < trip_temp && in handle_thermal_trip()
435 if (tz->last_temperature >= trip_temp && in handle_thermal_trip()
465 tz->last_temperature = tz->temperature; in update_temperature()
/Linux-v5.10/include/trace/events/
Dthermal.h40 __entry->temp_prev = tz->last_temperature;
/Linux-v5.10/include/linux/
Dthermal.h165 int last_temperature; member
/Linux-v5.10/drivers/acpi/
Dthermal.c167 unsigned long last_temperature; member
191 tz->last_temperature = tz->temperature; in acpi_thermal_get_temperature()
667 i = (tz->trips.passive.tc1 * (tz->temperature - tz->last_temperature)) in thermal_get_trend()
/Linux-v5.10/drivers/net/wireless/intel/iwlegacy/
D3945.c1085 if (il->last_temperature > 100) in il3945_hw_reg_txpower_get_temperature()
1088 temperature = il->last_temperature; in il3945_hw_reg_txpower_get_temperature()
1111 temp_diff = il->temperature - il->last_temperature; in il3945_is_temp_calib_needed()
1132 il->last_temperature = il->temperature; in il3945_is_temp_calib_needed()
2072 il->last_temperature = temperature; in il3945_txpower_set_from_eeprom()
D4965.c1640 temp_diff = il->temperature - il->last_temperature; in il4965_is_temp_calib_needed()
Dcommon.h1156 s32 last_temperature; member
D4965-mac.c6210 il->last_temperature = il->temperature; in il4965_bg_txpower_work()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Ddev.h697 s32 last_temperature; member
/Linux-v5.10/drivers/thermal/tegra/
Dsoctherm.c651 last_temp = READ_ONCE(tz->last_temperature); in tegra_thermctl_get_trend()