Home
last modified time | relevance | path

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

12345678910>>...200

/linux/drivers/staging/rtl8723bs/include/
A DHalVerDef.h65 #define GET_CVID_IC_TYPE(version) ((enum hal_ic_type_e)((version).ICType)) argument
66 #define GET_CVID_CHIP_TYPE(version) ((enum hal_chip_type_e)((version).ChipType)) argument
67 #define GET_CVID_MANUFACTUER(version) ((enum hal_vendor_e)((version).VendorType)) argument
68 #define GET_CVID_CUT_VERSION(version) ((enum hal_cut_version_e)((version).CUTVersion)) argument
69 #define GET_CVID_ROM_VERSION(version) (((version).ROMVer) & ROM_VERSION_MASK) argument
77 #define IS_TEST_CHIP(version) ((GET_CVID_CHIP_TYPE(version) == TEST_CHIP) ? true : false) argument
81 #define IS_A_CUT(version) ((GET_CVID_CUT_VERSION(version) == A_CUT_VERSION) ? true : false) argument
82 #define IS_B_CUT(version) ((GET_CVID_CUT_VERSION(version) == B_CUT_VERSION) ? true : false) argument
83 #define IS_C_CUT(version) ((GET_CVID_CUT_VERSION(version) == C_CUT_VERSION) ? true : false) argument
84 #define IS_D_CUT(version) ((GET_CVID_CUT_VERSION(version) == D_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
62 version=${version%-*}
64 cversion=$(get_canonical_version $version)
70 echo >&2 "*** Your $disp_name 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/staging/r8188eu/include/
A DHalVerDef.h47 #define GET_CVID_CHIP_TYPE(version) (((version).ChipType)) argument
48 #define GET_CVID_MANUFACTUER(version) (((version).VendorType)) argument
49 #define GET_CVID_CUT_VERSION(version) (((version).CUTVersion)) argument
50 #define GET_CVID_ROM_VERSION(version) (((version).ROMVer) & ROM_VERSION_MASK) argument
56 #define IS_TEST_CHIP(version) \ argument
58 #define IS_NORMAL_CHIP(version) \ argument
62 #define IS_A_CUT(version) \ argument
64 #define IS_B_CUT(version) \ argument
66 #define IS_C_CUT(version) \ argument
68 #define IS_D_CUT(version) \ argument
[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/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/tools/testing/selftests/sparc64/drivers/
A Dadi-test.c331 ret = pwrite_adi(fd, version, sizeof(version), offset); in test0_prpw_aligned_1byte()
335 ret = pread_adi(fd, version, sizeof(version), offset); in test0_prpw_aligned_1byte()
372 ret = pread_adi(fd, version, sizeof(version), offset); in test1_prpw_aligned_4096bytes()
412 ret = pread_adi(fd, version, sizeof(version), offset); in test2_prpw_aligned_10327bytes()
452 ret = pread_adi(fd, version, sizeof(version), offset); in test3_prpw_unaligned_12541bytes()
538 ret = write_adi(fd, &version, sizeof(version)); in test5_rw_aligned_1byte()
548 ret = read_adi(fd, &version, sizeof(version)); in test5_rw_aligned_1byte()
585 ret = write_adi(fd, version, sizeof(version)); in test6_rw_aligned_9434bytes()
597 ret = read_adi(fd, version, sizeof(version)); in test6_rw_aligned_9434bytes()
639 ret = write_adi(fd, version, sizeof(version)); in test7_rw_aligned_14963bytes()
[all …]
/linux/drivers/net/ipa/
A Dipa_reg.h104 if (version < IPA_VERSION_4_9) in arbitration_lock_disable_encoded()
107 if (version == IPA_VERSION_4_9) in arbitration_lock_disable_encoded()
121 if (version == IPA_VERSION_4_5 || version == IPA_VERSION_4_7) in full_flush_rsc_closure_en_encoded()
192 if (version < IPA_VERSION_4_0) in ipa_reg_filt_rout_hash_en_offset()
200 if (version < IPA_VERSION_4_0) in ipa_reg_filt_rout_hash_flush_offset()
215 if (version < IPA_VERSION_4_0) in ipa_reg_state_aggr_active_offset()
245 if (version < IPA_VERSION_4_5) in proc_cntxt_base_addr_encoded()
290 if (version >= IPA_VERSION_4_2) in ipa_reg_idle_indication_cfg_offset()
575 if (version < IPA_VERSION_3_5 || version == IPA_VERSION_4_5) in rsrc_grp_encoded()
578 if (version == IPA_VERSION_4_2 || version == IPA_VERSION_4_7) in rsrc_grp_encoded()
[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/scripts/package/
A Dbuilddeb81 destdir=$pdir/usr/src/linux-headers-$version
90 mkdir -p $pdir/lib/modules/$version/
91 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build
109 version=$KERNELRELEASE
112 packagename=linux-image-$version
116 packagename=user-mode-linux-$version
161 rm -f "$tmpdir/lib/modules/$version/build"
164 mv "$tmpdir/lib/modules/$version"/* "$tmpdir/usr/lib/uml/modules/$version/"
165 rmdir "$tmpdir/lib/modules/$version"
231 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version
[all …]
/linux/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/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/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/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/drivers/gpu/drm/nouveau/include/nvif/
A Dioctl.h8 __u8 version; member
36 __u64 version; member
41 __u8 version; member
53 __u8 version; member
68 __u8 version; member
77 __u8 version; member
86 __u8 version; member
101 __u8 version; member
110 __u8 version; member
117 __u8 version; member
[all …]
A Dcl5070.h8 __u8 version; member
16 __u8 version; member
30 __u8 version; member
46 __u8 version; member
54 __u8 version; member
61 __u8 version; member
67 __u8 version; member
80 __u8 version; member
87 __u8 version; member
93 __u8 version; member
/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()
69 unsigned version; in pvclock_clocksource_read() local
75 version = pvclock_read_begin(src); in pvclock_clocksource_read()
78 } while (pvclock_read_retry(src, version)); in pvclock_clocksource_read()
117 u32 version; in pvclock_read_wallclock() local
123 version = wall_clock->version; in pvclock_read_wallclock()
135 } while ((wall_clock->version & 1) || (version != wall_clock->version)); in pvclock_read_wallclock()
/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()
441 tvlv_hdr->version); in batadv_tvlv_containers_process()
521 u8 type, u8 version, u8 flags) in batadv_tvlv_handler_register() argument
543 tvlv_handler->version = version; in batadv_tvlv_handler_register()
564 u8 type, u8 version) in batadv_tvlv_handler_unregister() argument
[all …]
/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/fs/fscache/
A Dfsdef.c81 uint32_t version; in fscache_fsdef_netfs_check_aux() local
85 if (datalen != sizeof(version)) { in fscache_fsdef_netfs_check_aux()
86 _leave(" = OBSOLETE [dl=%d v=%zu]", datalen, sizeof(version)); in fscache_fsdef_netfs_check_aux()
90 memcpy(&version, data, sizeof(version)); in fscache_fsdef_netfs_check_aux()
91 if (version != netfs->version) { in fscache_fsdef_netfs_check_aux()
92 _leave(" = OBSOLETE [ver=%x net=%x]", version, netfs->version); in fscache_fsdef_netfs_check_aux()
/linux/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 …]
/linux/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/drivers/media/platform/qcom/venus/
A Dhfi_platform.c7 const struct hfi_platform *hfi_platform_get(enum hfi_version version) in hfi_platform_get() argument
9 switch (version) { in hfi_platform_get()
22 hfi_platform_get_codec_vpp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_vpp_freq() argument
27 plat = hfi_platform_get(version); in hfi_platform_get_codec_vpp_freq()
38 hfi_platform_get_codec_vsp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_vsp_freq() argument
43 plat = hfi_platform_get(version); in hfi_platform_get_codec_vsp_freq()
54 hfi_platform_get_codec_lp_freq(enum hfi_version version, u32 codec, u32 session_type) in hfi_platform_get_codec_lp_freq() argument
59 plat = hfi_platform_get(version); in hfi_platform_get_codec_lp_freq()

Completed in 1437 milliseconds

12345678910>>...200