Searched refs:ath_gen_timer (Results 1 – 3 of 3) sorted by relevance
546 struct ath_gen_timer { struct554 struct ath_gen_timer *timers[ATH_MAX_GEN_TIMER]; argument1070 struct ath_gen_timer *ath_gen_timer_alloc(struct ath_hw *ah,1076 struct ath_gen_timer *timer,1080 void ath9k_hw_gen_timer_stop(struct ath_hw *ah, struct ath_gen_timer *timer);1082 void ath_gen_timer_free(struct ath_hw *ah, struct ath_gen_timer *timer);
2997 struct ath_gen_timer *ath_gen_timer_alloc(struct ath_hw *ah, in ath_gen_timer_alloc()3004 struct ath_gen_timer *timer; in ath_gen_timer_alloc()3014 timer = kzalloc(sizeof(struct ath_gen_timer), GFP_KERNEL); in ath_gen_timer_alloc()3035 struct ath_gen_timer *timer, in ath9k_hw_gen_timer_start()3084 void ath9k_hw_gen_timer_stop(struct ath_hw *ah, struct ath_gen_timer *timer) in ath9k_hw_gen_timer_stop()3116 void ath_gen_timer_free(struct ath_hw *ah, struct ath_gen_timer *timer) in ath_gen_timer_free()3132 struct ath_gen_timer *timer; in ath_gen_timer_isr()
978 struct ath_gen_timer *p2p_ps_timer;