Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dtt.c89 schedule_delayed_work(&tt->ct_kill_exit, in iwl_mvm_enter_ctkill()
223 tt = container_of(work, struct iwl_mvm_tt_mgmt, ct_kill_exit.work); in check_exit_ctkill()
250 if (temp <= tt->params->ct_kill_exit) { in check_exit_ctkill()
258 schedule_delayed_work(&mvm->thermal_throttle.ct_kill_exit, in check_exit_ctkill()
343 temperature <= tt->params->ct_kill_exit) { in iwl_mvm_tt_handler()
405 .ct_kill_exit = 96,
427 .ct_kill_exit = 96,
461 INIT_DELAYED_WORK(&tt->ct_kill_exit, check_exit_ctkill); in iwl_mvm_tt_initialize()
466 cancel_delayed_work_sync(&mvm->thermal_throttle.ct_kill_exit); in iwl_mvm_tt_exit()
Dmvm.h497 s32 ct_kill_exit; member
520 struct delayed_work ct_kill_exit; member