Home
last modified time | relevance | path

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

/linux/drivers/thermal/
H A Dthermal_thresholds.c73 int last_temperature) in thermal_thresholds_handle_raising() argument
83 last_temperature < t->temperature) in thermal_thresholds_handle_raising()
91 int last_temperature) in thermal_thresholds_handle_dropping() argument
101 last_temperature > t->temperature) in thermal_thresholds_handle_dropping()
133 int last_temperature = tz->last_temperature; in thermal_thresholds_handle() local
142 if (last_temperature == THERMAL_TEMP_INVALID) in thermal_thresholds_handle()
149 if (last_temperature == temperature) in thermal_thresholds_handle()
157 if (temperature > last_temperature) { in thermal_thresholds_handle()
159 temperature, last_temperature)) in thermal_thresholds_handle()
163 temperature, last_temperature)) in thermal_thresholds_handle()
H A 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()
H A Dthermal_netlink.c476 struct param p = { .tz_id = tz->id, .temp = tz->temperature, .prev_temp = tz->last_temperature }; in thermal_notify_threshold_down()
483 struct param p = { .tz_id = tz->id, .temp = tz->temperature, .prev_temp = tz->last_temperature }; in thermal_notify_threshold_up()
/linux/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 D4965-mac.c6203 il->last_temperature = il->temperature; in il4965_bg_txpower_work()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddev.h694 s32 last_temperature; member