Lines Matching refs:ver
1493 struct intel_version *ver) in btusb_setup_intel_get_fw() argument
1501 ver->hw_platform, ver->hw_variant, ver->hw_revision, in btusb_setup_intel_get_fw()
1502 ver->fw_variant, ver->fw_revision, ver->fw_build_num, in btusb_setup_intel_get_fw()
1503 ver->fw_build_ww, ver->fw_build_yy); in btusb_setup_intel_get_fw()
1520 ver->hw_platform, ver->hw_variant); in btusb_setup_intel_get_fw()
1654 struct intel_version *ver; in btusb_setup_intel() local
1692 if (skb->len != sizeof(*ver)) { in btusb_setup_intel()
1698 ver = (struct intel_version *)skb->data; in btusb_setup_intel()
1701 hdev->name, ver->hw_platform, ver->hw_variant, in btusb_setup_intel()
1702 ver->hw_revision, ver->fw_variant, ver->fw_revision, in btusb_setup_intel()
1703 ver->fw_build_num, ver->fw_build_ww, ver->fw_build_yy, in btusb_setup_intel()
1704 ver->fw_patch_num); in btusb_setup_intel()
1710 if (ver->fw_patch_num) { in btusb_setup_intel()
1712 hdev->name, ver->fw_patch_num); in btusb_setup_intel()
1723 fw = btusb_setup_intel_get_fw(hdev, ver); in btusb_setup_intel()
2016 struct intel_version *ver; in btusb_setup_intel_new() local
2041 if (skb->len != sizeof(*ver)) { in btusb_setup_intel_new()
2047 ver = (struct intel_version *)skb->data; in btusb_setup_intel_new()
2052 if (ver->hw_platform != 0x37) { in btusb_setup_intel_new()
2054 hdev->name, ver->hw_platform); in btusb_setup_intel_new()
2064 if (ver->hw_variant != 0x0b) { in btusb_setup_intel_new()
2066 hdev->name, ver->hw_variant); in btusb_setup_intel_new()
2071 btintel_version_info(hdev, ver); in btusb_setup_intel_new()
2086 if (ver->fw_variant == 0x23) { in btusb_setup_intel_new()
2096 if (ver->fw_variant != 0x06) { in btusb_setup_intel_new()
2098 hdev->name, ver->fw_variant); in btusb_setup_intel_new()
2570 struct qca_version *ver, in btusb_setup_qca_load_rampatch() argument
2580 ver_rom = le32_to_cpu(ver->rom_version); in btusb_setup_qca_load_rampatch()
2581 ver_patch = le32_to_cpu(ver->patch_version); in btusb_setup_qca_load_rampatch()
2618 struct qca_version *ver, in btusb_setup_qca_load_nvm() argument
2626 le32_to_cpu(ver->rom_version)); in btusb_setup_qca_load_nvm()
2647 struct qca_version ver; in btusb_setup_qca() local
2652 err = btusb_qca_send_vendor_req(hdev, QCA_GET_TARGET_VERSION, &ver, in btusb_setup_qca()
2653 sizeof(ver)); in btusb_setup_qca()
2657 ver_rom = le32_to_cpu(ver.rom_version); in btusb_setup_qca()
2674 err = btusb_setup_qca_load_rampatch(hdev, &ver, info); in btusb_setup_qca()
2680 err = btusb_setup_qca_load_nvm(hdev, &ver, info); in btusb_setup_qca()