Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
A Dhtc.c327 if (completion_done(&htc->ctl_resp)) { in ath11k_htc_rx_completion_handler()
332 complete(&htc->ctl_resp); in ath11k_htc_rx_completion_handler()
343 complete(&htc->ctl_resp); in ath11k_htc_rx_completion_handler()
490 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_wait_target()
499 wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_wait_target()
614 reinit_completion(&htc->ctl_resp); in ath11k_htc_connect_service()
623 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_connect_service()
790 init_completion(&htc->ctl_resp); in ath11k_htc_init()
A Dhtc.h288 struct completion ctl_resp; member
/linux/drivers/net/wireless/ath/ath10k/
A Dhtc.c529 if (completion_done(&htc->ctl_resp)) { in ath10k_htc_control_rx_complete()
534 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()
545 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()
909 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
924 wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
1058 reinit_completion(&htc->ctl_resp); in ath10k_htc_connect_service()
1067 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_connect_service()
1303 init_completion(&htc->ctl_resp); in ath10k_htc_init()
A Dhtc.h399 struct completion ctl_resp; member

Completed in 12 milliseconds