Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtt.c42 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX}
47 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX}
51 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX},
52 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX}
56 {IWL_TI_CT_KILL, CT_KILL_EXIT_THRESHOLD + 1, IWL_ABSOLUTE_MAX},
57 {IWL_TI_CT_KILL, CT_KILL_EXIT_THRESHOLD + 1, IWL_ABSOLUTE_MAX}
163 if (tt->state == IWL_TI_CT_KILL) { in iwl_tt_check_exit_ct_kill()
214 if (tt->state != IWL_TI_CT_KILL) { in iwl_tt_ready_for_ct_kill()
217 tt->state = IWL_TI_CT_KILL; in iwl_tt_ready_for_ct_kill()
264 tt->state = IWL_TI_CT_KILL; in iwl_legacy_tt_handler()
[all …]
H A Dtt.h34 IWL_TI_CT_KILL, /* critical temperature detected, lowest power state */ enumerator