Lines Matching refs:temperature

109 	if (mvm->temperature == temp)  in iwl_mvm_tt_temp_changed()
112 mvm->temperature = temp; in iwl_mvm_tt_temp_changed()
224 notif->temperature); in iwl_mvm_ct_kill_notif()
388 s32 temperature = mvm->temperature; in iwl_mvm_tt_handler() local
393 IWL_DEBUG_TEMP(mvm, "NIC temperature: %d\n", mvm->temperature); in iwl_mvm_tt_handler()
395 if (params->support_ct_kill && temperature >= params->ct_kill_entry) { in iwl_mvm_tt_handler()
401 temperature <= params->ct_kill_exit) { in iwl_mvm_tt_handler()
408 temperature >= params->dynamic_smps_entry) { in iwl_mvm_tt_handler()
416 temperature <= params->dynamic_smps_exit) { in iwl_mvm_tt_handler()
426 if (temperature >= params->tx_protection_entry) { in iwl_mvm_tt_handler()
429 } else if (temperature <= params->tx_protection_exit) { in iwl_mvm_tt_handler()
437 if (temperature < params->tx_backoff[i].temperature) in iwl_mvm_tt_handler()
454 temperature <= params->tx_protection_exit) { in iwl_mvm_tt_handler()
470 {.temperature = 112, .backoff = 200},
471 {.temperature = 113, .backoff = 600},
472 {.temperature = 114, .backoff = 1200},
473 {.temperature = 115, .backoff = 2000},
474 {.temperature = 116, .backoff = 4000},
475 {.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()