ath_gen_timer    1006 drivers/net/wireless/ath/ath9k/ath9k.h 	struct ath_gen_timer *p2p_ps_timer;
ath_gen_timer    3124 drivers/net/wireless/ath/ath9k/hw.c struct ath_gen_timer *ath_gen_timer_alloc(struct ath_hw *ah,
ath_gen_timer    3131 drivers/net/wireless/ath/ath9k/hw.c 	struct ath_gen_timer *timer;
ath_gen_timer    3141 drivers/net/wireless/ath/ath9k/hw.c 	timer = kzalloc(sizeof(struct ath_gen_timer), GFP_KERNEL);
ath_gen_timer    3162 drivers/net/wireless/ath/ath9k/hw.c 			      struct ath_gen_timer *timer,
ath_gen_timer    3211 drivers/net/wireless/ath/ath9k/hw.c void ath9k_hw_gen_timer_stop(struct ath_hw *ah, struct ath_gen_timer *timer)
ath_gen_timer    3243 drivers/net/wireless/ath/ath9k/hw.c void ath_gen_timer_free(struct ath_hw *ah, struct ath_gen_timer *timer)
ath_gen_timer    3259 drivers/net/wireless/ath/ath9k/hw.c 	struct ath_gen_timer *timer;
ath_gen_timer     556 drivers/net/wireless/ath/ath9k/hw.h 	struct ath_gen_timer *timers[ATH_MAX_GEN_TIMER];
ath_gen_timer    1078 drivers/net/wireless/ath/ath9k/hw.h struct ath_gen_timer *ath_gen_timer_alloc(struct ath_hw *ah,
ath_gen_timer    1084 drivers/net/wireless/ath/ath9k/hw.h 			      struct ath_gen_timer *timer,
ath_gen_timer    1088 drivers/net/wireless/ath/ath9k/hw.h void ath9k_hw_gen_timer_stop(struct ath_hw *ah, struct ath_gen_timer *timer);
ath_gen_timer    1090 drivers/net/wireless/ath/ath9k/hw.h void ath_gen_timer_free(struct ath_hw *ah, struct ath_gen_timer *timer);