Home
last modified time | relevance | path

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

12345678910>>...139

/linux-6.3-rc2/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-6.3-rc2/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
62 version=${version%-*}
64 cversion=$(get_canonical_version $version)
70 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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/scripts/package/
A Dbuilddeb79 destdir=$pdir/usr/src/linux-headers-$version
88 mkdir -p $pdir/lib/modules/$version/
89 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build
107 version=$KERNELRELEASE
110 packagename=linux-image-$version
114 packagename=user-mode-linux-$version
159 rm -f "$tmpdir/lib/modules/$version/build"
162 mv "$tmpdir/lib/modules/$version"/* "$tmpdir/usr/lib/uml/modules/$version/"
163 rmdir "$tmpdir/lib/modules/$version"
229 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version
[all …]
/linux-6.3-rc2/Documentation/scsi/
A Dscsi-generic.rst89 - lk 2.4.0 : sg version 3.1.17
90 - lk 2.4.7 : sg version 3.1.19
92 - lk 2.4.17 : sg version 3.1.22
98 new version of the sg driver:
100 - lk 2.2.0 : original sg version [with no version number]
101 - lk 2.2.6 : sg version 2.1.31
102 - lk 2.2.8 : sg version 2.1.32
104 - lk 2.2.14 : sg version 2.1.36
105 - lk 2.2.16 : sg version 2.1.38
106 - lk 2.2.17 : sg version 2.1.39
[all …]
/linux-6.3-rc2/drivers/net/ipa/
A Dipa_reg.c15 enum ipa_version version = ipa->version; in ipa_reg_id_valid() local
20 return version < IPA_VERSION_4_5; in ipa_reg_id_valid()
25 return version >= IPA_VERSION_3_5; in ipa_reg_id_valid()
30 return version >= IPA_VERSION_4_5; in ipa_reg_id_valid()
34 return version <= IPA_VERSION_3_1 || in ipa_reg_id_valid()
35 version == IPA_VERSION_4_5; in ipa_reg_id_valid()
39 return version <= IPA_VERSION_3_1; in ipa_reg_id_valid()
42 return version != IPA_VERSION_4_2; in ipa_reg_id_valid()
46 return version >= IPA_VERSION_3_1; in ipa_reg_id_valid()
103 switch (version) { in ipa_regs()
[all …]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/drivers/media/pci/saa7164/
A Dsaa7164-fw.c23 u32 version; member
213 if (version == 0x00) { in saa7164_downloadfirmware()
356 version = in saa7164_downloadfirmware()
358 if (version) { in saa7164_downloadfirmware()
397 (version & 0x0000fc00) >> 10, in saa7164_downloadfirmware()
398 (version & 0x000003e0) >> 5, in saa7164_downloadfirmware()
399 (version & 0x0000001f), in saa7164_downloadfirmware()
400 (version & 0xffff0000) >> 16); in saa7164_downloadfirmware()
403 if (version == 0) { in saa7164_downloadfirmware()
499 (fwhdr->version & 0x0000001f), in saa7164_downloadfirmware()
[all …]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/include/linux/fpga/
A Dadi-axi-common.h19 #define ADI_AXI_PCORE_VER_MAJOR(version) (((version) >> 16) & 0xff) argument
20 #define ADI_AXI_PCORE_VER_MINOR(version) (((version) >> 8) & 0xff) argument
21 #define ADI_AXI_PCORE_VER_PATCH(version) ((version) & 0xff) argument
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
A Dbase.c188 bios->version.major = nvbios_rd08(bios, bit_i.offset + 3); in nvkm_bios_new()
189 bios->version.chip = nvbios_rd08(bios, bit_i.offset + 2); in nvkm_bios_new()
190 bios->version.minor = nvbios_rd08(bios, bit_i.offset + 1); in nvkm_bios_new()
191 bios->version.micro = nvbios_rd08(bios, bit_i.offset + 0); in nvkm_bios_new()
192 bios->version.patch = nvbios_rd08(bios, bit_i.offset + 4); in nvkm_bios_new()
195 bios->version.major = nvbios_rd08(bios, bios->bmp_offset + 13); in nvkm_bios_new()
196 bios->version.chip = nvbios_rd08(bios, bios->bmp_offset + 12); in nvkm_bios_new()
197 bios->version.minor = nvbios_rd08(bios, bios->bmp_offset + 11); in nvkm_bios_new()
198 bios->version.micro = nvbios_rd08(bios, bios->bmp_offset + 10); in nvkm_bios_new()
202 bios->version.major, bios->version.chip, in nvkm_bios_new()
[all …]
/linux-6.3-rc2/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-6.3-rc2/drivers/media/platform/qcom/venus/
A Dhfi_platform.c9 const struct hfi_platform *hfi_platform_get(enum hfi_version version) in hfi_platform_get() argument
11 switch (version) { in hfi_platform_get()
24 hfi_platform_get_codec_vpp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_vpp_freq() argument
29 plat = hfi_platform_get(version); in hfi_platform_get_codec_vpp_freq()
40 hfi_platform_get_codec_vsp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_vsp_freq() argument
45 plat = hfi_platform_get(version); in hfi_platform_get_codec_vsp_freq()
56 hfi_platform_get_codec_lp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_lp_freq() argument
61 plat = hfi_platform_get(version); in hfi_platform_get_codec_lp_freq()
/linux-6.3-rc2/drivers/ps3/
A Dps3-sys-manager.c46 u8 version; member
259 u8 version; in ps3_sys_manager_send_attr() member
269 header.version = 1; in ps3_sys_manager_send_attr()
293 u8 version; in ps3_sys_manager_send_next_op() member
306 header.version = 1; in ps3_sys_manager_send_next_op()
337 u8 version; in ps3_sys_manager_send_request_shutdown() member
348 header.version = 1; in ps3_sys_manager_send_request_shutdown()
374 u8 version; in ps3_sys_manager_send_response() member
386 header.version = 1; in ps3_sys_manager_send_response()
407 u8 version; in ps3_sys_manager_handle_event() member
[all …]

Completed in 44 milliseconds

12345678910>>...139