Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Ddebug.c1455 reinit_completion(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_request()
1463 time_left = wait_for_completion_timeout(&ar->debug.tpc_complete, in ath10k_debug_tpc_stats_request()
1478 complete(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_process()
1491 complete(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_final_process()
2218 reinit_completion(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_final_request()
2226 time_left = wait_for_completion_timeout(&ar->debug.tpc_complete, in ath10k_debug_tpc_stats_final_request()
2384 init_completion(&ar->debug.tpc_complete); in ath10k_debug_register()
Dcore.h602 struct completion tpc_complete; member