Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtt.c66 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tt_is_low_power_state()
75 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tt_current_power_mode()
82 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_ht_enabled()
85 if (!priv->thermal_throttle.advanced_tt) in iwl_ht_enabled()
96 if (!priv->thermal_throttle.advanced_tt) in iwl_within_ct_kill_margin()
118 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tx_ant_restriction()
121 if (!priv->thermal_throttle.advanced_tt) in iwl_tx_ant_restriction()
129 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_rx_ant_restriction()
132 if (!priv->thermal_throttle.advanced_tt) in iwl_rx_ant_restriction()
152 thermal_throttle.ct_kill_exit_tm); in iwl_tt_check_exit_ct_kill()
[all …]
H A Ddev.h738 struct iwl_tt_mgmt thermal_throttle; member
H A Dmain.c666 priv->thermal_throttle.ct_kill_toggle = false; in iwl_rf_kill_ct_config()
H A Ddebugfs.c461 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_dbgfs_thermal_throttling_read()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtt.c15 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_enter_ctkill()
283 mvm = container_of(tt, struct iwl_mvm, thermal_throttle); in check_exit_ctkill()
317 schedule_delayed_work(&mvm->thermal_throttle.ct_kill_exit, in check_exit_ctkill()
329 if (mvm->thermal_throttle.dynamic_smps) in iwl_mvm_tt_smps_iterator()
372 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff()
377 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff()
385 struct iwl_tt_params *params = &mvm->thermal_throttle.params; in iwl_mvm_tt_handler()
386 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_tt_handler()
799 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_thermal_initialize()
825 cancel_delayed_work_sync(&mvm->thermal_throttle.ct_kill_exit); in iwl_mvm_thermal_exit()
H A Dmvm.h1219 struct iwl_mvm_tt_mgmt thermal_throttle; member