Searched refs:p2p_ps_timer (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 360 ath9k_hw_gen_timer_start(ah, sc->p2p_ps_timer, tsf_time, 1000000); in ath_chanctx_setup_timer() 1410 ath9k_hw_gen_timer_stop(ah, sc->p2p_ps_timer); in ath9k_update_p2p_ps_timer() 1421 ath9k_hw_gen_timer_start(ah, sc->p2p_ps_timer, (u32) target_tsf, 1000000); in ath9k_update_p2p_ps_timer() 1429 if (!sc->p2p_ps_timer) in ath9k_update_p2p_ps() 1530 ath9k_hw_gen_timer_stop(sc->sc_ah, sc->p2p_ps_timer); in ath9k_p2p_ps_timer() 1601 sc->p2p_ps_timer = ath_gen_timer_alloc(sc->sc_ah, ath9k_p2p_ps_timer, in ath9k_init_p2p() 1603 if (!sc->p2p_ps_timer) in ath9k_init_p2p() 1611 if (sc->p2p_ps_timer) in ath9k_deinit_p2p() 1612 ath_gen_timer_free(sc->sc_ah, sc->p2p_ps_timer); in ath9k_deinit_p2p()
|
D | ath9k.h | 978 struct ath_gen_timer *p2p_ps_timer; member
|