Searched refs:bt_busy (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | hal_btc.c | 282 !rtlpriv->btcoexist.bt_busy) { in rtl8723e_dm_bt_is_2_ant_common_action() 288 !rtlpriv->btcoexist.bt_busy) { in rtl8723e_dm_bt_is_2_ant_common_action() 310 } else if (rtlpriv->btcoexist.bt_busy) { in rtl8723e_dm_bt_is_2_ant_common_action() 1683 rtlpriv->btcoexist.bt_busy = true; in rtl8723e_dm_bt_parse_bt_info() 1688 rtlpriv->btcoexist.bt_busy = false; in rtl8723e_dm_bt_parse_bt_info()
|
/linux-6.1.9/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() 2695 bool bt_busy = false; in ex_btc8821a1ant_bt_info_notify() local 2847 bt_busy = true; in ex_btc8821a1ant_bt_info_notify() 2849 bt_busy = false; in ex_btc8821a1ant_bt_info_notify() 2851 BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_btc8821a1ant_bt_info_notify()
|
D | halbtc8723b1ant.c | 1749 bool wifi_busy = false, bt_busy = false; in halbtc8723b1ant_action_bt_inquiry() local 1756 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in halbtc8723b1ant_action_bt_inquiry() 3081 bool bt_busy = false; in ex_btc8723b1ant_bt_info_notify() local 3311 bt_busy = true; in ex_btc8723b1ant_bt_info_notify() 3313 bt_busy = false; in ex_btc8723b1ant_bt_info_notify() 3314 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 | 2991 bool bt_busy = false, limited_dig = false; in ex_btc8192e2ant_bt_info_notify() local 3129 bt_busy = true; in ex_btc8192e2ant_bt_info_notify() 3132 bt_busy = false; in ex_btc8192e2ant_bt_info_notify() 3136 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 | 3951 bool bt_busy = false, limited_dig = false; in ex_btc8821a2ant_bt_info_notify() local 4130 bt_busy = true; in ex_btc8821a2ant_bt_info_notify() 4133 bt_busy = false; in ex_btc8821a2ant_bt_info_notify() 4137 btcoexist->btc_set(btcoexist, BTC_SET_BL_BT_TRAFFIC_BUSY, &bt_busy); in ex_btc8821a2ant_bt_info_notify()
|
D | halbtcoutsrc.c | 708 btcoexist->bt_info.bt_busy = *bool_tmp; in halbtc_set()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu.h | 1251 bool bt_busy; member
|
D | rtl8xxxu_core.c | 5451 btcoex->bt_busy = true; in rtl8723bu_update_bt_link_info() 5453 btcoex->bt_busy = false; in rtl8723bu_update_bt_link_info() 5501 if (btcoex->bt_busy) { in rtl8723bu_handle_bt_info()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/ |
D | wifi.h | 2669 bool bt_busy; member
|