Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dath9k.h478 void ath9k_p2p_ps_timer(void *priv);
549 static inline void ath9k_p2p_ps_timer(struct ath_softc *sc) in ath9k_p2p_ps_timer() function
H A Dchannel.c1555 void ath9k_p2p_ps_timer(void *priv) in ath9k_p2p_ps_timer() function
1637 sc->p2p_ps_timer = ath_gen_timer_alloc(sc->sc_ah, ath9k_p2p_ps_timer, in ath9k_init_p2p()
H A Dmain.c279 ath9k_p2p_ps_timer(sc); in ath_complete_reset()