Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath10k/
H A Ddebug.c1497 reinit_completion(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_request()
1505 time_left = wait_for_completion_timeout(&ar->debug.tpc_complete, in ath10k_debug_tpc_stats_request()
1520 complete(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_process()
1533 complete(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_final_process()
2299 reinit_completion(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_final_request()
2307 time_left = wait_for_completion_timeout(&ar->debug.tpc_complete, in ath10k_debug_tpc_stats_final_request()
2580 init_completion(&ar->debug.tpc_complete); in ath10k_debug_register()
H A Dcore.h700 struct completion tpc_complete; member