Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
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()
Dath9k.h773 spinlock_t btcoex_lock; member