Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwow.c456 reinit_completion(&ar->target_suspend); in ath10k_wow_enable()
464 ret = wait_for_completion_timeout(&ar->target_suspend, 3 * HZ); in ath10k_wow_enable()
H A Dcore.c799 complete(&ar->target_suspend); in ath10k_send_suspend_complete()
3248 reinit_completion(&ar->target_suspend); in ath10k_wait_for_suspend()
3256 time_left = wait_for_completion_timeout(&ar->target_suspend, 1 * HZ); in ath10k_wait_for_suspend()
3609 init_completion(&ar->target_suspend); in ath10k_core_create()
H A Dcore.h1062 struct completion target_suspend; member
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h705 struct completion target_suspend; member