Home
last modified time | relevance | path

Searched refs:thermal_throttle (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/iwlwifi/dvm/
Dtt.c84 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tt_is_low_power_state()
93 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tt_current_power_mode()
100 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_ht_enabled()
103 if (!priv->thermal_throttle.advanced_tt) in iwl_ht_enabled()
114 if (!priv->thermal_throttle.advanced_tt) in iwl_within_ct_kill_margin()
136 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tx_ant_restriction()
139 if (!priv->thermal_throttle.advanced_tt) in iwl_tx_ant_restriction()
147 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_rx_ant_restriction()
150 if (!priv->thermal_throttle.advanced_tt) in iwl_rx_ant_restriction()
170 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tt_check_exit_ct_kill()
[all …]
Ddev.h759 struct iwl_tt_mgmt thermal_throttle; member
Dmain.c613 priv->thermal_throttle.ct_kill_toggle = false; in iwl_rf_kill_ct_config()
Ddebugfs.c509 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_dbgfs_thermal_throttling_read()
/drivers/net/wireless/iwlwifi/mvm/
Dtt.c76 u32 duration = mvm->thermal_throttle.params->ct_kill_duration; in iwl_mvm_enter_ctkill()
89 schedule_delayed_work(&mvm->thermal_throttle.ct_kill_exit, in iwl_mvm_enter_ctkill()
175 mvm = container_of(tt, struct iwl_mvm, thermal_throttle); in check_exit_ctkill()
209 schedule_delayed_work(&mvm->thermal_throttle.ct_kill_exit, in check_exit_ctkill()
221 if (mvm->thermal_throttle.dynamic_smps) in iwl_mvm_tt_smps_iterator()
266 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff()
271 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff()
279 const struct iwl_tt_params *params = mvm->thermal_throttle.params; in iwl_mvm_tt_handler()
280 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_tt_handler()
400 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_tt_initialize()
[all …]
Dmvm.h703 struct iwl_mvm_tt_mgmt thermal_throttle; member