Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Drtl_btc.c59 u8 bt_type; in rtl_btc_init_hal_vars() local
70 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()
/linux-4.4.14/net/bluetooth/
D6lowpan.c670 static struct device_type bt_type = { variable
821 SET_NETDEV_DEVTYPE(netdev, &bt_type); in setup_netdev()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dhw.c3079 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()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
Dhw.c2698 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()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
Dhw.c2611 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()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h2470 u8 bt_type; member