Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/bluetooth/
Dbtrtl.c37 .hci_rev = (hcir)
42 __u16 hci_rev; member
77 .hci_rev = 0xb,
103 .hci_rev = 0xd,
154 static const struct id_table *btrtl_match_ic(u16 lmp_subver, u16 hci_rev, in btrtl_match_ic() argument
164 (ic_id_table[i].hci_rev != hci_rev)) in btrtl_match_ic()
445 __le16_to_cpu(rp->hci_rev), __le16_to_cpu(rp->lmp_subver)); in rtl_download_firmware()
541 u16 hci_rev, lmp_subver; in btrtl_initialize() local
559 resp->hci_ver, resp->hci_rev, in btrtl_initialize()
563 hci_rev = le16_to_cpu(resp->hci_rev); in btrtl_initialize()
[all …]
Dbtbcm.c380 rev = le16_to_cpu(ver->hci_rev); in btbcm_initialize()
/Linux-v5.4/net/bluetooth/
Dhci_debugfs.c301 debugfs_create_u16("hci_revision", 0444, hdev->debugfs, &hdev->hci_rev); in hci_debugfs_create_common()
Dhci_event.c560 hdev->hci_rev = __le16_to_cpu(rp->hci_rev); in hci_cc_read_local_version()
/Linux-v5.4/include/net/bluetooth/
Dhci.h1179 __le16 hci_rev; member
Dhci_core.h246 __u16 hci_rev; member