Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dhtc.c313 if (completion_done(&htc->ctl_resp)) { in ath11k_htc_rx_completion_handler()
318 complete(&htc->ctl_resp); in ath11k_htc_rx_completion_handler()
329 complete(&htc->ctl_resp); in ath11k_htc_rx_completion_handler()
467 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_wait_target()
476 wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_wait_target()
591 reinit_completion(&htc->ctl_resp); in ath11k_htc_connect_service()
600 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_connect_service()
767 init_completion(&htc->ctl_resp); in ath11k_htc_init()
H A Dhtc.h292 struct completion ctl_resp; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhtc.c525 if (completion_done(&htc->ctl_resp)) { in ath10k_htc_control_rx_complete()
530 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()
541 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()
905 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
920 wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
1054 reinit_completion(&htc->ctl_resp); in ath10k_htc_connect_service()
1063 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_connect_service()
1299 init_completion(&htc->ctl_resp); in ath10k_htc_init()
H A Dhtc.h399 struct completion ctl_resp; member