Home
last modified time | relevance | path

Searched refs:ath_gen_timer (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dhw.h547 struct ath_gen_timer { struct
555 struct ath_gen_timer *timers[ATH_MAX_GEN_TIMER]; argument
1077 struct ath_gen_timer *ath_gen_timer_alloc(struct ath_hw *ah,
1083 struct ath_gen_timer *timer,
1087 void ath9k_hw_gen_timer_stop(struct ath_hw *ah, struct ath_gen_timer *timer);
1089 void ath_gen_timer_free(struct ath_hw *ah, struct ath_gen_timer *timer);
Dhw.c3109 struct ath_gen_timer *ath_gen_timer_alloc(struct ath_hw *ah, in ath_gen_timer_alloc()
3116 struct ath_gen_timer *timer; in ath_gen_timer_alloc()
3126 timer = kzalloc(sizeof(struct ath_gen_timer), GFP_KERNEL); in ath_gen_timer_alloc()
3147 struct ath_gen_timer *timer, in ath9k_hw_gen_timer_start()
3196 void ath9k_hw_gen_timer_stop(struct ath_hw *ah, struct ath_gen_timer *timer) in ath9k_hw_gen_timer_stop()
3228 void ath_gen_timer_free(struct ath_hw *ah, struct ath_gen_timer *timer) in ath_gen_timer_free()
3244 struct ath_gen_timer *timer; in ath_gen_timer_isr()
Dath9k.h1018 struct ath_gen_timer *p2p_ps_timer;