Home
last modified time | relevance | path

Searched refs:hci_rev (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtrtl.c37 .hci_rev = (hcir)
42 __u16 hci_rev; member
77 .hci_rev = 0xb,
103 .hci_rev = 0xd,
150 .hci_rev = 0x000c,
173 static const struct id_table *btrtl_match_ic(u16 lmp_subver, u16 hci_rev, in btrtl_match_ic() argument
183 (ic_id_table[i].hci_rev != hci_rev)) in btrtl_match_ic()
465 __le16_to_cpu(rp->hci_rev), __le16_to_cpu(rp->lmp_subver)); in rtl_download_firmware()
563 u16 hci_rev, lmp_subver; in btrtl_initialize() local
581 resp->hci_ver, resp->hci_rev, in btrtl_initialize()
[all …]
H A Dbtbcm.c452 rev = le16_to_cpu(ver->hci_rev); in btbcm_initialize()
H A Drtk_btusb.h366 __le16 hci_rev; member
H A Dbtusb.c1837 le16_to_cpu(rp->hci_ver), le16_to_cpu(rp->hci_rev), in btusb_setup_csr()
1854 le16_to_cpu(rp->hci_rev) != le16_to_cpu(rp->lmp_subver)) in btusb_setup_csr()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_ldisc.c71 __le16 hci_rev; member
588 u16 *hci_rev, u16 *lmp_subver) in rtl_read_local_version() argument
607 *hci_rev = le16_to_cpu(ver->hci_rev); in rtl_read_local_version()
808 u16 hci_rev = 0; in hci_uart_pm_notifier() local
850 result = rtl_read_local_version(hu->hdev, &hci_ver, &hci_rev, in hci_uart_pm_notifier()
855 hci_ver, hci_rev, lmp_subver); in hci_uart_pm_notifier()
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_h4.c266 rtb_cfg.hci_rev = (uint32_t)resp[9] << 8 | resp[8]; in h4_read_local_ver()
269 rtb_cfg.hci_ver, rtb_cfg.hci_rev, rtb_cfg.lmp_subver); in h4_read_local_ver()
H A Drtb_fwc.h75 uint16_t hci_rev; member
H A Dhciattach_rtk.c602 rtb_cfg.hci_rev = (skb->data[2] | skb->data[3] << 8); in h5_init_hci_cc()
605 RS_INFO("HCI Revision 0x%04x", rtb_cfg.hci_rev); in h5_init_hci_cc()
1770 if (rtb_cfg.hci_rev == 0x000b) { in rtb_config()
1778 } else if (rtb_cfg.hci_rev == 0x000a) { in rtb_config()
1788 rtb_cfg.hci_rev == 0x000d) { in rtb_config()
1791 rtb_cfg.hci_rev == 0x000b) { in rtb_config()
H A Dhciattach.h149 uint16_t hci_rev; member
H A Drtb_fwc.c502 n->hci_rev != btrtl->hci_rev) in get_patch_entry()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c318 uint16_t hci_rev; member
431 uint16_t hci_rev; member
640 n->hci_rev != btrtl->hci_rev) in get_patch_entry()
1194 rtk_hw_cfg.hci_rev = (skb->data[2] | skb->data[3] << 8); in hci_event_cmd_complete()
1198 RS_DBG("HCI Revision 0x%04x", rtk_hw_cfg.hci_rev); in hci_event_cmd_complete()
3063 rtk_hw_cfg.hci_rev = (uint32_t)result[9] << 8 | result[8]; in rtk_hci_local_ver()
3400 if (rtk_hw_cfg.hci_rev == 0x000b) { in rtk_config()
3406 } else if (rtk_hw_cfg.hci_rev == 0x000a) { in rtk_config()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_misc.c1650 read_ver_rsp->hci_rev = le16_to_cpu(read_ver_rsp->hci_rev); in check_fw_version()
1654 RTKBT_DBG("read_ver_rsp->hci_rev = 0x%x", read_ver_rsp->hci_rev); in check_fw_version()
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_debugfs.c317 debugfs_create_u16("hci_revision", 0444, hdev->debugfs, &hdev->hci_rev); in hci_debugfs_create_common()
H A Dhci_event.c576 hdev->hci_rev = __le16_to_cpu(rp->hci_rev); in hci_cc_read_local_version()
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci.h1255 __le16 hci_rev; member
H A Dhci_core.h318 __u16 hci_rev; member