/kernel/linux/linux-5.10/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() 186 (ic_id_table[i].hci_ver != hci_ver)) in btrtl_match_ic() 564 u8 hci_ver; in btrtl_initialize() local 580 rtl_dev_info(hdev, "examining hci_ver=%02x hci_rev=%04x lmp_ver=%02x lmp_subver=%04x", in btrtl_initialize() 581 resp->hci_ver, res in btrtl_initialize() 173 btrtl_match_ic(u16 lmp_subver, u16 hci_rev, u8 hci_ver, u8 hci_bus) btrtl_match_ic() argument [all...] |
H A D | btusb.c | 1856 le16_to_cpu(rp->hci_ver), le16_to_cpu(rp->hci_rev), in btusb_setup_csr() 1888 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_1_1) in btusb_setup_csr() 1892 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_1_2) in btusb_setup_csr() 1896 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_2_0) in btusb_setup_csr() 1900 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_2_1) in btusb_setup_csr() 1904 le16_to_cpu(rp->hci_ver) > BLUETOOTH_VER_4_0) in btusb_setup_csr() 1910 le16_to_cpu(rp->hci_ver) == BLUETOOTH_VER_2_0) in btusb_setup_csr()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btrtl.c | 47 .hci_ver = (hciv), \ 78 __u8 hci_ver; member 313 u8 hci_ver, u8 hci_bus, in btrtl_match_ic() 326 (ic_id_table[i].hci_ver != hci_ver)) in btrtl_match_ic() 1048 u8 hci_ver, lmp_ver, chip_type = 0; in btrtl_initialize() local 1074 hci_ver = 0x0c; in btrtl_initialize() 1077 hci_ver, hdev->bus, in btrtl_initialize() 1091 hci_ver = resp->hci_ver; in btrtl_initialize() 312 btrtl_match_ic(u16 lmp_subver, u16 hci_rev, u8 hci_ver, u8 hci_bus, u8 chip_type) btrtl_match_ic() argument [all...] |
H A D | btusb.c | 2333 rp->hci_ver, le16_to_cpu(rp->hci_rev)); in btusb_setup_csr() 2367 rp->hci_ver > BLUETOOTH_VER_1_1) in btusb_setup_csr() 2371 rp->hci_ver > BLUETOOTH_VER_1_2) in btusb_setup_csr() 2375 rp->hci_ver > BLUETOOTH_VER_2_0) in btusb_setup_csr() 2379 rp->hci_ver > BLUETOOTH_VER_2_1) in btusb_setup_csr() 2383 rp->hci_ver > BLUETOOTH_VER_4_0) in btusb_setup_csr() 2389 rp->hci_ver == BLUETOOTH_VER_2_0) in btusb_setup_csr()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 3094 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_write_fast_connectable_sync() 3423 if (hdev->hci_ver > BLUETOOTH_VER_1_1 && in hci_read_local_cmds_sync() 3806 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_set_event_mask_sync() 5321 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in hci_connect_cancel_sync()
|
H A D | hci_debugfs.c | 318 debugfs_create_u8("hci_version", 0444, hdev->debugfs, &hdev->hci_ver); in hci_debugfs_create_common()
|
H A D | mgmt.c | 831 if (hdev->hci_ver >= BLUETOOTH_VER_1_2) in get_supported_settings() 1162 rp.version = hdev->hci_ver; in read_controller_info() 1218 rp->version = hdev->hci_ver; in read_ext_controller_info() 6580 hdev->hci_ver < BLUETOOTH_VER_1_2) in set_fast_connectable()
|
H A D | hci_event.c | 710 hdev->hci_ver = rp->hci_ver; in hci_cc_read_local_version() 3233 if (!conn->out && hdev->hci_ver < BLUETOOTH_VER_2_0) { in hci_conn_complete_evt()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 363 if (hdev->hci_ver < BLUETOOTH_VER_1_2) in __hci_req_write_fast_connectable() 2819 if (req->hdev->hci_ver < BLUETOOTH_VER_1_2) in __hci_abort_conn()
|
H A D | hci_debugfs.c | 320 debugfs_create_u8("hci_version", 0444, hdev->debugfs, &hdev->hci_ver); in hci_debugfs_create_common()
|
H A D | hci_event.c | 577 hdev->hci_ver = rp->hci_ver; in hci_cc_read_local_version() 2650 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() 5423 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()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 1254 __u8 hci_ver; member
|
H A D | hci_core.h | 321 __u8 hci_ver;
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1400 __u8 hci_ver; member
|
H A D | hci_core.h | 388 __u8 hci_ver; member
|