Searched refs:ath_gen_timer (Results 1 – 3 of 3) sorted by relevance
549 struct ath_gen_timer { struct557 struct ath_gen_timer *timers[ATH_MAX_GEN_TIMER]; argument1081 struct ath_gen_timer *ath_gen_timer_alloc(struct ath_hw *ah,1087 struct ath_gen_timer *timer,1091 void ath9k_hw_gen_timer_stop(struct ath_hw *ah, struct ath_gen_timer *timer);1093 void ath_gen_timer_free(struct ath_hw *ah, struct ath_gen_timer *timer);
3126 struct ath_gen_timer *ath_gen_timer_alloc(struct ath_hw *ah, in ath_gen_timer_alloc()3133 struct ath_gen_timer *timer; in ath_gen_timer_alloc()3143 timer = kzalloc(sizeof(struct ath_gen_timer), GFP_KERNEL); in ath_gen_timer_alloc()3164 struct ath_gen_timer *timer, in ath9k_hw_gen_timer_start()3213 void ath9k_hw_gen_timer_stop(struct ath_hw *ah, struct ath_gen_timer *timer) in ath9k_hw_gen_timer_stop()3245 void ath_gen_timer_free(struct ath_hw *ah, struct ath_gen_timer *timer) in ath_gen_timer_free()3261 struct ath_gen_timer *timer; in ath_gen_timer_isr()
1007 struct ath_gen_timer *p2p_ps_timer;