Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtc.c488 if (completion_done(&htc->ctl_resp)) { in ath10k_htc_control_rx_complete()
493 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()
504 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()
596 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
611 wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
728 reinit_completion(&htc->ctl_resp); in ath10k_htc_connect_service()
737 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_connect_service()
907 init_completion(&htc->ctl_resp); in ath10k_htc_init()
Dhtc.h369 struct completion ctl_resp; member