Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtc.c378 if (completion_done(&htc->ctl_resp)) { in ath10k_htc_rx_completion_handler()
384 complete(&htc->ctl_resp); in ath10k_htc_rx_completion_handler()
395 complete(&htc->ctl_resp); in ath10k_htc_rx_completion_handler()
520 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
535 wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
659 reinit_completion(&htc->ctl_resp); in ath10k_htc_connect_service()
668 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_connect_service()
824 init_completion(&htc->ctl_resp); in ath10k_htc_init()
Dhtc.h340 struct completion ctl_resp; member