Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/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 thermal_throttle.ct_kill_exit_tm); in iwl_tt_check_exit_ct_kill()
[all …]
Ddev.h760 struct iwl_tt_mgmt thermal_throttle; member
Dmain.c687 priv->thermal_throttle.ct_kill_toggle = false; in iwl_rf_kill_ct_config()
Ddebugfs.c505 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_dbgfs_thermal_throttling_read()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c76 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_enter_ctkill()
291 mvm = container_of(tt, struct iwl_mvm, thermal_throttle); in check_exit_ctkill()
331 schedule_delayed_work(&mvm->thermal_throttle.ct_kill_exit, in check_exit_ctkill()
343 if (mvm->thermal_throttle.dynamic_smps) in iwl_mvm_tt_smps_iterator()
386 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff()
391 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff()
399 struct iwl_tt_params *params = &mvm->thermal_throttle.params; in iwl_mvm_tt_handler()
400 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_tt_handler()
873 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_thermal_initialize()
899 cancel_delayed_work_sync(&mvm->thermal_throttle.ct_kill_exit); in iwl_mvm_thermal_exit()
Dmvm.h1011 struct iwl_mvm_tt_mgmt thermal_throttle; member