Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A 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);
H A Dnotif-wait.h39 * call iwl_wait_notification().
89 iwl_wait_notification(struct iwl_notif_wait_data *notif_data,
H A Dpnvm.c410 return iwl_wait_notification(notif_wait, &pnvm_wait,
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtime-event.c638 ret = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1); in iwl_mvm_protect_session()
721 } else if (iwl_wait_notification(&mvm->notif_wait, &wait_te_notif, in __iwl_mvm_remove_time_event()
1509 } else if (iwl_wait_notification(&mvm->notif_wait, &wait_notif,
H A Dfw.c348 ret = iwl_wait_notification(&mvm->notif_wait, &alive_wait, in iwl_mvm_load_ucode_wait_alive()
700 ret = iwl_wait_notification(&mvm->notif_wait, &init_wait, in iwl_run_init_mvm_ucode()
812 ret = iwl_wait_notification(&mvm->notif_wait, &calib_wait, in iwl_mvm_config_ltr()
H A Dtt.c268 ret = iwl_wait_notification(&mvm->notif_wait, &wait_temp_notif, in iwl_mvm_get_temp()
H A Dutils.c414 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 2);
484 ret = iwl_wait_notification(&mvm->notif_wait, &stats_wait, HZ / 5); in iwl_mvm_send_low_latency_cmd()
H A Dscan.c3376 return iwl_wait_notification(&mvm->notif_wait, &wait_scan_done, in iwl_mvm_report_scan_aborted()
H A Dd3.c3410 return iwl_wait_notification(&mvm->notif_wait, &wait_d3_notif, in iwl_mvm_d3_notif_wait()
H A Dmac80211.c4745 res = iwl_wait_notification(&mvm->notif_wait, &wait_time_event, 1); in iwl_mvm_ftm_responder_chanctx_iter()