Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Ddebug.c1450 reinit_completion(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_request()
1458 time_left = wait_for_completion_timeout(&ar->debug.tpc_complete, in ath10k_debug_tpc_stats_request()
1473 complete(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_process()
1486 complete(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_final_process()
2268 reinit_completion(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_final_request()
2276 time_left = wait_for_completion_timeout(&ar->debug.tpc_complete, in ath10k_debug_tpc_stats_final_request()
2551 init_completion(&ar->debug.tpc_complete); in ath10k_debug_register()
Dcore.h639 struct completion tpc_complete; member