Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/
Dthermal_helpers.c31 if (tz->temperature > tz->last_temperature) in get_tz_trend()
33 else if (tz->temperature < tz->last_temperature) in get_tz_trend()
Dthermal_core.h121 int last_temperature; member
Dthermal_trace.h42 __entry->temp_prev = tz->last_temperature;
Dthermal_core.c445 if (tz->last_temperature >= old_threshold && in handle_thermal_trip()
446 tz->last_temperature != THERMAL_TEMP_INIT) { in handle_thermal_trip()
569 tz->last_temperature = tz->temperature; in __thermal_zone_device_update()
/linux-6.12.1/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.h1168 s32 last_temperature; member
D4965-mac.c6203 il->last_temperature = il->temperature; in il4965_bg_txpower_work()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/dvm/
Ddev.h694 s32 last_temperature; member