Searched refs:IWL_TI_CT_KILL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/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} 177 if (tt->state == IWL_TI_CT_KILL) { in iwl_tt_check_exit_ct_kill() 228 if (tt->state != IWL_TI_CT_KILL) { in iwl_tt_ready_for_ct_kill() 231 tt->state = IWL_TI_CT_KILL; in iwl_tt_ready_for_ct_kill() 278 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
|