Searched refs:read_ver_rsp (Results 1 – 2 of 2) sorted by relevance
1621 struct hci_rp_read_local_version *read_ver_rsp; in check_fw_version() local1648 read_ver_rsp = (struct hci_rp_read_local_version *)(xdata->rsp_para); in check_fw_version()1649 read_ver_rsp->lmp_subver = le16_to_cpu(read_ver_rsp->lmp_subver); in check_fw_version()1650 read_ver_rsp->hci_rev = le16_to_cpu(read_ver_rsp->hci_rev); in check_fw_version()1651 read_ver_rsp->manufacturer = le16_to_cpu(read_ver_rsp->manufacturer); in check_fw_version()1653 RTKBT_DBG("read_ver_rsp->lmp_subver = 0x%x", read_ver_rsp->lmp_subver); in check_fw_version()1654 RTKBT_DBG("read_ver_rsp->hci_rev = 0x%x", read_ver_rsp->hci_rev); in check_fw_version()1656 if (patch_entry->lmp_sub != read_ver_rsp->lmp_subver) { in check_fw_version()
1523 struct hci_rp_read_local_version *read_ver_rsp; in check_fw_version() local1546 read_ver_rsp = (struct hci_rp_read_local_version *)(fw_info->rsp_para); in check_fw_version()1549 __func__, read_ver_rsp->lmp_subver, patch_entry->lmp_sub, patch_entry->lmp_sub_default); in check_fw_version()1551 if (read_ver_rsp->lmp_subver == patch_entry->lmp_sub_default) { in check_fw_version()1556 } else if (read_ver_rsp->lmp_subver != patch_entry->lmp_sub) { in check_fw_version()