ath_gen_timer
struct ath_gen_timer *p2p_ps_timer;
struct ath_gen_timer *ath_gen_timer_alloc(struct ath_hw *ah,
struct ath_gen_timer *timer;
timer = kzalloc_obj(struct ath_gen_timer);
struct ath_gen_timer *timer,
void ath9k_hw_gen_timer_stop(struct ath_hw *ah, struct ath_gen_timer *timer)
void ath_gen_timer_free(struct ath_hw *ah, struct ath_gen_timer *timer)
struct ath_gen_timer *timer;
struct ath_gen_timer *ath_gen_timer_alloc(struct ath_hw *ah,
struct ath_gen_timer *timer,
void ath9k_hw_gen_timer_stop(struct ath_hw *ah, struct ath_gen_timer *timer);
void ath_gen_timer_free(struct ath_hw *ah, struct ath_gen_timer *timer);
struct ath_gen_timer *timers[ATH_MAX_GEN_TIMER];