Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dgpio.c212 spin_lock_bh(&btcoex->btcoex_lock); in ath_btcoex_period_timer()
238 spin_unlock_bh(&btcoex->btcoex_lock); in ath_btcoex_period_timer()
262 spin_lock_bh(&btcoex->btcoex_lock); in ath_btcoex_no_stomp_timer()
272 spin_unlock_bh(&btcoex->btcoex_lock); in ath_btcoex_no_stomp_timer()
290 spin_lock_init(&btcoex->btcoex_lock); in ath_init_btcoex_timer()
H A Dath9k.h775 spinlock_t btcoex_lock; member