Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dgpio.c183 spin_lock_bh(&btcoex->btcoex_lock); in ath_btcoex_period_timer()
188 spin_unlock_bh(&btcoex->btcoex_lock); in ath_btcoex_period_timer()
220 spin_lock_bh(&btcoex->btcoex_lock); in ath_btcoex_no_stomp_timer()
227 spin_unlock_bh(&btcoex->btcoex_lock); in ath_btcoex_no_stomp_timer()
243 spin_lock_init(&btcoex->btcoex_lock); in ath_init_btcoex_timer()
Dath9k.h430 spinlock_t btcoex_lock; member