Home
last modified time | relevance | path

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

/drivers/net/wireless/intel/iwlwifi/dvm/
Dtt.c38 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX}
43 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX}
47 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX},
48 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX}
52 {IWL_TI_CT_KILL, CT_KILL_EXIT_THRESHOLD + 1, IWL_ABSOLUTE_MAX},
53 {IWL_TI_CT_KILL, CT_KILL_EXIT_THRESHOLD + 1, IWL_ABSOLUTE_MAX}
158 if (tt->state == IWL_TI_CT_KILL) { in iwl_tt_check_exit_ct_kill()
209 if (tt->state != IWL_TI_CT_KILL) { in iwl_tt_ready_for_ct_kill()
212 tt->state = IWL_TI_CT_KILL; in iwl_tt_ready_for_ct_kill()
259 tt->state = IWL_TI_CT_KILL; in iwl_legacy_tt_handler()
[all …]
Dtt.h30 IWL_TI_CT_KILL, /* critical temperature detected, lowest power state */ enumerator