Home
last modified time | relevance | path

Searched refs:fast_resume (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dd3.c2498 if (mvm->fast_resume) in iwl_mvm_parse_wowlan_info_notif()
3391 if (mvm->fast_resume) in iwl_mvm_d3_notif_wait()
3604 mvm->fast_resume = true; in iwl_mvm_fast_suspend()
3649 mvm->fast_resume = false; in iwl_mvm_fast_resume()
Dmac80211.c1209 bool fast_resume = false; in __iwl_mvm_mac_start() local
1237 fast_resume = mvm->fast_resume; in __iwl_mvm_mac_start()
1239 if (fast_resume) { in __iwl_mvm_mac_start()
1271 if (!fast_resume || ret) in __iwl_mvm_mac_start()
Dops.c2167 mvm->fast_resume = false; in iwl_op_mode_mvm_device_powered_off()
Dmvm.h1192 bool fast_resume; member