Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c34 schedule_delayed_work(&tt->ct_kill_exit, in iwl_mvm_enter_ctkill()
282 tt = container_of(work, struct iwl_mvm_tt_mgmt, ct_kill_exit.work); in check_exit_ctkill()
309 if (temp <= tt->params.ct_kill_exit) { in check_exit_ctkill()
317 schedule_delayed_work(&mvm->thermal_throttle.ct_kill_exit, in check_exit_ctkill()
400 temperature <= params->ct_kill_exit) { in iwl_mvm_tt_handler()
462 .ct_kill_exit = 96,
886 INIT_DELAYED_WORK(&tt->ct_kill_exit, check_exit_ctkill); in iwl_mvm_thermal_initialize()
900 cancel_delayed_work_sync(&mvm->thermal_throttle.ct_kill_exit); in iwl_mvm_thermal_exit()
Dmvm.h488 struct delayed_work ct_kill_exit; member
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/cfg/
D8000.c60 .ct_kill_exit = 93,
D9000.c56 .ct_kill_exit = 93,
D7000.c67 .ct_kill_exit = 96,
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/
Diwl-config.h190 u32 ct_kill_exit; member