Lines Matching defs:hci_rev
37 .hci_rev = (hcir)
42 __u16 hci_rev;
77 .hci_rev = 0xb,
103 .hci_rev = 0xd,
150 .hci_rev = 0x000c,
173 static const struct id_table *btrtl_match_ic(u16 lmp_subver, u16 hci_rev,
183 (ic_id_table[i].hci_rev != hci_rev))
465 __le16_to_cpu(rp->hci_rev), __le16_to_cpu(rp->lmp_subver));
563 u16 hci_rev, lmp_subver;
580 rtl_dev_info(hdev, "examining hci_ver=%02x hci_rev=%04x lmp_ver=%02x lmp_subver=%04x",
581 resp->hci_ver, resp->hci_rev,
585 hci_rev = le16_to_cpu(resp->hci_rev);
589 btrtl_dev->ic_info = btrtl_match_ic(lmp_subver, hci_rev, hci_ver,
594 lmp_subver, hci_rev, hci_ver);