Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dhtc.h644 int ath9k_htc_init_debug(struct ath_hw *ah);
647 static inline int ath9k_htc_init_debug(struct ath_hw *ah) { return 0; }; in ath9k_htc_init_debug() function
Dhtc_drv_debug.c482 int ath9k_htc_init_debug(struct ath_hw *ah) in ath9k_htc_init_debug() function
Dhtc_drv_init.c889 error = ath9k_htc_init_debug(priv->ah); in ath9k_init_device()