Home
last modified time | relevance | path

Searched refs:ctl_resp (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dhtc.c327 if (completion_done(&htc->ctl_resp)) { in ath12k_htc_rx_completion_handler()
332 complete(&htc->ctl_resp); in ath12k_htc_rx_completion_handler()
343 complete(&htc->ctl_resp); in ath12k_htc_rx_completion_handler()
495 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath12k_htc_wait_target()
504 wait_for_completion_timeout(&htc->ctl_resp, in ath12k_htc_wait_target()
613 reinit_completion(&htc->ctl_resp); in ath12k_htc_connect_service()
622 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath12k_htc_connect_service()
786 init_completion(&htc->ctl_resp); in ath12k_htc_init()
Dhtc.h295 struct completion ctl_resp; member
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dhtc.c371 if (completion_done(&htc->ctl_resp)) { in ath11k_htc_rx_completion_handler()
376 complete(&htc->ctl_resp); in ath11k_htc_rx_completion_handler()
387 complete(&htc->ctl_resp); in ath11k_htc_rx_completion_handler()
533 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_wait_target()
542 wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_wait_target()
662 reinit_completion(&htc->ctl_resp); in ath11k_htc_connect_service()
671 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_connect_service()
841 init_completion(&htc->ctl_resp); in ath11k_htc_init()
Dhtc.h290 struct completion ctl_resp; member
/linux-6.6.21/drivers/net/wireless/ath/ath10k/
Dhtc.c538 if (completion_done(&htc->ctl_resp)) { in ath10k_htc_control_rx_complete()
543 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()
554 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()
918 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
933 wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
1072 reinit_completion(&htc->ctl_resp); in ath10k_htc_connect_service()
1081 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_connect_service()
1317 init_completion(&htc->ctl_resp); in ath10k_htc_init()
Dhtc.h399 struct completion ctl_resp; member