| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btrtl.c | 37 .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 D | btbcm.c | 452 rev = le16_to_cpu(ver->hci_rev); in btbcm_initialize()
|
| H A D | rtk_btusb.h | 366 __le16 hci_rev; member
|
| H A D | btusb.c | 1837 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 D | hci_ldisc.c | 71 __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 D | hciattach_h4.c | 266 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 D | rtb_fwc.h | 75 uint16_t hci_rev; member
|
| H A D | hciattach_rtk.c | 602 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 D | hciattach.h | 149 uint16_t hci_rev; member
|
| H A D | rtb_fwc.c | 502 n->hci_rev != btrtl->hci_rev) in get_patch_entry()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 318 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 D | rtk_misc.c | 1650 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 D | hci_debugfs.c | 317 debugfs_create_u16("hci_revision", 0444, hdev->debugfs, &hdev->hci_rev); in hci_debugfs_create_common()
|
| H A D | hci_event.c | 576 hdev->hci_rev = __le16_to_cpu(rp->hci_rev); in hci_cc_read_local_version()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci.h | 1255 __le16 hci_rev; member
|
| H A D | hci_core.h | 318 __u16 hci_rev; member
|