Searched refs:bt_busy (Results 1 - 9 of 9) sorted by relevance

/drivers/net/wireless/rtlwifi/rtl8723ae/
H A Dhal_btc.c302 !rtlpriv->btcoexist.bt_busy) {
308 !rtlpriv->btcoexist.bt_busy) {
330 } else if (rtlpriv->btcoexist.bt_busy) {
1705 rtlpriv->btcoexist.bt_busy = true;
1710 rtlpriv->btcoexist.bt_busy = false;
/drivers/net/wireless/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.h396 bool bt_busy; member in struct:btc_bt_info
H A Dhalbtc8723b1ant.c2924 bool bt_busy = false; local
3062 bt_busy = true;
3064 bt_busy = false;
3065 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy);
H A Dhalbtc8821a1ant.c2728 bool bt_busy = false; local
2869 bt_busy = true;
2871 bt_busy = false;
2873 BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy);
H A Dhalbtc8192e2ant.c3641 bool bt_busy = false, limited_dig = false; local
3780 bt_busy = true;
3783 bt_busy = false;
3787 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy);
H A Dhalbtc8723b2ant.c3501 bool bt_busy = false, limited_dig = false; local
3645 bt_busy = true;
3648 bt_busy = false;
3652 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy);
H A Dhalbtc8821a2ant.c3687 bool bt_busy = false, limited_dig = false; local
3817 bt_busy = true;
3819 bt_busy = false;
3820 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy);
H A Dhalbtcoutsrc.c379 btcoexist->bt_info.bt_busy = *bool_tmp;
/drivers/net/wireless/rtlwifi/
H A Dwifi.h2484 bool bt_busy; member in struct:bt_coexist_info

Completed in 6681 milliseconds