Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.c831 int ath11k_core_resume(struct ath11k_base *ab) in ath11k_core_resume() function
872 EXPORT_SYMBOL(ath11k_core_resume);
H A Dcore.h1186 int ath11k_core_resume(struct ath11k_base *ab);
H A Dpci.c999 ret = ath11k_core_resume(ab); in ath11k_pci_pm_resume()