Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dtt.c70 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tt_is_low_power_state()
79 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tt_current_power_mode()
86 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_ht_enabled()
89 if (!priv->thermal_throttle.advanced_tt) in iwl_ht_enabled()
100 if (!priv->thermal_throttle.advanced_tt) in iwl_within_ct_kill_margin()
122 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_tx_ant_restriction()
125 if (!priv->thermal_throttle.advanced_tt) in iwl_tx_ant_restriction()
133 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_rx_ant_restriction()
136 if (!priv->thermal_throttle.advanced_tt) in iwl_rx_ant_restriction()
156 thermal_throttle.ct_kill_exit_tm); in iwl_tt_check_exit_ct_kill()
[all …]
Ddev.h740 struct iwl_tt_mgmt thermal_throttle; member
Dmain.c672 priv->thermal_throttle.ct_kill_toggle = false; in iwl_rf_kill_ct_config()
Ddebugfs.c465 struct iwl_tt_mgmt *tt = &priv->thermal_throttle; in iwl_dbgfs_thermal_throttling_read()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c73 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_enter_ctkill()
342 mvm = container_of(tt, struct iwl_mvm, thermal_throttle); in check_exit_ctkill()
376 schedule_delayed_work(&mvm->thermal_throttle.ct_kill_exit, in check_exit_ctkill()
388 if (mvm->thermal_throttle.dynamic_smps) in iwl_mvm_tt_smps_iterator()
431 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff()
436 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff()
444 struct iwl_tt_params *params = &mvm->thermal_throttle.params; in iwl_mvm_tt_handler()
445 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_tt_handler()
933 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_thermal_initialize()
959 cancel_delayed_work_sync(&mvm->thermal_throttle.ct_kill_exit); in iwl_mvm_thermal_exit()
Dmvm.h1027 struct iwl_mvm_tt_mgmt thermal_throttle; member