Searched refs:IWL_TI_CT_KILL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | tt.c | 42 {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() 225 IWL_DEBUG_TEMP(priv, "Prepare to enter IWL_TI_CT_KILL\ in iwl_prepare_ct_kill_task() [all...] |
H A D | tt.h | 34 IWL_TI_CT_KILL, /* critical temperature detected, lowest power state */ enumerator
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | tt.c | 38 {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() 220 IWL_DEBUG_TEMP(priv, "Prepare to enter IWL_TI_CT_KILL\ in iwl_prepare_ct_kill_task() [all...] |
H A D | tt.h | 30 IWL_TI_CT_KILL, /* critical temperature detected, lowest power state */ enumerator
|
Completed in 3 milliseconds