Home
last modified time | relevance | path

Searched refs:ath11k_wow_wakeup (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dwow.h35 int ath11k_wow_wakeup(struct ath11k_base *ab);
49 static inline int ath11k_wow_wakeup(struct ath11k_base *ab) in ath11k_wow_wakeup() function
Dwow.c66 int ath11k_wow_wakeup(struct ath11k_base *ab) in ath11k_wow_wakeup() function
756 ath11k_wow_wakeup(ar->ab); in ath11k_wow_op_suspend()
797 ret = ath11k_wow_wakeup(ar->ab); in ath11k_wow_op_resume()
Dcore.c748 ret = ath11k_wow_wakeup(ab); in ath11k_core_resume()