Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath9k/
Dath9k.h476 void ath9k_p2p_ps_timer(void *priv);
547 static inline void ath9k_p2p_ps_timer(struct ath_softc *sc) in ath9k_p2p_ps_timer() function
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()
Dmain.c280 ath9k_p2p_ps_timer(sc); in ath_complete_reset()