p2p_ps_timer     1006 drivers/net/wireless/ath/ath9k/ath9k.h 	struct ath_gen_timer *p2p_ps_timer;
p2p_ps_timer      379 drivers/net/wireless/ath/ath9k/channel.c 	ath9k_hw_gen_timer_start(ah, sc->p2p_ps_timer, tsf_time, 1000000);
p2p_ps_timer     1435 drivers/net/wireless/ath/ath9k/channel.c 	ath9k_hw_gen_timer_stop(ah, sc->p2p_ps_timer);
p2p_ps_timer     1452 drivers/net/wireless/ath/ath9k/channel.c 	ath9k_hw_gen_timer_start(ah, sc->p2p_ps_timer, target_tsf, 1000000);
p2p_ps_timer     1460 drivers/net/wireless/ath/ath9k/channel.c 	if (!sc->p2p_ps_timer)
p2p_ps_timer     1565 drivers/net/wireless/ath/ath9k/channel.c 	ath9k_hw_gen_timer_stop(sc->sc_ah, sc->p2p_ps_timer);
p2p_ps_timer     1637 drivers/net/wireless/ath/ath9k/channel.c 	sc->p2p_ps_timer = ath_gen_timer_alloc(sc->sc_ah, ath9k_p2p_ps_timer,
p2p_ps_timer     1639 drivers/net/wireless/ath/ath9k/channel.c 	if (!sc->p2p_ps_timer)
p2p_ps_timer     1647 drivers/net/wireless/ath/ath9k/channel.c 	if (sc->p2p_ps_timer)
p2p_ps_timer     1648 drivers/net/wireless/ath/ath9k/channel.c 		ath_gen_timer_free(sc->sc_ah, sc->p2p_ps_timer);