Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhtc.c327 if (completion_done(&htc->ctl_resp)) { in ath12k_htc_rx_completion_handler()
332 complete(&htc->ctl_resp); in ath12k_htc_rx_completion_handler()
343 complete(&htc->ctl_resp); in ath12k_htc_rx_completion_handler()
495 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath12k_htc_wait_target()
504 wait_for_completion_timeout(&htc->ctl_resp, in ath12k_htc_wait_target()
613 reinit_completion(&htc->ctl_resp); in ath12k_htc_connect_service()
622 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath12k_htc_connect_service()
786 init_completion(&htc->ctl_resp); in ath12k_htc_init()
H A Dhtc.h295 struct completion ctl_resp; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhtc.c371 if (completion_done(&htc->ctl_resp)) { in ath11k_htc_rx_completion_handler()
376 complete(&htc->ctl_resp); in ath11k_htc_rx_completion_handler()
387 complete(&htc->ctl_resp); in ath11k_htc_rx_completion_handler()
533 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_wait_target()
542 wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_wait_target()
662 reinit_completion(&htc->ctl_resp); in ath11k_htc_connect_service()
671 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath11k_htc_connect_service()
841 init_completion(&htc->ctl_resp); in ath11k_htc_init()
H A Dhtc.h290 struct completion ctl_resp; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtc.c541 if (completion_done(&htc->ctl_resp)) { in ath10k_htc_control_rx_complete()
546 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()
557 complete(&htc->ctl_resp); in ath10k_htc_control_rx_complete()
921 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
936 wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_wait_target()
1075 reinit_completion(&htc->ctl_resp); in ath10k_htc_connect_service()
1084 time_left = wait_for_completion_timeout(&htc->ctl_resp, in ath10k_htc_connect_service()
1320 init_completion(&htc->ctl_resp); in ath10k_htc_init()
H A Dhtc.h399 struct completion ctl_resp; member