Searched refs:hci_rev (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/bluetooth/ |
D | btrtl.c | 46 .hci_rev = (hcir) 51 __u16 hci_rev; member 86 .hci_rev = 0xb, 112 .hci_rev = 0xd, 149 static const struct id_table *btrtl_match_ic(u16 lmp_subver, u16 hci_rev, in btrtl_match_ic() argument 159 (ic_id_table[i].hci_rev != hci_rev)) in btrtl_match_ic() 517 u16 hci_rev, lmp_subver; in btrtl_initialize() local 535 resp->hci_ver, resp->hci_rev, in btrtl_initialize() 539 hci_rev = le16_to_cpu(resp->hci_rev); in btrtl_initialize() 543 btrtl_dev->ic_info = btrtl_match_ic(lmp_subver, hci_rev, hci_ver, in btrtl_initialize() [all …]
|
D | btbcm.c | 370 rev = le16_to_cpu(ver->hci_rev); in btbcm_initialize()
|
/Linux-v4.19/net/bluetooth/ |
D | hci_debugfs.c | 301 debugfs_create_u16("hci_revision", 0444, hdev->debugfs, &hdev->hci_rev); in hci_debugfs_create_common()
|
D | hci_event.c | 560 hdev->hci_rev = __le16_to_cpu(rp->hci_rev); in hci_cc_read_local_version()
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci.h | 1146 __le16 hci_rev; member
|
D | hci_core.h | 233 __u16 hci_rev; member
|