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()
387 s32 temperature = mvm->temperature; in iwl_mvm_tt_handler() local
392 IWL_DEBUG_TEMP(mvm, "NIC temperature: %d\n", mvm->temperature); in iwl_mvm_tt_handler()
394 if (params->support_ct_kill && temperature >= params->ct_kill_entry) { in iwl_mvm_tt_handler()
400 temperature <= params->ct_kill_exit) { in iwl_mvm_tt_handler()
407 temperature >= params->dynamic_smps_entry) { in iwl_mvm_tt_handler()
415 temperature <= params->dynamic_smps_exit) { in iwl_mvm_tt_handler()
425 if (temperature >= params->tx_protection_entry) { in iwl_mvm_tt_handler()
428 } else if (temperature <= params->tx_protection_exit) { in iwl_mvm_tt_handler()
436 if (temperature < params->tx_backoff[i].temperature) in iwl_mvm_tt_handler()
453 temperature <= params->tx_protection_exit) { in iwl_mvm_tt_handler()
469 {.temperature = 112, .backoff = 200},
470 {.temperature = 113, .backoff = 600},
471 {.temperature = 114, .backoff = 1200},
472 {.temperature = 115, .backoff = 2000},
473 {.temperature = 116, .backoff = 4000},
474 {.temperature = 117, .backoff = 10000},
616 int *temperature) in iwl_mvm_tzone_get_temp() argument
634 *temperature = temp * 1000; in iwl_mvm_tzone_get_temp()
671 s16 temperature; in iwl_mvm_tzone_set_trip_temp() local
691 temperature = (s16)(temp / 1000); in iwl_mvm_tzone_set_trip_temp()
700 if (tzone->temp_trips[trip] == temperature) { in iwl_mvm_tzone_set_trip_temp()
707 if (tzone->temp_trips[i] == temperature) { in iwl_mvm_tzone_set_trip_temp()
713 tzone->temp_trips[trip] = temperature; in iwl_mvm_tzone_set_trip_temp()