Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dcore.h191 struct completion unified_ready; member
Dwmi.c1778 time_left = wait_for_completion_timeout(&ar->wmi.unified_ready, in ath10k_wmi_wait_for_unified_ready()
5743 complete(&ar->wmi.unified_ready); in ath10k_wmi_event_ready()
9519 init_completion(&ar->wmi.unified_ready); in ath10k_wmi_attach()
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dwmi.c4136 time_left = wait_for_completion_timeout(&ab->wmi_ab.unified_ready, in ath11k_wmi_wait_for_unified_ready()
6671 complete(&ab->wmi_ab.unified_ready); in ath11k_ready_event()
8403 init_completion(&ab->wmi_ab.unified_ready); in ath11k_wmi_attach()
Dwmi.h5400 struct completion unified_ready; member