Home
last modified time | relevance | path

Searched refs:iwl_wait_notification (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/fw/
Dnotif-wait.c115 int iwl_wait_notification(struct iwl_notif_wait_data *notif_wait, in iwl_wait_notification() function
135 IWL_EXPORT_SYMBOL(iwl_wait_notification);
Dnotif-wait.h88 iwl_wait_notification(struct iwl_notif_wait_data *notif_data,
Dpnvm.c391 return iwl_wait_notification(notif_wait, &pnvm_wait, in iwl_pnvm_load()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/dvm/
Ducode.c324 ret = iwl_wait_notification(&priv->notif_wait, &alive_wait, in iwl_load_ucode_wait_alive()
407 ret = iwl_wait_notification(&priv->notif_wait, &calib_wait, in iwl_run_init_ucode()
Drxon.c127 ret = iwl_wait_notification(&priv->notif_wait, in iwlagn_disable_pan()
Dmac80211.c518 ret = iwl_wait_notification(&priv->notif_wait, &status_wait, HZ/5); in iwlagn_mac_resume()
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dtime-event.c565 ret = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1); in iwl_mvm_time_event_send_add()
648 } else if (iwl_wait_notification(&mvm->notif_wait, &wait_te_notif, in iwl_mvm_protect_session()
1231 } else if (iwl_wait_notification(&mvm->notif_wait, &wait_notif, in iwl_mvm_schedule_session_protection()
Dfw.c359 ret = iwl_wait_notification(&mvm->notif_wait, &alive_wait, in iwl_mvm_load_ucode_wait_alive()
663 ret = iwl_wait_notification(&mvm->notif_wait, &init_wait, in iwl_run_unified_mvm_ucode()
774 ret = iwl_wait_notification(&mvm->notif_wait, &calib_wait, in iwl_run_init_mvm_ucode()
Dtt.c266 ret = iwl_wait_notification(&mvm->notif_wait, &wait_temp_notif, in iwl_mvm_get_temp()
Dutils.c391 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 5); in iwl_mvm_request_statistics()
Dd3.c3030 return iwl_wait_notification(&mvm->notif_wait, &wait_d3_notif, in iwl_mvm_d3_notif_wait()
Dscan.c3275 return iwl_wait_notification(&mvm->notif_wait, &wait_scan_done, in iwl_mvm_scan_stop_wait()
Dmac80211.c4500 res = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1); in iwl_mvm_send_aux_roc_cmd()