Lines Matching refs:temperature
53 if (mvm->temperature == temp) in iwl_mvm_tt_temp_changed()
56 mvm->temperature = temp; in iwl_mvm_tt_temp_changed()
162 notif->temperature); in iwl_mvm_ct_kill_notif()
382 s32 temperature = mvm->temperature; in iwl_mvm_tt_handler() local
387 IWL_DEBUG_TEMP(mvm, "NIC temperature: %d\n", mvm->temperature); in iwl_mvm_tt_handler()
389 if (params->support_ct_kill && temperature >= params->ct_kill_entry) { in iwl_mvm_tt_handler()
395 temperature <= params->ct_kill_exit) { in iwl_mvm_tt_handler()
402 temperature >= params->dynamic_smps_entry) { in iwl_mvm_tt_handler()
410 temperature <= params->dynamic_smps_exit) { in iwl_mvm_tt_handler()
420 if (temperature >= params->tx_protection_entry) { in iwl_mvm_tt_handler()
423 } else if (temperature <= params->tx_protection_exit) { in iwl_mvm_tt_handler()
431 if (temperature < params->tx_backoff[i].temperature) in iwl_mvm_tt_handler()
448 temperature <= params->tx_protection_exit) { in iwl_mvm_tt_handler()
464 {.temperature = 112, .backoff = 200},
465 {.temperature = 113, .backoff = 600},
466 {.temperature = 114, .backoff = 1200},
467 {.temperature = 115, .backoff = 2000},
468 {.temperature = 116, .backoff = 4000},
469 {.temperature = 117, .backoff = 10000},
611 int *temperature) in iwl_mvm_tzone_get_temp() argument
629 *temperature = temp * 1000; in iwl_mvm_tzone_get_temp()
666 s16 temperature; in iwl_mvm_tzone_set_trip_temp() local
686 temperature = (s16)(temp / 1000); in iwl_mvm_tzone_set_trip_temp()
695 if (tzone->temp_trips[trip] == temperature) { in iwl_mvm_tzone_set_trip_temp()
702 if (tzone->temp_trips[i] == temperature) { in iwl_mvm_tzone_set_trip_temp()
708 tzone->temp_trips[trip] = temperature; in iwl_mvm_tzone_set_trip_temp()