Home
last modified time | relevance | path

Searched refs:read_ver_rsp (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_misc.c1621 struct hci_rp_read_local_version *read_ver_rsp; in check_fw_version() local
1648 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()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.c1523 struct hci_rp_read_local_version *read_ver_rsp; in check_fw_version() local
1546 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()