Home
last modified time | relevance | path

Searched refs:BT_INFO_8723B_1ANT_B_CONNECTION (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
DHalBtc8723b1Ant.h15 #define BT_INFO_8723B_1ANT_B_CONNECTION BIT0 macro
DHalBtc8723b1Ant.c3631 if (!(btInfo&BT_INFO_8723B_1ANT_B_CONNECTION)) { in EXhalbtc8723b1ant_BtInfoNotify()
3664 if (!(btInfo&BT_INFO_8723B_1ANT_B_CONNECTION)) { in EXhalbtc8723b1ant_BtInfoNotify()
3667 } else if (btInfo == BT_INFO_8723B_1ANT_B_CONNECTION) { in EXhalbtc8723b1ant_BtInfoNotify()
/Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8723b1ant.h14 #define BT_INFO_8723B_1ANT_B_CONNECTION BIT0 macro
Dhalbtc8723b1ant.c3205 if (!(bt_info & BT_INFO_8723B_1ANT_B_CONNECTION)) { in ex_btc8723b1ant_bt_info_notify()
3281 if (!(bt_info & BT_INFO_8723B_1ANT_B_CONNECTION)) { in ex_btc8723b1ant_bt_info_notify()
3286 } else if (bt_info == BT_INFO_8723B_1ANT_B_CONNECTION) { in ex_btc8723b1ant_bt_info_notify()
/Linux-v5.10/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h1242 #define BT_INFO_8723B_1ANT_B_CONNECTION BIT(0) macro
Drtl8xxxu_core.c5253 if (!(bt_info & BT_INFO_8723B_1ANT_B_CONNECTION)) { in rtl8723bu_update_bt_link_info()
5260 if ((bt_info & 0x1f) == BT_INFO_8723B_1ANT_B_CONNECTION) in rtl8723bu_update_bt_link_info()