Home
last modified time | relevance | path

Searched refs:wmi_ready (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/wil6210/
Dmain.c707 init_completion(&wil->wmi_ready); in wil_priv_init()
1442 ulong left = wait_for_completion_timeout(&wil->wmi_ready, to); in wil_wait_for_fw_ready()
1737 reinit_completion(&wil->wmi_ready); in wil_reset()
Dwil6210.h964 struct completion wmi_ready; member
Dwmi.c812 complete(&wil->wmi_ready); in wmi_evt_ready()
/linux-6.1.9/drivers/net/wireless/ath/ath6kl/
Dcore.h968 void ath6kl_cfg80211_vif_stop(struct ath6kl_vif *vif, bool wmi_ready);
Dcfg80211.c3601 void ath6kl_cfg80211_vif_stop(struct ath6kl_vif *vif, bool wmi_ready) in ath6kl_cfg80211_vif_stop() argument
3610 if (wmi_ready) { in ath6kl_cfg80211_vif_stop()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dcore.h888 bool wmi_ready; member
Dwmi.c6637 ab->wmi_ready = true; in ath11k_wmi_tlv_rdy_parse()