Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtmtksdio.c115 u8 bt_type; member
280 sdio_hdr->bt_type = hci_skb_pkt_type(skb); in btmtksdio_tx_packet()
418 hci_skb_pkt_type(skb) = sdio_hdr->bt_type; in btmtksdio_rx_packet()
428 if (sdio_hdr->bt_type == (&pkts[i])->type) in btmtksdio_rx_packet()
434 sdio_hdr->bt_type); in btmtksdio_rx_packet()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A D6lowpan.c604 static struct device_type bt_type = { variable
708 SET_NETDEV_DEVTYPE(netdev, &bt_type); in setup_netdev()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c3066 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8812A; in _rtl8812ae_read_bt_coexist_info_from_hwpg()
3072 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8812A; in _rtl8812ae_read_bt_coexist_info_from_hwpg()
3091 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8821A; in _rtl8821ae_read_bt_coexist_info_from_hwpg()
3097 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8821A; in _rtl8821ae_read_bt_coexist_info_from_hwpg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dhw.c2676 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8723B; in rtl8723be_read_bt_coexist_info_from_hwpg()
2682 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8723B; in rtl8723be_read_bt_coexist_info_from_hwpg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dhw.c2554 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8192E; in rtl92ee_read_bt_coexist_info_from_hwpg()
2558 rtlpriv->btcoexist.btc_info.bt_type = BT_RTL8192E; in rtl92ee_read_bt_coexist_info_from_hwpg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c144 return rtlpriv->btcoexist.btc_info.bt_type; in rtl_get_hwpg_bt_type()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2605 u8 bt_type; member