Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dath9k.h457 void ath9k_p2p_ps_timer(void *priv);
528 static inline void ath9k_p2p_ps_timer(struct ath_softc *sc) in ath9k_p2p_ps_timer() function
Dchannel.c1520 void ath9k_p2p_ps_timer(void *priv) in ath9k_p2p_ps_timer() function
1601 sc->p2p_ps_timer = ath_gen_timer_alloc(sc->sc_ah, ath9k_p2p_ps_timer, in ath9k_init_p2p()
Dmain.c275 ath9k_p2p_ps_timer(sc); in ath_complete_reset()