Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtt.c39 schedule_delayed_work(&tt->ct_kill_exit, in iwl_mvm_enter_ctkill()
287 tt = container_of(work, struct iwl_mvm_tt_mgmt, ct_kill_exit.work); in check_exit_ctkill()
314 if (temp <= tt->params.ct_kill_exit) { in check_exit_ctkill()
322 schedule_delayed_work(&mvm->thermal_throttle.ct_kill_exit, in check_exit_ctkill()
405 temperature <= params->ct_kill_exit) { in iwl_mvm_tt_handler()
467 .ct_kill_exit = 96,
844 INIT_DELAYED_WORK(&tt->ct_kill_exit, check_exit_ctkill); in iwl_mvm_thermal_initialize()
858 cancel_delayed_work_sync(&mvm->thermal_throttle.ct_kill_exit); in iwl_mvm_thermal_exit()
H A Dmvm.h583 struct delayed_work ct_kill_exit; member
/freebsd/sys/contrib/dev/iwlwifi/cfg/
H A Drf-jf.c39 .ct_kill_exit = 93,
H A D8000.c57 .ct_kill_exit = 93,
H A D7000.c68 .ct_kill_exit = 96,
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-config.h323 u32 ct_kill_exit; member