Searched refs:hci_rev (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/bluetooth/ |
D | btrtl.c | 37 .hci_rev = (hcir), \ 59 __u16 hci_rev; member 210 static const struct id_table *btrtl_match_ic(u16 lmp_subver, u16 hci_rev, in btrtl_match_ic() argument 220 (ic_id_table[i].hci_rev != hci_rev)) in btrtl_match_ic() 507 __le16_to_cpu(rp->hci_rev), __le16_to_cpu(rp->lmp_subver)); in rtl_download_firmware() 605 u16 hci_rev, lmp_subver; in btrtl_initialize() local 625 resp->hci_ver, resp->hci_rev, in btrtl_initialize() 629 hci_rev = le16_to_cpu(resp->hci_rev); in btrtl_initialize() 632 btrtl_dev->ic_info = btrtl_match_ic(lmp_subver, hci_rev, hci_ver, in btrtl_initialize() 668 resp->hci_ver, resp->hci_rev, in btrtl_initialize() [all …]
|
D | btbcm.c | 553 rev = le16_to_cpu(ver->hci_rev); in btbcm_initialize()
|
D | btusb.c | 2060 le16_to_cpu(rp->hci_ver), le16_to_cpu(rp->hci_rev), in btusb_setup_csr() 2077 le16_to_cpu(rp->hci_rev) != le16_to_cpu(rp->lmp_subver)) in btusb_setup_csr()
|
/linux-6.1.9/net/bluetooth/ |
D | hci_debugfs.c | 318 debugfs_create_u16("hci_revision", 0444, hdev->debugfs, &hdev->hci_rev); in hci_debugfs_create_common()
|
D | hci_event.c | 706 hdev->hci_rev = __le16_to_cpu(rp->hci_rev); in hci_cc_read_local_version()
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci.h | 1363 __le16 hci_rev; member
|
D | hci_core.h | 380 __u16 hci_rev; member
|