Searched refs:last_temperature (Results 1 – 7 of 7) sorted by relevance
73 int last_temperature) in thermal_thresholds_handle_raising() argument83 last_temperature < t->temperature) in thermal_thresholds_handle_raising()91 int last_temperature) in thermal_thresholds_handle_dropping() argument101 last_temperature > t->temperature) in thermal_thresholds_handle_dropping()133 int last_temperature = tz->last_temperature; in thermal_thresholds_handle() local142 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()
31 if (tz->temperature > tz->last_temperature) in get_tz_trend()33 else if (tz->temperature < tz->last_temperature) in get_tz_trend()
476 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()
1085 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()
1640 temp_diff = il->temperature - il->last_temperature; in il4965_is_temp_calib_needed()
6203 il->last_temperature = il->temperature; in il4965_bg_txpower_work()
694 s32 last_temperature; member