Lines Matching refs:hci_rev
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()
672 hci_rev = le16_to_cpu(resp->hci_rev); in btrtl_initialize()
675 btrtl_dev->ic_info = btrtl_match_ic(lmp_subver, hci_rev, hci_ver, in btrtl_initialize()
683 lmp_subver, hci_rev, hci_ver); in btrtl_initialize()