Lines Matching refs:thermal_throttle
72 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_enter_ctkill()
73 u32 duration = mvm->thermal_throttle.params->ct_kill_duration; in iwl_mvm_enter_ctkill()
224 mvm = container_of(tt, struct iwl_mvm, thermal_throttle); in check_exit_ctkill()
258 schedule_delayed_work(&mvm->thermal_throttle.ct_kill_exit, in check_exit_ctkill()
270 if (mvm->thermal_throttle.dynamic_smps) in iwl_mvm_tt_smps_iterator()
315 backoff = max(backoff, mvm->thermal_throttle.min_backoff); in iwl_mvm_tt_tx_backoff()
320 mvm->thermal_throttle.tx_backoff = backoff; in iwl_mvm_tt_tx_backoff()
328 const struct iwl_tt_params *params = mvm->thermal_throttle.params; in iwl_mvm_tt_handler()
329 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_tt_handler()
449 struct iwl_mvm_tt_mgmt *tt = &mvm->thermal_throttle; in iwl_mvm_tt_initialize()
466 cancel_delayed_work_sync(&mvm->thermal_throttle.ct_kill_exit); in iwl_mvm_tt_exit()