Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A 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
H A 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()
H A Dcore.c873 ret = ath11k_wow_wakeup(ab); in ath11k_core_resume()