Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/thermal/
H A 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()
H A Dthermal_trace.h40 __entry->temp_prev = tz->last_temperature;
H A 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()
/kernel/linux/linux-5.10/drivers/thermal/
H A 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()
H A Dthermal_core.c430 if (tz->last_temperature != THERMAL_TEMP_INVALID) { in handle_thermal_trip()
431 if (tz->last_temperature < trip_temp && in handle_thermal_trip()
434 if (tz->last_temperature >= trip_temp && in handle_thermal_trip()
464 tz->last_temperature = tz->temperature; in update_temperature()
/kernel/linux/linux-6.6/drivers/acpi/
H A 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()
/kernel/linux/linux-5.10/include/linux/
H A Dthermal.h127 * @last_temperature: previous temperature read
165 int last_temperature; member
/kernel/linux/linux-5.10/include/trace/events/
H A Dthermal.h40 __entry->temp_prev = tz->last_temperature;
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A 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()
1103 * replaces tx_mgr->last_temperature *only* if calib needed
1111 temp_diff = il->temperature - il->last_temperature; in il3945_is_temp_calib_needed()
1122 /* if we don't need calibration, *don't* update 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()
H A D4965.c1627 * Assumes caller will replace il->last_temperature once calibration
1640 temp_diff = il->temperature - il->last_temperature; in il4965_is_temp_calib_needed()
H A Dcommon.h1156 s32 last_temperature; member
H A D4965-mac.c6208 /* Update last_temperature to keep is_calib_needed from running in il4965_bg_txpower_work()
6210 il->last_temperature = il->temperature; in il4965_bg_txpower_work()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A 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()
1103 * replaces tx_mgr->last_temperature *only* if calib needed
1111 temp_diff = il->temperature - il->last_temperature; in il3945_is_temp_calib_needed()
1122 /* if we don't need calibration, *don't* update 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()
H A D4965.c1627 * Assumes caller will replace il->last_temperature once calibration
1640 temp_diff = il->temperature - il->last_temperature; in il4965_is_temp_calib_needed()
H A Dcommon.h1156 s32 last_temperature; member
H A D4965-mac.c6207 /* Update last_temperature to keep is_calib_needed from running in il4965_bg_txpower_work()
6209 il->last_temperature = il->temperature; in il4965_bg_txpower_work()
/kernel/linux/linux-6.6/include/linux/
H A Dthermal.h134 * @last_temperature: previous temperature read
171 int last_temperature; member
/kernel/linux/linux-5.10/drivers/acpi/
H A Dthermal.c167 unsigned long last_temperature; member
193 tz->last_temperature = tz->temperature; in acpi_thermal_get_temperature()
661 i = (tz->trips.passive.tc1 * (tz->temperature - tz->last_temperature)) in thermal_get_trend()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h697 s32 last_temperature; member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h692 s32 last_temperature; member
/kernel/linux/linux-5.10/drivers/thermal/tegra/
H A Dsoctherm.c651 last_temp = READ_ONCE(tz->last_temperature); in tegra_thermctl_get_trend()

Completed in 54 milliseconds