Searched refs:fast_resume (Results 1 – 4 of 4) sorted by relevance
2500 if (mvm->fast_resume) in iwl_mvm_parse_wowlan_info_notif()2555 if (mvm->fast_resume) in iwl_mvm_parse_wowlan_info_notif_v4()3458 if (mvm->fast_resume) in iwl_mvm_d3_notif_wait()3678 mvm->fast_resume = true; in iwl_mvm_fast_suspend()3739 mvm->fast_resume = false; in iwl_mvm_fast_resume()
1210 bool fast_resume = false; in __iwl_mvm_mac_start() local1238 fast_resume = mvm->fast_resume; in __iwl_mvm_mac_start()1240 if (fast_resume) { in __iwl_mvm_mac_start()1273 if (!fast_resume || ret) in __iwl_mvm_mac_start()
2130 mvm->fast_resume = false; in iwl_op_mode_mvm_device_powered_off()
1197 bool fast_resume; member