Searched refs:ctl_resp (Results 1 – 2 of 2) sorted by relevance
484 if (completion_done(&htc->ctl_resp)) { in ath10k_htc_control_rx_complete()489 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()500 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()592 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()607 wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()724 reinit_completion(&htc->ctl_resp); in ath10k_htc_connect_service()733 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_connect_service()964 init_completion(&htc->ctl_resp); in ath10k_htc_init()
357 struct completion ctl_resp; member