Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtt.c17 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_enter_ctkill()
285 mvm = container_of(tt, struct iwl_mvm, thermal_throttle); in check_exit_ctkill()
319 schedule_delayed_work(&mvm->thermal_throttle.ct_kill_exit, in check_exit_ctkill()
331 if (mvm->thermal_throttle.dynamic_smps) in iwl_mvm_tt_smps_iterator()
374 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff()
379 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff()
387 struct iwl_tt_params *params = &mvm->thermal_throttle.params; in iwl_mvm_tt_handler()
388 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_tt_handler()
829 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_thermal_initialize()
855 cancel_delayed_work_sync(&mvm->thermal_throttle.ct_kill_exit); in iwl_mvm_thermal_exit()
H A Dmvm.h1067 struct iwl_mvm_tt_mgmt thermal_throttle; member