Searched refs:bt_type (Results 1 – 6 of 6) sorted by relevance
59 u8 bt_type; in rtl_btc_init_hal_vars() local70 bt_type = rtl_get_hwpg_bt_type(rtlpriv); in rtl_btc_init_hal_vars()72 __func__, bt_type); in rtl_btc_init_hal_vars()73 exhalbtc_set_chip_type(bt_type); in rtl_btc_init_hal_vars()214 return rtlpriv->btcoexist.btc_info.bt_type; in rtl_get_hwpg_bt_type()
670 static struct device_type bt_type = { variable821 SET_NETDEV_DEVTYPE(netdev, &bt_type); in setup_netdev()
3079 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8812A; in _rtl8812ae_read_bt_coexist_info_from_hwpg()3085 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8812A; in _rtl8812ae_read_bt_coexist_info_from_hwpg()3104 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8821A; in _rtl8821ae_read_bt_coexist_info_from_hwpg()3110 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8821A; in _rtl8821ae_read_bt_coexist_info_from_hwpg()
2698 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8723B; in rtl8723be_read_bt_coexist_info_from_hwpg()2702 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8723B; in rtl8723be_read_bt_coexist_info_from_hwpg()
2611 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8192E; in rtl92ee_read_bt_coexist_info_from_hwpg()2615 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8192E; in rtl92ee_read_bt_coexist_info_from_hwpg()
2470 u8 bt_type; member