Searched refs:IWL_TI_CT_KILL (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | tt.c | 56 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX} 61 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX} 65 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX}, 66 {IWL_TI_CT_KILL, CT_KILL_THRESHOLD, IWL_ABSOLUTE_MAX} 70 {IWL_TI_CT_KILL, CT_KILL_EXIT_THRESHOLD + 1, IWL_ABSOLUTE_MAX}, 71 {IWL_TI_CT_KILL, CT_KILL_EXIT_THRESHOLD + 1, IWL_ABSOLUTE_MAX} 176 if (tt->state == IWL_TI_CT_KILL) { in iwl_tt_check_exit_ct_kill() 226 if (tt->state != IWL_TI_CT_KILL) { in iwl_tt_ready_for_ct_kill() 229 tt->state = IWL_TI_CT_KILL; in iwl_tt_ready_for_ct_kill() 276 tt->state = IWL_TI_CT_KILL; in iwl_legacy_tt_handler() [all …]
|
D | tt.h | 49 IWL_TI_CT_KILL, /* critical temperature detected, lowest power state */ enumerator
|