Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 3484) sorted by relevance

12345678910>>...140

/linux/drivers/staging/rtl8723bs/include/
A DHalVerDef.h55 #define GET_CVID_IC_TYPE(version) ((enum hal_ic_type_e)((version).ICType)) argument
56 #define GET_CVID_CHIP_TYPE(version) ((enum hal_chip_type_e)((version).ChipType)) argument
57 #define GET_CVID_MANUFACTUER(version) ((enum hal_vendor_e)((version).VendorType)) argument
58 #define GET_CVID_CUT_VERSION(version) ((enum hal_cut_version_e)((version).CUTVersion)) argument
59 #define GET_CVID_ROM_VERSION(version) (((version).ROMVer) & ROM_VERSION_MASK) argument
67 #define IS_TEST_CHIP(version) ((GET_CVID_CHIP_TYPE(version) == TEST_CHIP) ? true : false) argument
68 #define IS_NORMAL_CHIP(version) ((GET_CVID_CHIP_TYPE(version) == NORMAL_CHIP) ? true : false) argument
71 #define IS_A_CUT(version) ((GET_CVID_CUT_VERSION(version) == A_CUT_VERSION) ? true : false) argument
72 #define IS_B_CUT(version) ((GET_CVID_CUT_VERSION(version) == B_CUT_VERSION) ? true : false) argument
73 #define IS_C_CUT(version) ((GET_CVID_CUT_VERSION(version) == C_CUT_VERSION) ? true : false) argument
[all …]
/linux/scripts/
A Dver_linux22 printversion("Binutils", version("ld -v"))
24 printversion("Mount", version("mount --version"))
26 printversion("E2fsprogs", version("tune2fs"))
27 printversion("Jfsutils", version("fsck.jfs -V"))
30 printversion("Xfsprogs", version("xfs_db -V"))
34 printversion("PPP", version("pppd --version"))
38 printversion("Flex", version("flex --version"))
42 if (!seen[ver = version("readlink " $NF)]++)
48 printversion("Kbd", version("loadkeys -V"))
50 printversion("Sh-utils", version("expr --v"))
[all …]
A Dld-version.sh27 set -- $(LC_ALL=C "$@" --version)
33 min_tool_version=$(dirname $0)/min-tool-version.sh
37 version=$1
50 version=$2
64 version=${version%%[!0-9.]*}
66 cversion=$(get_canonical_version $version)
72 echo >&2 "*** Your $disp_name version: $version"
A Das-version.sh48 set -- $(LC_ALL=C "$@" -Wa,--version -c -x assembler-with-cpp /dev/null -o /dev/null 2>/dev/null)
54 min_tool_version=$(dirname $0)/min-tool-version.sh
58 version=$1
68 version=${version%-*}
70 cversion=$(get_canonical_version $version)
76 echo >&2 "*** Your $name assembler version: $version"
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
A Ddef.h38 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument
39 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument
40 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument
41 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK) argument
42 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK) argument
43 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK) argument
45 #define IS_81XXC(version) ((GET_CVID_IC_TYPE(version) == 0) ?\ argument
49 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? false : true) argument
57 #define IS_VENDOR_UMC_A_CUT(version) ((IS_CHIP_VENDOR_UMC(version))\ argument
60 #define IS_VENDOR_8723_A_CUT(version) ((IS_8723_SERIES(version))\ argument
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
A Ddef.h45 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument
46 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument
47 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument
48 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK) argument
49 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK) argument
50 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK) argument
56 #define IS_92D(version) \ argument
64 #define IS_1T1R(version) \ argument
66 #define IS_1T2R(version) \ argument
74 ((IS_81XXC(version) && IS_2T2R(version)) ? true : false)
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Ddef.h163 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument
164 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument
165 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument
166 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK) argument
167 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK) argument
168 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK) argument
170 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? false : true) argument
171 #define IS_1T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T2R)\ argument
173 #define IS_2T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_2T2R)\ argument
187 #define IS_VENDOR_8812A_C_CUT(version) ((IS_8812_SERIES(version)) ? \ argument
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
A Ddef.h92 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument
93 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument
94 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument
99 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? \ argument
101 #define IS_1T2R(version) ((GET_CVID_RF_TYPE(version) == \ argument
103 #define IS_2T2R(version) ((GET_CVID_RF_TYPE(version) == \ argument
106 #define IS_92D_SINGLEPHY(version) ((IS_92D(version)) ? \ argument
108 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == \ argument
110 #define IS_92D_C_CUT(version) ((IS_92D(version)) ? \ argument
113 #define IS_92D_D_CUT(version) ((IS_92D(version)) ? \ argument
[all …]
/linux/tools/testing/selftests/sparc64/drivers/
A Dadi-test.c327 ret = pwrite_adi(fd, version, sizeof(version), offset); in test0_prpw_aligned_1byte()
331 ret = pread_adi(fd, version, sizeof(version), offset); in test0_prpw_aligned_1byte()
368 ret = pread_adi(fd, version, sizeof(version), offset); in test1_prpw_aligned_4096bytes()
408 ret = pread_adi(fd, version, sizeof(version), offset); in test2_prpw_aligned_10327bytes()
448 ret = pread_adi(fd, version, sizeof(version), offset); in test3_prpw_unaligned_12541bytes()
534 ret = write_adi(fd, &version, sizeof(version)); in test5_rw_aligned_1byte()
544 ret = read_adi(fd, &version, sizeof(version)); in test5_rw_aligned_1byte()
581 ret = write_adi(fd, version, sizeof(version)); in test6_rw_aligned_9434bytes()
593 ret = read_adi(fd, version, sizeof(version)); in test6_rw_aligned_9434bytes()
635 ret = write_adi(fd, version, sizeof(version)); in test7_rw_aligned_14963bytes()
[all …]
/linux/drivers/gpu/drm/xe/tests/
A Dxe_gt_sriov_pf_service_test.c39 gt->sriov.pf.service.version.latest.major); in pf_service_test_init()
40 if (gt->sriov.pf.service.version.base.major == gt->sriov.pf.service.version.latest.major) in pf_service_test_init()
42 gt->sriov.pf.service.version.latest.minor); in pf_service_test_init()
68 gt->sriov.pf.service.version.base.major, in pf_negotiate_base_match()
69 gt->sriov.pf.service.version.base.minor, in pf_negotiate_base_match()
82 gt->sriov.pf.service.version.base.major, in pf_negotiate_base_newer()
87 if (gt->sriov.pf.service.version.base.major == gt->sriov.pf.service.version.latest.major) in pf_negotiate_base_newer()
115 if (!gt->sriov.pf.service.version.base.minor) in pf_negotiate_base_older()
120 gt->sriov.pf.service.version.base.major, in pf_negotiate_base_older()
182 if (!gt->sriov.pf.service.version.latest.minor) in pf_negotiate_latest_older()
[all …]
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
A Dfw_common.h23 #define IS_CHIP_VER_B(version) ((version & CHIP_VER_B) ? true : false) argument
25 #define GET_CVID_RF_TYPE(version) \ argument
26 ((version) & RF_TYPE_MASK)
28 ((version) & CUT_VERSION_MASK)
29 #define IS_NORMAL_CHIP(version) \ argument
31 #define IS_2T2R(version) \ argument
32 (((GET_CVID_RF_TYPE(version)) == \
34 #define IS_92C_SERIAL(version) \ argument
35 ((IS_2T2R(version)) ? true : false)
39 ((IS_CHIP_VENDOR_UMC(version)) ? \
[all …]
/linux/drivers/net/ipa/
A Dipa_reg.c16 enum ipa_version version = ipa->version; in ipa_reg_id_valid() local
20 return version == IPA_VERSION_4_2; in ipa_reg_id_valid()
23 return version < IPA_VERSION_5_0 && version != IPA_VERSION_4_2; in ipa_reg_id_valid()
28 return version >= IPA_VERSION_5_0; in ipa_reg_id_valid()
32 return version < IPA_VERSION_4_5; in ipa_reg_id_valid()
37 return version >= IPA_VERSION_3_5; in ipa_reg_id_valid()
42 return version >= IPA_VERSION_4_5; in ipa_reg_id_valid()
48 version >= IPA_VERSION_5_0; in ipa_reg_id_valid()
57 version != IPA_VERSION_4_2; in ipa_reg_id_valid()
112 switch (version) { in ipa_regs()
[all …]
/linux/tools/net/sunrpc/xdrgen/generators/
A Dprogram.py20 for procedure in version.procedures:
38 for procedure in version.procedures:
48 for procedure in version.procedures:
63 for procedure in version.procedures:
77 for procedure in version.procedures:
91 for procedure in version.procedures:
105 for procedure in version.procedures:
127 for version in node.versions:
135 for version in node.versions:
144 for version in node.versions:
[all …]
/linux/Documentation/scsi/
A Dscsi-generic.rst42 Documentation (large version) for the version 2 sg driver found in the
79 - lk 2.4.0 : sg version 3.1.17
80 - lk 2.4.7 : sg version 3.1.19
82 - lk 2.4.17 : sg version 3.1.22
88 the new version of the sg driver:
90 - lk 2.2.0 : original sg version [with no version number]
91 - lk 2.2.6 : sg version 2.1.31
92 - lk 2.2.8 : sg version 2.1.32
94 - lk 2.2.14 : sg version 2.1.36
95 - lk 2.2.16 : sg version 2.1.38
[all …]
/linux/drivers/gpu/drm/nouveau/include/nvif/
A Dif0012.h9 __u8 version; member
75 __u8 version; member
85 __u8 version; member
94 __u8 version; member
103 __u8 version; member
121 __u8 version; member
148 __u8 version; member
155 __u8 version; member
170 __u8 version; member
184 __u8 version; member
[all …]
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_port.h26 u8 version; member
195 u8 version; member
210 u8 version; member
246 u8 version; member
257 u8 version; member
266 u8 version; member
275 u8 version; member
290 u8 version; member
301 u8 version; member
311 u8 version; member
[all …]
/linux/drivers/scsi/qla2xxx/
A Dqla_edif_bsg.h33 uint8_t version; member
46 uint8_t version; member
53 uint8_t version; member
62 uint8_t version; member
70 uint8_t version; member
77 uint8_t version; member
84 uint8_t version; member
106 uint8_t version; member
120 uint8_t version; member
134 uint8_t version; member
[all …]
/linux/drivers/media/pci/saa7164/
A Dsaa7164-fw.c23 u32 version; member
213 if (version == 0x00) { in saa7164_downloadfirmware()
355 version = in saa7164_downloadfirmware()
357 if (version) { in saa7164_downloadfirmware()
396 (version & 0x0000fc00) >> 10, in saa7164_downloadfirmware()
397 (version & 0x000003e0) >> 5, in saa7164_downloadfirmware()
398 (version & 0x0000001f), in saa7164_downloadfirmware()
399 (version & 0xffff0000) >> 16); in saa7164_downloadfirmware()
402 if (version == 0) { in saa7164_downloadfirmware()
498 (fwhdr->version & 0x0000001f), in saa7164_downloadfirmware()
[all …]
/linux/drivers/media/platform/allegro-dvt/
A Dallegro-mail.c47 enum mcu_msg_version version = msg->header.version; in allegro_enc_init() local
65 enum mcu_msg_version version = param->version; in settings_get_mcu_codec() local
90 enum mcu_msg_version version = param->version; in allegro_encode_config_blob() local
96 if (version >= MCU_MSG_VERSION_2019_2) in allegro_encode_config_blob()
100 if (version >= MCU_MSG_VERSION_2019_2) in allegro_encode_config_blob()
103 if (version < MCU_MSG_VERSION_2019_2) in allegro_encode_config_blob()
235 enum mcu_msg_version version = msg->header.version; in allegro_enc_create_channel() local
257 enum mcu_msg_version version = msg->header.version; in allegro_decode_config_blob() local
320 enum mcu_msg_version version = msg->header.version; in allegro_enc_encode_frame() local
370 enum mcu_msg_version version = msg->header.version; in allegro_dec_create_channel() local
[all …]
/linux/arch/x86/kernel/
A Dpvclock.c56 unsigned version; in pvclock_read_flags() local
60 version = pvclock_read_begin(src); in pvclock_read_flags()
62 } while (pvclock_read_retry(src, version)); in pvclock_read_flags()
70 unsigned version; in __pvclock_clocksource_read() local
76 version = pvclock_read_begin(src); in __pvclock_clocksource_read()
79 } while (pvclock_read_retry(src, version)); in __pvclock_clocksource_read()
127 u32 version; in pvclock_read_wallclock() local
133 version = wall_clock->version; in pvclock_read_wallclock()
145 } while ((wall_clock->version & 1) || (version != wall_clock->version)); in pvclock_read_wallclock()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
A Dbase.c44 mxm_shadow_rom(struct nvkm_mxm *mxm, u8 version) in mxm_shadow_rom() argument
80 mxm_shadow_dsm(struct nvkm_mxm *mxm, u8 version) in mxm_shadow_dsm() argument
106 rev = (version & 0xf0) << 4 | (version & 0x0f); in mxm_shadow_dsm()
148 version = obj->integer.value; in wmi_wmmx_mxmi()
150 (version >> 4), version & 0x0f); in wmi_wmmx_mxmi()
152 version = 0; in wmi_wmmx_mxmi()
157 return version; in wmi_wmmx_mxmi()
177 mxms_args[1] = wmi_wmmx_mxmi(mxm, version); in mxm_shadow_wmi()
200 bool (*exec)(struct nvkm_mxm *, u8 version);
213 mxm_shadow(struct nvkm_mxm *mxm, u8 version) in mxm_shadow() argument
[all …]
/linux/drivers/firmware/efi/libstub/
A Dtpm.c50 static void efi_retrieve_tcg2_eventlog(int version, efi_physical_addr_t log_location, in efi_retrieve_tcg2_eventlog() argument
78 if (version > EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2) { in efi_retrieve_tcg2_eventlog()
119 offset = sizeof(final_events_table->version) + in efi_retrieve_tcg2_eventlog()
135 log_tbl->version = version; in efi_retrieve_tcg2_eventlog()
153 int version = EFI_TCG2_EVENT_LOG_FORMAT_TCG_2; in efi_retrieve_eventlog() local
160 status = efi_call_proto(tpm2, get_event_log, version, &log_location, in efi_retrieve_eventlog()
164 version = EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2; in efi_retrieve_eventlog()
165 status = efi_call_proto(tpm2, get_event_log, version, in efi_retrieve_eventlog()
180 version = EFI_CC_EVENT_LOG_FORMAT_TCG_2; in efi_retrieve_eventlog()
181 status = efi_call_proto(cc, get_event_log, version, &log_location, in efi_retrieve_eventlog()
[all …]
/linux/Documentation/networking/devlink/
A Dsfc.rst24 control units, this is the SUC control unit's firmware version.
28 control units, this is the CMC control unit's firmware version.
34 - Datapath programmable logic version.
37 - Datapath software/microcode/firmware version.
40 - SmartNIC application co-processor (APU) first stage boot loader version.
43 - SmartNIC application co-processor (APU) co-operating system loader version.
46 - SmartNIC application co-processor (APU) main operating system version.
49 - SmartNIC application co-processor (APU) recovery operating system version.
52 - Expansion ROM version. For boards where the expansion ROM is split between
54 ROM version.
[all …]
/linux/net/batman-adv/
A Dtvlv.c79 if (tvlv_handler_tmp->version != version) in batadv_tvlv_handler_get()
141 if (tvlv_tmp->tvlv_hdr.version != version) in batadv_tvlv_container_get()
209 u8 type, u8 version) in batadv_tvlv_container_unregister() argument
232 u8 type, u8 version, in batadv_tvlv_container_register() argument
244 tvlv_new->tvlv_hdr.version = version; in batadv_tvlv_container_register()
338 tvlv_hdr->version = tvlv->tvlv_hdr.version; in batadv_tvlv_container_ogm_append()
457 tvlv_hdr->version); in batadv_tvlv_containers_process()
547 u8 type, u8 version, u8 flags) in batadv_tvlv_handler_register() argument
570 tvlv_handler->version = version; in batadv_tvlv_handler_register()
591 u8 type, u8 version) in batadv_tvlv_handler_unregister() argument
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
A Dbase.c196 bios->version.major = nvbios_rd08(bios, bit_i.offset + 3); in nvkm_bios_new()
197 bios->version.chip = nvbios_rd08(bios, bit_i.offset + 2); in nvkm_bios_new()
198 bios->version.minor = nvbios_rd08(bios, bit_i.offset + 1); in nvkm_bios_new()
199 bios->version.micro = nvbios_rd08(bios, bit_i.offset + 0); in nvkm_bios_new()
200 bios->version.patch = nvbios_rd08(bios, bit_i.offset + 4); in nvkm_bios_new()
203 bios->version.major = nvbios_rd08(bios, bios->bmp_offset + 13); in nvkm_bios_new()
204 bios->version.chip = nvbios_rd08(bios, bios->bmp_offset + 12); in nvkm_bios_new()
205 bios->version.minor = nvbios_rd08(bios, bios->bmp_offset + 11); in nvkm_bios_new()
206 bios->version.micro = nvbios_rd08(bios, bios->bmp_offset + 10); in nvkm_bios_new()
210 bios->version.major, bios->version.chip, in nvkm_bios_new()
[all …]

Completed in 62 milliseconds

12345678910>>...140