Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhal_btc.c302 !rtlpriv->btcoexist.bt_busy) { in rtl8723e_dm_bt_is_2_ant_common_action()
308 !rtlpriv->btcoexist.bt_busy) { in rtl8723e_dm_bt_is_2_ant_common_action()
330 } else if (rtlpriv->btcoexist.bt_busy) { in rtl8723e_dm_bt_is_2_ant_common_action()
1705 rtlpriv->btcoexist.bt_busy = true; in rtl8723e_dm_bt_parse_bt_info()
1710 rtlpriv->btcoexist.bt_busy = false; in rtl8723e_dm_bt_parse_bt_info()
/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtcoutsrc.h396 bool bt_busy; member
Dhalbtc8821a1ant.c2728 bool bt_busy = false; in ex_halbtc8821a1ant_bt_info_notify() local
2869 bt_busy = true; in ex_halbtc8821a1ant_bt_info_notify()
2871 bt_busy = false; in ex_halbtc8821a1ant_bt_info_notify()
2873 BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_halbtc8821a1ant_bt_info_notify()
Dhalbtc8723b1ant.c2924 bool bt_busy = false; in ex_halbtc8723b1ant_bt_info_notify() local
3062 bt_busy = true; in ex_halbtc8723b1ant_bt_info_notify()
3064 bt_busy = false; in ex_halbtc8723b1ant_bt_info_notify()
3065 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_halbtc8723b1ant_bt_info_notify()
Dhalbtc8821a2ant.c3687 bool bt_busy = false, limited_dig = false; in ex_halbtc8821a2ant_bt_info_notify() local
3817 bt_busy = true; in ex_halbtc8821a2ant_bt_info_notify()
3819 bt_busy = false; in ex_halbtc8821a2ant_bt_info_notify()
3820 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_halbtc8821a2ant_bt_info_notify()
Dhalbtc8192e2ant.c3641 bool bt_busy = false, limited_dig = false; in ex_halbtc8192e2ant_bt_info_notify() local
3780 bt_busy = true; in ex_halbtc8192e2ant_bt_info_notify()
3783 bt_busy = false; in ex_halbtc8192e2ant_bt_info_notify()
3787 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_halbtc8192e2ant_bt_info_notify()
Dhalbtc8723b2ant.c3509 bool bt_busy = false, limited_dig = false; in ex_btc8723b2ant_bt_info_notify() local
3653 bt_busy = true; in ex_btc8723b2ant_bt_info_notify()
3656 bt_busy = false; in ex_btc8723b2ant_bt_info_notify()
3660 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_btc8723b2ant_bt_info_notify()
Dhalbtcoutsrc.c379 btcoexist->bt_info.bt_busy = *bool_tmp; in halbtc_set()
/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2528 bool bt_busy; member