/third_party/ffmpeg/ffbuild/ |
H A D | common.mak | 145 %.c %.h %.pc %.ver %.version: TAG = GEN 217 CLEANSUFFIXES = *.d *.gcda *.gcno *.h.c *.ho *.map *.o *.pc *.ptx *.ptx.gz *.ptx.c *.ver *.version *$(DEFAULT_X86ASMD).asm *~ *.ilk *.pdb
|
H A D | library.mak | 61 $(SUBDIR)lib$(NAME).ver: $(SUBDIR)lib$(NAME).v $(OBJS) 67 $(SUBDIR)$(SLIBNAME_WITH_MAJOR): $(OBJS) $(SHLIBOBJS) $(SLIBOBJS) $(SUBDIR)lib$(NAME).ver
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_vec4_register_coalesce.cpp | 106 devinfo->ver = 4; in SetUp() 107 devinfo->verx10 = devinfo->ver * 10; in SetUp()
|
H A D | test_vec4_cmod_propagation.cpp | 112 devinfo->ver = 7; in SetUp() 113 devinfo->verx10 = devinfo->ver * 10; in SetUp() 956 devinfo->ver = 5; in TEST_F() 957 devinfo->verx10 = devinfo->ver * 10; in TEST_F() 1010 devinfo->ver = 5; in TEST_F() 1011 devinfo->verx10 = devinfo->ver * 10; in TEST_F()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_shader.h | 328 value* get_value_version(value* v, unsigned ver); 409 value* create_value(value_kind k, sel_chan regid, unsigned ver);
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_ioctl.c | 1089 } ver; in mwifiex_drv_get_driver_version() local 1092 ver.l = cpu_to_le32(adapter->fw_release_number); in mwifiex_drv_get_driver_version() 1093 sprintf(fw_ver, "%u.%u.%u.p%u", ver.c[2], ver.c[1], ver.c[0], ver.c[3]); in mwifiex_drv_get_driver_version()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_tunnel_core.c | 549 u8 ver; in ip_tun_parse_opts_erspan() local 559 ver = nla_get_u8(tb[LWTUNNEL_IP_OPT_ERSPAN_VER]); in ip_tun_parse_opts_erspan() 560 if (ver == 1) { in ip_tun_parse_opts_erspan() 563 } else if (ver == 2) { in ip_tun_parse_opts_erspan() 575 md->version = ver; in ip_tun_parse_opts_erspan() 576 if (ver == 1) { in ip_tun_parse_opts_erspan()
|
/kernel/linux/linux-6.6/drivers/ufs/host/ |
H A D | ufs-mediatek.c | 716 int ret, ver = 0; in ufs_mtk_get_controller_version() local 724 ret = ufshcd_dme_get(hba, UIC_ARG_MIB(PA_LOCALVERINFO), &ver); in ufs_mtk_get_controller_version() 726 if (ver >= UFS_UNIPRO_VER_1_8) { in ufs_mtk_get_controller_version() 791 int err, ver; in ufs_mtk_vreg_fix_vcc() local 802 } else if (of_property_read_bool(np, "mediatek,ufs-vcc-by-ver")) { in ufs_mtk_vreg_fix_vcc() 803 ver = (hba->dev_info.wspecversion & 0xF00) >> 8; in ufs_mtk_vreg_fix_vcc() 804 snprintf(vcc_name, MAX_VCC_NAME, "vcc-ufs%u", ver); in ufs_mtk_vreg_fix_vcc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu.h | 677 #define IP_VERSION_MAJ(ver) ((ver) >> 16) 678 #define IP_VERSION_MIN(ver) (((ver) >> 8) & 0xFF) 679 #define IP_VERSION_REV(ver) ((ver) & 0xFF)
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | vector.c | 1207 unsigned int i, v, ver, maxlvt; in print_local_APIC() local 1216 ver = GET_APIC_VERSION(v); in print_local_APIC() 1223 if (APIC_INTEGRATED(ver)) { in print_local_APIC() 1224 if (!APIC_XAPIC(ver)) { in print_local_APIC() 1237 if (!APIC_INTEGRATED(ver) || maxlvt == 3) { in print_local_APIC() 1259 if (APIC_INTEGRATED(ver)) { in print_local_APIC()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | sta_ioctl.c | 1077 } ver; in mwifiex_drv_get_driver_version() local 1080 ver.l = cpu_to_le32(adapter->fw_release_number); in mwifiex_drv_get_driver_version() 1081 sprintf(fw_ver, "%u.%u.%u.p%u", ver.c[2], ver.c[1], ver.c[0], ver.c[3]); in mwifiex_drv_get_driver_version()
|
/kernel/linux/linux-6.6/drivers/iio/imu/bno055/ |
H A D | bno055.c | 1276 int rev, ver; in bno055_show_fw_version() local 1284 ret = regmap_read(priv->regmap, BNO055_SW_REV_MSB_REG, &ver); in bno055_show_fw_version() 1288 buf = kasprintf(GFP_KERNEL, "ver: 0x%x, rev: 0x%x\n", ver, rev); in bno055_show_fw_version() 1559 int rev, ver; in bno055_probe() local 1614 ret = regmap_read(priv->regmap, BNO055_SW_REV_MSB_REG, &ver); in bno055_probe() 1624 if (ver != 0x3 || rev != 0x11) in bno055_probe()
|
/kernel/linux/linux-6.6/net/mctp/ |
H A D | route.c | 350 if (mh->ver != 1) in mctp_route_input() 829 hdr2->ver = hdr->ver; in mctp_do_fragment_route() 959 hdr->ver = 1; in mctp_local_output() 1123 if (mh->ver < MCTP_VER_MIN || mh->ver > MCTP_VER_MAX) in mctp_pkttype_receive()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_tunnel_core.c | 540 u8 ver; in ip_tun_parse_opts_erspan() local 550 ver = nla_get_u8(tb[LWTUNNEL_IP_OPT_ERSPAN_VER]); in ip_tun_parse_opts_erspan() 551 if (ver == 1) { in ip_tun_parse_opts_erspan() 554 } else if (ver == 2) { in ip_tun_parse_opts_erspan() 566 md->version = ver; in ip_tun_parse_opts_erspan() 567 if (ver == 1) { in ip_tun_parse_opts_erspan()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | restsnew.cpp | 563 UVersionInfo ver; in TestOtherAPI() local 564 copyRes.getVersion(ver); in TestOtherAPI() 566 logln("Version returned: [%d.%d.%d.%d]\n", ver[0], ver[1], ver[2], ver[3]); in TestOtherAPI()
|
/third_party/mesa3d/src/broadcom/qpu/ |
H A D | qpu_pack.c | 224 if (devinfo->ver >= 41) in v3d_qpu_sig_unpack() 226 else if (devinfo->ver == 40) in v3d_qpu_sig_unpack() 243 if (devinfo->ver >= 41) in v3d_qpu_sig_pack() 245 else if (devinfo->ver == 40) in v3d_qpu_sig_pack() 586 /* Returns true if op_desc should be filtered out based on devinfo->ver 594 return (op_desc->first_ver != 0 && devinfo->ver < op_desc->first_ver) || in opcode_invalid_in_version() 595 (op_desc->last_ver != 0 && devinfo->ver > op_desc->last_ver); in opcode_invalid_in_version()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_formats.c | 527 if (vk_format == VK_FORMAT_B4G4R4A4_UNORM_PACK16 && devinfo->ver < 8) { in anv_get_format_plane() 579 if ((aspects & VK_IMAGE_ASPECT_DEPTH_BIT) && devinfo->ver >= 9) in anv_get_image_format_features2() 615 if (devinfo->ver >= 9) in anv_get_image_format_features2() 1079 if (devinfo->ver < 9 && info->tiling == VK_IMAGE_TILING_LINEAR) in anv_get_image_format_properties() 1264 if (devinfo->ver < 9) in anv_get_image_format_properties() 1266 else if (devinfo->ver < 11) in anv_get_image_format_properties()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resolve.c | 116 if (batch->screen->devinfo.ver == 7 && in resolve_sampler_views() 418 if (devinfo->ver >= 6) { in crocus_flush_depth_and_render_caches() 658 if (devinfo->ver == 6) { in crocus_hiz_exec() 671 } else if (devinfo->ver >= 7) { in crocus_hiz_exec() 711 if (devinfo->ver == 6) { in crocus_hiz_exec() 1045 assert(devinfo->ver == 7); in crocus_update_stencil_shadow()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | cp210x.c | 2104 u8 ver[3]; in cp210x_get_fw_version() local 2108 ver, sizeof(ver)); in cp210x_get_fw_version() 2113 ver[0], ver[1], ver[2]); in cp210x_get_fw_version() 2115 priv->fw_version = ver[0] << 16 | ver[1] << 8 | ver[2]; in cp210x_get_fw_version()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | helpers.c | 166 enum hfi_version ver = core->res->hfi_version; in venus_helper_alloc_dpb_bufs() local 192 count = hfi_bufreq_get_count_min(&bufreq, ver); in venus_helper_alloc_dpb_bufs() 379 enum hfi_version ver = inst->core->res->hfi_version; in venus_helper_intbufs_realloc() local 405 ret = intbufs_set_buffer(inst, HFI_BUFFER_INTERNAL_SCRATCH(ver)); in venus_helper_intbufs_realloc() 409 ret = intbufs_set_buffer(inst, HFI_BUFFER_INTERNAL_SCRATCH_1(ver)); in venus_helper_intbufs_realloc() 413 ret = intbufs_set_buffer(inst, HFI_BUFFER_INTERNAL_SCRATCH_2(ver)); in venus_helper_intbufs_realloc() 671 enum hfi_version ver = inst->core->res->hfi_version; in venus_helper_get_bufreq() local 679 hfi_bufreq_set_count_min(req, ver, inst->fw_min_cnt); in venus_helper_get_bufreq() 684 inst->fw_min_cnt = hfi_bufreq_get_count_min(req, ver); in venus_helper_get_bufreq()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_qsv.c | 66 mfxVersion ver; member 235 err = MFXQueryVersion(hwctx->session, &s->ver); in qsv_device_init() 630 err = MFXInit(device_priv->impl, &device_priv->ver, session); in qsv_init_internal_session() 1483 mfxVersion ver = { { 3, 1 } }; in qsv_device_derive_from_child() local 1522 err = MFXInit(implementation, &ver, &hwctx->session); in qsv_device_derive_from_child() 1530 err = MFXQueryVersion(hwctx->session, &ver); in qsv_device_derive_from_child() 1539 MFX_VERSION_MAJOR, MFX_VERSION_MINOR, ver.Major, ver.Minor); in qsv_device_derive_from_child() 1543 err = MFXInit(implementation, &ver, &hwctx->session); in qsv_device_derive_from_child()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-phy-v2.c | 2252 unsigned int ver; in enable_rx_adap() local 2255 ver = XGMAC_GET_BITS(pdata->hw_feat.version, MAC_VR, SNPSVER); in enable_rx_adap() 2256 if (ver < 0x30) in enable_rx_adap() 2781 unsigned int ver; in xgbe_phy_valid_speed_baset_mode() local 2785 /* Supported in ver 21H and ver >= 30H */ in xgbe_phy_valid_speed_baset_mode() 2786 ver = XGMAC_GET_BITS(pdata->hw_feat.version, MAC_VR, SNPSVER); in xgbe_phy_valid_speed_baset_mode() 2787 return (ver == 0x21 || ver >= 0x30); in xgbe_phy_valid_speed_baset_mode() 2805 unsigned int ver; in xgbe_phy_valid_speed_sfp_mode() local 3160 unsigned int ver; xgbe_phy_port_mode_mismatch() local [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm_adsp.c | 1870 if (!dsp->ops->validate_version(dsp, header->ver)) { in wm_adsp_load() 1872 file, header->ver); in wm_adsp_load() 1876 adsp_info(dsp, "Firmware version: %d\n", header->ver); in wm_adsp_load() 1877 dsp->fw_ver = header->ver; in wm_adsp_load() 2228 dsp->fw_id_version = be32_to_cpu(fw->ver); in wmfw_parse_id_header() 2240 dsp->fw_id_version = be32_to_cpu(fw->ver); in wmfw_v3_parse_id_header() 2312 (be32_to_cpu(adsp1_alg[i].alg.ver) & 0xff0000) >> 16, in wm_adsp1_setup_algs() 2313 (be32_to_cpu(adsp1_alg[i].alg.ver) & 0xff00) >> 8, in wm_adsp1_setup_algs() 2314 be32_to_cpu(adsp1_alg[i].alg.ver) & 0xff, in wm_adsp1_setup_algs() 2419 (be32_to_cpu(adsp2_alg[i].alg.ver) in wm_adsp2_setup_algs() [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | irq_64.c | 323 unsigned long ver; in sun4u_compute_tid() local 325 __asm__ ("rdpr %%ver, %0" : "=r" (ver)); in sun4u_compute_tid() 326 if ((ver >> 32UL) == __JALAPENO_ID || in sun4u_compute_tid() 327 (ver >> 32UL) == __SERRANO_ID) { in sun4u_compute_tid()
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/zip/ |
H A D | zip_main.c | 306 if (qm->ver == QM_HW_V1) { in hisi_zip_hw_error_enable() 736 if (qm->ver == QM_HW_V1) in hisi_zip_pf_probe_init() 753 qm->ver = pdev->revision; in hisi_zip_qm_init() 765 } else if (qm->fun_type == QM_HW_VF && qm->ver == QM_HW_V1) { in hisi_zip_qm_init()
|