Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Ddebug.c1454 reinit_completion(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_request()
1462 time_left = wait_for_completion_timeout(&ar->debug.tpc_complete, in ath10k_debug_tpc_stats_request()
1477 complete(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_process()
1490 complete(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_final_process()
2256 reinit_completion(&ar->debug.tpc_complete); in ath10k_debug_tpc_stats_final_request()
2264 time_left = wait_for_completion_timeout(&ar->debug.tpc_complete, in ath10k_debug_tpc_stats_final_request()
2537 init_completion(&ar->debug.tpc_complete); in ath10k_debug_register()
H A Dcore.h693 struct completion tpc_complete; member
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Ddebugfs.c66 reinit_completion(&ar->debug.tpc_complete); in ath12k_debug_tpc_stats_request()
695 if (!wait_for_completion_timeout(&ar->debug.tpc_complete, TPC_STATS_WAIT_TIME)) { in ath12k_open_tpc_stats()
1276 init_completion(&ar->debug.tpc_complete); in ath12k_debugfs_register()
H A Dcore.h583 struct completion tpc_complete; member
H A Dwmi.c8502 complete(&ar->debug.tpc_complete); in ath12k_wmi_process_tpc_stats()