Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c938 int ath11k_core_resume(struct ath11k_base *ab) in ath11k_core_resume() function
979 EXPORT_SYMBOL(ath11k_core_resume);
H A Dcore.h1245 int ath11k_core_resume(struct ath11k_base *ab);
H A Dpci.c1031 ret = ath11k_core_resume(ab); in ath11k_pci_pm_resume()