Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/bluetooth/
Dbtrtl.c46 .hci_rev = (hcir), \
77 __u16 hci_rev; member
312 static const struct id_table *btrtl_match_ic(u16 lmp_subver, u16 hci_rev, in btrtl_match_ic() argument
323 (ic_id_table[i].hci_rev != hci_rev)) in btrtl_match_ic()
852 __le16_to_cpu(rp->hci_rev), __le16_to_cpu(rp->lmp_subver)); in rtl_download_firmware()
1047 u16 hci_rev, lmp_subver; in btrtl_initialize() local
1070 hci_rev = get_unaligned_le16(reg_val); in btrtl_initialize()
1073 if (hci_rev == 0x000e) { in btrtl_initialize()
1076 btrtl_dev->ic_info = btrtl_match_ic(lmp_subver, hci_rev, in btrtl_initialize()
1092 hci_rev = le16_to_cpu(resp->hci_rev); in btrtl_initialize()
[all …]
Dbtbcm.c599 rev = le16_to_cpu(ver->hci_rev); in btbcm_initialize()
Dbtusb.c2329 rp->hci_ver, le16_to_cpu(rp->hci_rev)); in btusb_setup_csr()
2348 le16_to_cpu(rp->hci_rev) != le16_to_cpu(rp->lmp_subver)) in btusb_setup_csr()
/Linux-v6.6/net/bluetooth/
Dhci_debugfs.c319 debugfs_create_u16("hci_revision", 0444, hdev->debugfs, &hdev->hci_rev); in hci_debugfs_create_common()
Dhci_event.c710 hdev->hci_rev = __le16_to_cpu(rp->hci_rev); in hci_cc_read_local_version()
/Linux-v6.6/include/net/bluetooth/
Dhci.h1400 __le16 hci_rev; member
Dhci_core.h382 __u16 hci_rev; member