Home
last modified time | relevance | path

Searched refs:unified_ready (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c1799 time_left = wait_for_completion_timeout(&ar->wmi.unified_ready, in ath10k_wmi_wait_for_unified_ready()
5771 complete(&ar->wmi.unified_ready); in ath10k_wmi_event_ready()
9577 init_completion(&ar->wmi.unified_ready); in ath10k_wmi_attach()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c4426 time_left = wait_for_completion_timeout(&ab->wmi_ab.unified_ready, in ath11k_wmi_wait_for_unified_ready()
7351 complete(&ab->wmi_ab.unified_ready); in ath11k_ready_event()
9308 init_completion(&ab->wmi_ab.unified_ready); in ath11k_wmi_attach()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c4383 time_left = wait_for_completion_timeout(&ab->wmi_ab.unified_ready, in ath12k_wmi_wait_for_unified_ready()
7103 complete(&ab->wmi_ab.unified_ready); in ath12k_ready_event()
10777 init_completion(&ab->wmi_ab.unified_ready); in ath12k_wmi_attach()
H A Dwmi.h5407 struct completion unified_ready; member