Lines Matching refs:trans
760 iwl_trans_stop_device(mvm->trans); in iwl_mvm_switch_to_d3()
1123 iwl_trans_d3_suspend(mvm->trans, test); in __iwl_mvm_suspend()
1167 ret = iwl_trans_suspend(mvm->trans); in iwl_mvm_suspend()
1171 mvm->trans->wowlan_d0i3 = wowlan->any; in iwl_mvm_suspend()
1172 if (mvm->trans->wowlan_d0i3) { in iwl_mvm_suspend()
1174 if (mvm->trans->d0i3_mode == IWL_D0I3_MODE_ON_SUSPEND) { in iwl_mvm_suspend()
1185 iwl_trans_d3_suspend(mvm->trans, false); in iwl_mvm_suspend()
1577 iwl_trans_read_mem_bytes(mvm->trans, base, in iwl_mvm_get_wakeup_status()
1853 iwl_trans_read_mem_bytes(mvm->trans, offs, mvm->d3_resume_sram, len); in iwl_mvm_read_d3_sram()
1882 ret = iwl_trans_d3_resume(mvm->trans, &d3_status, test); in __iwl_mvm_resume()
1941 iwl_trans_resume(mvm->trans); in iwl_mvm_resume_d3()
1951 iwl_trans_d3_resume(mvm->trans, &d3_status, false); in iwl_mvm_resume_d0i3()
1968 iwl_trans_resume(mvm->trans); in iwl_mvm_resume_d0i3()
1970 if (mvm->trans->d0i3_mode == IWL_D0I3_MODE_ON_SUSPEND) { in iwl_mvm_resume_d0i3()
1998 device_set_wakeup_enable(mvm->trans->dev, enabled); in iwl_mvm_set_wakeup()
2039 pme_asserted = iwl_trans_read_mem32(mvm->trans, in iwl_mvm_d3_test_read()