Home
last modified time | relevance | path

Searched refs:restart_completed (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dcore.c100 complete(&ab->restart_completed); in ath12k_core_suspend()
133 reinit_completion(&ab->restart_completed); in ath12k_core_resume_early()
151 time_left = wait_for_completion_timeout(&ab->restart_completed, in ath12k_core_resume()
1137 complete(&ab->restart_completed); in ath12k_core_restart()
1318 init_completion(&ab->restart_completed); in ath12k_core_alloc()
Dcore.h940 struct completion restart_completed; member