Lines Matching refs:hci_rev
37 .hci_rev = (hcir)
42 __u16 hci_rev; member
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, in btrtl_match_ic() argument
183 (ic_id_table[i].hci_rev != hci_rev)) in btrtl_match_ic()
465 __le16_to_cpu(rp->hci_rev), __le16_to_cpu(rp->lmp_subver)); in rtl_download_firmware()
563 u16 hci_rev, lmp_subver; in btrtl_initialize() local
581 resp->hci_ver, resp->hci_rev, in btrtl_initialize()
585 hci_rev = le16_to_cpu(resp->hci_rev); in btrtl_initialize()
589 btrtl_dev->ic_info = btrtl_match_ic(lmp_subver, hci_rev, hci_ver, in btrtl_initialize()
594 lmp_subver, hci_rev, hci_ver); in btrtl_initialize()