Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtc.c421 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()
Dhtc.h342 struct completion ctl_resp; member