Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhtc.h636 int ath9k_htc_init_debug(struct ath_hw *ah);
639 static inline int ath9k_htc_init_debug(struct ath_hw *ah) { return 0; }; in ath9k_htc_init_debug() function
Dhtc_drv_debug.c487 int ath9k_htc_init_debug(struct ath_hw *ah) in ath9k_htc_init_debug() function
Dhtc_drv_init.c883 error = ath9k_htc_init_debug(priv->ah); in ath9k_init_device()