Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dhtc.c332 if (completion_done(&htc->ctl_resp)) { in ath12k_htc_rx_completion_handler()
337 complete(&htc->ctl_resp); in ath12k_htc_rx_completion_handler()
348 complete(&htc->ctl_resp); in ath12k_htc_rx_completion_handler()
501 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath12k_htc_wait_target()
510 wait_for_completion_timeout(&htc->ctl_resp, in ath12k_htc_wait_target()
619 reinit_completion(&htc->ctl_resp); in ath12k_htc_connect_service()
628 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath12k_htc_connect_service()
792 init_completion(&htc->ctl_resp); in ath12k_htc_init()
H A Dhtc.h295 struct completion ctl_resp; member
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dhtc.c372 if (completion_done(&htc->ctl_resp)) { in ath11k_htc_rx_completion_handler()
377 complete(&htc->ctl_resp); in ath11k_htc_rx_completion_handler()
388 complete(&htc->ctl_resp); in ath11k_htc_rx_completion_handler()
534 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_wait_target()
543 wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_wait_target()
663 reinit_completion(&htc->ctl_resp); in ath11k_htc_connect_service()
672 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_connect_service()
842 init_completion(&htc->ctl_resp); in ath11k_htc_init()
H A Dhtc.h276 struct completion ctl_resp; member
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dhtc.c539 if (completion_done(&htc->ctl_resp)) { in ath10k_htc_control_rx_complete()
544 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()
555 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()
919 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
934 wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
1073 reinit_completion(&htc->ctl_resp); in ath10k_htc_connect_service()
1082 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_connect_service()
1318 init_completion(&htc->ctl_resp); in ath10k_htc_init()
H A Dhtc.h385 struct completion ctl_resp; member