Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c432 if (tz->last_temperature != THERMAL_TEMP_INVALID) { in handle_thermal_trip()
433 if (tz->last_temperature < trip_temp && in handle_thermal_trip()
436 if (tz->last_temperature >= trip_temp && in handle_thermal_trip()
466 tz->last_temperature = tz->temperature; in update_temperature()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dthermal.h40 __entry->temp_prev = tz->last_temperature;
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthermal.h171 int last_temperature; member
/OK3568_Linux_fs/kernel/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()
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()
H A D4965.c1640 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.c6210 il->last_temperature = il->temperature; in il4965_bg_txpower_work()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h697 s32 last_temperature; member
/OK3568_Linux_fs/kernel/drivers/thermal/tegra/
H A Dsoctherm.c651 last_temp = READ_ONCE(tz->last_temperature); in tegra_thermctl_get_trend()