Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddebugfs.c136 reinit_completion(&ar->debug.tpc_complete); in ath12k_debug_tpc_stats_request()
765 if (!wait_for_completion_timeout(&ar->debug.tpc_complete, TPC_STATS_WAIT_TIME)) { in ath12k_open_tpc_stats()
1499 init_completion(&ar->debug.tpc_complete); in ath12k_debugfs_register()
H A Dcore.h614 struct completion tpc_complete; member
H A Dwmi.c9832 complete(&ar->debug.tpc_complete); in ath12k_wmi_process_tpc_stats()