Home
last modified time | relevance | path

Searched refs:period_timer (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dgpio.c196 struct ath_softc *sc = from_timer(sc, t, btcoex.period_timer); in ath_btcoex_period_timer()
247 mod_timer(&btcoex->period_timer, in ath_btcoex_period_timer()
287 timer_setup(&btcoex->period_timer, ath_btcoex_period_timer, 0); in ath_init_btcoex_timer()
315 mod_timer(&btcoex->period_timer, jiffies); in ath9k_btcoex_timer_resume()
332 del_timer_sync(&btcoex->period_timer); in ath9k_btcoex_timer_pause()
Dath9k.h774 struct timer_list period_timer; /* Timer for BT period */ member