Home
last modified time | relevance | path

Searched refs:htc_suspend (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dwow.c37 reinit_completion(&ab->htc_suspend); in ath11k_wow_enable()
45 ret = wait_for_completion_timeout(&ab->htc_suspend, 3 * HZ); in ath11k_wow_enable()
H A Dcore.c1786 reinit_completion(&ab->htc_suspend); in ath11k_core_pdev_suspend_target()
1796 time_left = wait_for_completion_timeout(&ab->htc_suspend, 3 * HZ); in ath11k_core_pdev_suspend_target()
2402 init_completion(&ab->htc_suspend); in ath11k_core_alloc()
H A Dhtc.c252 complete(&ab->htc_suspend); in ath11k_htc_suspend_complete()
H A Dcore.h1019 struct completion htc_suspend; member
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dwow.c52 reinit_completion(&ab->htc_suspend); in ath12k_wow_enable()
60 ret = wait_for_completion_timeout(&ab->htc_suspend, 3 * HZ); in ath12k_wow_enable()
H A Dhtc.c244 complete(&ab->htc_suspend); in ath12k_htc_suspend_complete()
H A Dcore.h1025 struct completion htc_suspend; member
H A Dcore.c1971 init_completion(&ab->htc_suspend); in ath12k_core_alloc()