Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dath9k.h755 void ath_ps_full_sleep(struct timer_list *t);
H A Dinit.c786 timer_setup(&sc->sleep_timer, ath_ps_full_sleep, 0); in ath9k_init_softc()
H A Dmain.c99 void ath_ps_full_sleep(struct timer_list *t) in ath_ps_full_sleep() function