Lines Matching defs:ah
21 void ar9003_hw_rtt_enable(struct ath_hw *ah);
22 void ar9003_hw_rtt_disable(struct ath_hw *ah);
23 void ar9003_hw_rtt_set_mask(struct ath_hw *ah, u32 rtt_mask);
24 bool ar9003_hw_rtt_force_restore(struct ath_hw *ah);
25 void ar9003_hw_rtt_load_hist(struct ath_hw *ah);
26 void ar9003_hw_rtt_fill_hist(struct ath_hw *ah);
27 void ar9003_hw_rtt_clear_hist(struct ath_hw *ah);
28 bool ar9003_hw_rtt_restore(struct ath_hw *ah, struct ath9k_channel *chan);
30 static inline void ar9003_hw_rtt_enable(struct ath_hw *ah)
34 static inline void ar9003_hw_rtt_disable(struct ath_hw *ah)
38 static inline void ar9003_hw_rtt_set_mask(struct ath_hw *ah, u32 rtt_mask)
42 static inline bool ar9003_hw_rtt_force_restore(struct ath_hw *ah)
47 static inline void ar9003_hw_rtt_load_hist(struct ath_hw *ah)
51 static inline void ar9003_hw_rtt_fill_hist(struct ath_hw *ah)
55 static inline void ar9003_hw_rtt_clear_hist(struct ath_hw *ah)
59 static inline bool ar9003_hw_rtt_restore(struct ath_hw *ah, struct ath9k_channel *chan)