Searched refs:bt_busy (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | hal_btc.c | 281 !rtlpriv->btcoexist.bt_busy) { in rtl8723e_dm_bt_is_2_ant_common_action() 287 !rtlpriv->btcoexist.bt_busy) { in rtl8723e_dm_bt_is_2_ant_common_action() 309 } else if (rtlpriv->btcoexist.bt_busy) { in rtl8723e_dm_bt_is_2_ant_common_action() 1682 rtlpriv->btcoexist.bt_busy = true; in rtl8723e_dm_bt_parse_bt_info() 1687 rtlpriv->btcoexist.bt_busy = false; in rtl8723e_dm_bt_parse_bt_info()
|
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtc8821a1ant.c | 1517 bool wifi_busy = false, bt_busy = false; in btc8821a1ant_action_bt_inquiry() local 1524 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in btc8821a1ant_action_bt_inquiry() 2705 bool bt_busy = false; in ex_btc8821a1ant_bt_info_notify() local 2857 bt_busy = true; in ex_btc8821a1ant_bt_info_notify() 2859 bt_busy = false; in ex_btc8821a1ant_bt_info_notify() 2861 BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_btc8821a1ant_bt_info_notify()
|
D | halbtc8723b1ant.c | 1756 bool wifi_busy = false, bt_busy = false; in halbtc8723b1ant_action_bt_inquiry() local 1763 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in halbtc8723b1ant_action_bt_inquiry() 3088 bool bt_busy = false; in ex_btc8723b1ant_bt_info_notify() local 3318 bt_busy = true; in ex_btc8723b1ant_bt_info_notify() 3320 bt_busy = false; in ex_btc8723b1ant_bt_info_notify() 3321 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_btc8723b1ant_bt_info_notify()
|
D | halbtcoutsrc.h | 535 bool bt_busy; member
|
D | halbtc8192e2ant.c | 3000 bool bt_busy = false, limited_dig = false; in ex_btc8192e2ant_bt_info_notify() local 3138 bt_busy = true; in ex_btc8192e2ant_bt_info_notify() 3141 bt_busy = false; in ex_btc8192e2ant_bt_info_notify() 3145 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_btc8192e2ant_bt_info_notify()
|
D | halbtc8723b2ant.c | 3988 bool bt_busy = false, limited_dig = false; in ex_btc8723b2ant_bt_info_notify() local 4148 bt_busy = true; in ex_btc8723b2ant_bt_info_notify() 4151 bt_busy = false; in ex_btc8723b2ant_bt_info_notify() 4155 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_btc8723b2ant_bt_info_notify()
|
D | halbtc8821a2ant.c | 3966 bool bt_busy = false, limited_dig = false; in ex_btc8821a2ant_bt_info_notify() local 4145 bt_busy = true; in ex_btc8821a2ant_bt_info_notify() 4148 bt_busy = false; in ex_btc8821a2ant_bt_info_notify() 4152 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_btc8821a2ant_bt_info_notify()
|
D | halbtcoutsrc.c | 720 btcoexist->bt_info.bt_busy = *bool_tmp; in halbtc_set()
|
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 2671 bool bt_busy; member
|