Lines Matching refs:ver
1123 struct hci_version ver;
1134 if (hci_read_local_version(dd, &ver, 1000) < 0) {
1140 hciver = hci_vertostr(ver.hci_ver);
1141 lmpver = lmp_vertostr(ver.lmp_ver);
1147 hciver ? hciver : "n/a", ver.hci_ver, ver.hci_rev,
1148 lmpver ? lmpver : "n/a", ver.lmp_ver, ver.lmp_subver,
1149 bt_compidtostr(ver.manufacturer), ver.manufacturer);
1741 struct hci_version ver;
1751 if (hci_read_local_version(dd, &ver, 1000) < 0) {
1758 switch (ver.manufacturer) {
1765 print_rev_csr(dd, ver.hci_rev);
1771 print_rev_broadcom(ver.hci_rev, ver.lmp_subver);
1774 print_rev_avm(ver.hci_rev, ver.lmp_subver);