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.h401 bool bt_busy; member
Dhalbtc8821a1ant.c2705 bool bt_busy = false; in ex_halbtc8821a1ant_bt_info_notify() local
2846 bt_busy = true; in ex_halbtc8821a1ant_bt_info_notify()
2848 bt_busy = false; in ex_halbtc8821a1ant_bt_info_notify()
2850 BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_halbtc8821a1ant_bt_info_notify()
Dhalbtc8723b1ant.c2902 bool bt_busy = false; in ex_halbtc8723b1ant_bt_info_notify() local
3040 bt_busy = true; in ex_halbtc8723b1ant_bt_info_notify()
3042 bt_busy = false; in ex_halbtc8723b1ant_bt_info_notify()
3043 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_halbtc8723b1ant_bt_info_notify()
Dhalbtc8821a2ant.c3669 bool bt_busy = false, limited_dig = false; in ex_halbtc8821a2ant_bt_info_notify() local
3799 bt_busy = true; in ex_halbtc8821a2ant_bt_info_notify()
3801 bt_busy = false; in ex_halbtc8821a2ant_bt_info_notify()
3802 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_halbtc8821a2ant_bt_info_notify()
Dhalbtc8723b2ant.c3420 bool bt_busy = false, limited_dig = false; in ex_btc8723b2ant_bt_info_notify() local
3559 bt_busy = true; in ex_btc8723b2ant_bt_info_notify()
3562 bt_busy = false; in ex_btc8723b2ant_bt_info_notify()
3566 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_btc8723b2ant_bt_info_notify()
Dhalbtc8192e2ant.c3611 bool bt_busy = false, limited_dig = false; in ex_halbtc8192e2ant_bt_info_notify() local
3750 bt_busy = true; in ex_halbtc8192e2ant_bt_info_notify()
3753 bt_busy = false; in ex_halbtc8192e2ant_bt_info_notify()
3757 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_halbtc8192e2ant_bt_info_notify()
Dhalbtcoutsrc.c379 btcoexist->bt_info.bt_busy = *bool_tmp; in halbtc_set()
/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2520 bool bt_busy; member