Home
last modified time | relevance | path

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

/linux-4.4.14/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.h760 struct iwl_tt_mgmt thermal_throttle; member
Dmain.c599 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-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dtt.c73 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_enter_ctkill()
238 mvm = container_of(tt, struct iwl_mvm, thermal_throttle); in check_exit_ctkill()
272 schedule_delayed_work(&mvm->thermal_throttle.ct_kill_exit, in check_exit_ctkill()
284 if (mvm->thermal_throttle.dynamic_smps) in iwl_mvm_tt_smps_iterator()
329 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff()
334 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff()
342 struct iwl_tt_params *params = &mvm->thermal_throttle.params; in iwl_mvm_tt_handler()
343 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_tt_handler()
441 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_tt_initialize()
458 cancel_delayed_work_sync(&mvm->thermal_throttle.ct_kill_exit); in iwl_mvm_tt_exit()
Dmvm.h782 struct iwl_mvm_tt_mgmt thermal_throttle; member