Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/staging/rtl8723bs/hal/
DHalBtc8723b1Ant.h15 #define BT_INFO_8723B_1ANT_B_CONNECTION BIT0 macro
DHalBtc8723b1Ant.c2550 if (!(btInfo & BT_INFO_8723B_1ANT_B_CONNECTION)) { in EXhalbtc8723b1ant_BtInfoNotify()
2583 if (!(btInfo & BT_INFO_8723B_1ANT_B_CONNECTION)) { in EXhalbtc8723b1ant_BtInfoNotify()
2585 } else if (btInfo == BT_INFO_8723B_1ANT_B_CONNECTION) { in EXhalbtc8723b1ant_BtInfoNotify()
/linux-6.6.21/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8723b1ant.h14 #define BT_INFO_8723B_1ANT_B_CONNECTION BIT0 macro
Dhalbtc8723b1ant.c3204 if (!(bt_info & BT_INFO_8723B_1ANT_B_CONNECTION)) { in ex_btc8723b1ant_bt_info_notify()
3280 if (!(bt_info & BT_INFO_8723B_1ANT_B_CONNECTION)) { in ex_btc8723b1ant_bt_info_notify()
3285 } else if (bt_info == BT_INFO_8723B_1ANT_B_CONNECTION) { in ex_btc8723b1ant_bt_info_notify()
/linux-6.6.21/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h1689 #define BT_INFO_8723B_1ANT_B_CONNECTION BIT(0) macro
Drtl8xxxu_core.c5975 if (!(bt_info & BT_INFO_8723B_1ANT_B_CONNECTION)) { in rtl8723bu_update_bt_link_info()
5982 if ((bt_info & 0x1f) == BT_INFO_8723B_1ANT_B_CONNECTION) in rtl8723bu_update_bt_link_info()