Searched refs:ctl_resp (Results 1 – 2 of 2) sorted by relevance
421 if (completion_done(&htc->ctl_resp)) { in ath10k_htc_rx_completion_handler()428 complete(&htc->ctl_resp); in ath10k_htc_rx_completion_handler()439 complete(&htc->ctl_resp); in ath10k_htc_rx_completion_handler()560 status = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()574 status = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()697 reinit_completion(&htc->ctl_resp); in ath10k_htc_connect_service()706 status = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_connect_service()873 init_completion(&htc->ctl_resp); in ath10k_htc_init()
342 struct completion ctl_resp; member