Home
last modified time | relevance | path

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

/linux/drivers/thermal/
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()
A Dthermal_core.c375 if (tz->last_temperature != THERMAL_TEMP_INVALID) { in handle_thermal_trip()
376 if (tz->last_temperature < trip_temp && in handle_thermal_trip()
380 if (tz->last_temperature >= trip_temp && in handle_thermal_trip()
411 tz->last_temperature = tz->temperature; in update_temperature()
A Dgov_power_allocator.c725 update = (tz->last_temperature >= switch_on_temp); in power_allocator_throttle()
/linux/include/trace/events/
A Dthermal.h40 __entry->temp_prev = tz->last_temperature;
/linux/include/linux/
A Dthermal.h161 int last_temperature; member
/linux/drivers/acpi/
A Dthermal.c164 unsigned long last_temperature; member
190 tz->last_temperature = tz->temperature; in acpi_thermal_get_temperature()
660 i = (tz->trips.passive.tc1 * (tz->temperature - tz->last_temperature)) in thermal_get_trend()
/linux/drivers/net/wireless/intel/iwlegacy/
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()
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()
A D4965.c1640 temp_diff = il->temperature - il->last_temperature; in il4965_is_temp_calib_needed()
A Dcommon.h1156 s32 last_temperature; member
A D4965-mac.c6209 il->last_temperature = il->temperature; in il4965_bg_txpower_work()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
A Ddev.h692 s32 last_temperature; member
/linux/drivers/thermal/tegra/
A Dsoctherm.c651 last_temp = READ_ONCE(tz->last_temperature); in tegra_thermctl_get_trend()

Completed in 57 milliseconds