| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btrtl.c | 43 __u8 hci_ver; member 78 .hci_ver = 6, 104 .hci_ver = 8, 151 .hci_ver = 0x0a, 174 u8 hci_ver, u8 hci_bus) in btrtl_match_ic() argument 186 (ic_id_table[i].hci_ver != hci_ver)) in btrtl_match_ic() 564 u8 hci_ver; in btrtl_initialize() local 581 resp->hci_ver, resp->hci_rev, in btrtl_initialize() 584 hci_ver = resp->hci_ver; in btrtl_initialize() 589 btrtl_dev->ic_info = btrtl_match_ic(lmp_subver, hci_rev, hci_ver, in btrtl_initialize() [all …]
|
| H A D | btusb.c | 1837 le16_to_cpu(rp->hci_ver), le16_to_cpu(rp->hci_rev), in btusb_setup_csr() 1869 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_1_1) in btusb_setup_csr() 1873 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_1_2) in btusb_setup_csr() 1877 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_2_0) in btusb_setup_csr() 1881 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_2_1) in btusb_setup_csr() 1885 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_4_0) in btusb_setup_csr() 1891 le16_to_cpu(rp->hci_ver) == BLUETOOTH_VER_2_0) in btusb_setup_csr()
|
| H A D | rtk_btusb.h | 365 __u8 hci_ver; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_ldisc.c | 70 __u8 hci_ver; member 587 static int rtl_read_local_version(struct hci_dev *hdev, u8 *hci_ver, in rtl_read_local_version() argument 606 *hci_ver = ver->hci_ver; in rtl_read_local_version() 807 u8 hci_ver = 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 | 265 rtb_cfg.hci_ver = resp[7]; 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 | 74 uint8_t hci_ver; member
|
| H A D | hciattach.h | 150 uint8_t hci_ver; member
|
| H A D | rtb_fwc.c | 499 n->hci_ver != btrtl->hci_ver) in get_patch_entry() 1440 if (rtl->hci_ver == 0x4 && rtl->lmp_subver == ROM_LMP_8723b) { in rtb_get_final_patch() 1444 rtl->lmp_subver, rtl->hci_ver, project_id[proj_id]); in rtb_get_final_patch()
|
| H A D | hciattach_rtk.c | 601 rtb_cfg.hci_ver = skb->data[1]; in h5_init_hci_cc() 604 RS_INFO("HCI Version 0x%02x", rtb_cfg.hci_ver); in h5_init_hci_cc() 1787 if (rtb_cfg.hci_ver == 0x08 && in rtb_config() 1790 } else if (rtb_cfg.hci_ver == 0x06 && in rtb_config()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 317 uint8_t hci_ver; member 432 uint8_t hci_ver; member 637 n->hci_ver != btrtl->hci_ver) in get_patch_entry() 1193 rtk_hw_cfg.hci_ver = skb->data[1]; in hci_event_cmd_complete() 1197 RS_DBG("HCI Version 0x%02x", rtk_hw_cfg.hci_ver); in hci_event_cmd_complete() 3284 if (rtl->hci_ver == 0x4 && rtl->lmp_subver == ROM_LMP_8723b) { in rtk_get_final_patch() 3288 rtl->lmp_subver, rtl->hci_ver, project_id[proj_id]); in rtk_get_final_patch()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_debugfs.c | 316 debugfs_create_u8("hci_version", 0444, hdev->debugfs, &hdev->hci_ver); in hci_debugfs_create_common()
|
| H A D | hci_request.c | 361 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in __hci_req_write_fast_connectable() 2698 if (req->hdev->hci_ver < BLUETOOTH_VER_1_2) in __hci_abort_conn()
|
| H A D | hci_event.c | 575 hdev->hci_ver = rp->hci_ver; in hci_cc_read_local_version() 2647 if (!conn->out && hdev->hci_ver < BLUETOOTH_VER_2_0) { in hci_conn_complete_evt()
|
| H A D | mgmt.c | 783 if (hdev->hci_ver >= BLUETOOTH_VER_1_2) in get_supported_settings() 1023 rp.version = hdev->hci_ver; in read_controller_info() 1079 rp->version = hdev->hci_ver; in read_ext_controller_info() 5418 hdev->hci_ver < BLUETOOTH_VER_1_2) in set_fast_connectable()
|
| H A D | hci_core.c | 334 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_setup_event_mask() 440 if (hdev->hci_ver > BLUETOOTH_VER_1_1 && in hci_init2_req()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci.h | 1254 __u8 hci_ver; member
|
| H A D | hci_core.h | 317 __u8 hci_ver; member
|