Home
last modified time | relevance | path

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

/linux-6.6.21/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_trace.h40 __entry->temp_prev = tz->last_temperature;
Dthermal_core.c357 if (tz->last_temperature != THERMAL_TEMP_INVALID) { in handle_thermal_trip()
358 if (tz->last_temperature < trip.temperature && in handle_thermal_trip()
362 if (tz->last_temperature >= trip.temperature && in handle_thermal_trip()
387 tz->last_temperature = tz->temperature; in update_temperature()
/linux-6.6.21/drivers/acpi/
Dthermal.c124 unsigned long last_temperature; member
149 tz->last_temperature = tz->temperature; in acpi_thermal_get_temperature()
512 tz->last_temperature) + in thermal_get_trend()
/linux-6.6.21/include/linux/
Dthermal.h171 int last_temperature; member
/linux-6.6.21/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.c6209 il->last_temperature = il->temperature; in il4965_bg_txpower_work()
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/dvm/
Ddev.h692 s32 last_temperature; member