Home
last modified time | relevance | path

Searched refs:bt_coex (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c3934 u32 lte_coex = 0, bt_coex = 0; in rtw_coex_display_coex_info() local
3948 bt_coex = rtw_coex_read_indirect_reg(rtwdev, 0x54); in rtw_coex_display_coex_info()
4153 (bt_coex & BIT(2)) >> 2, (bt_coex & BIT(3)) >> 3); in rtw_coex_display_coex_info()
/linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c6005 struct rtl8xxxu_btcoex *btcoex = &priv->bt_coex; in rtl8723bu_update_bt_link_info()
6080 btcoex = &priv->bt_coex; in rtl8723bu_handle_bt_inquiry()
6102 btcoex = &priv->bt_coex; in rtl8723bu_handle_bt_info()
6160 btcoex = &priv->bt_coex; in rtl8xxxu_c2hcmd_callback()
H A Drtl8xxxu.h1916 struct rtl8xxxu_btcoex bt_coex; member