Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dcore.c975 int ath11k_core_suspend(struct ath11k_base *ab) in ath11k_core_suspend() function
1032 EXPORT_SYMBOL(ath11k_core_suspend);
H A Dcore.h1253 int ath11k_core_suspend(struct ath11k_base *ab);
H A Dpci.c1208 ret = ath11k_core_suspend(ab); in ath11k_pci_pm_suspend()