Searched refs:version (Results 176 - 200 of 3349) sorted by relevance

1234567891011>>

/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_coredump.h43 * @version: Version of coredump structure
47 __le32 version; member in struct:iosm_cd_table
/linux-master/drivers/usb/typec/
H A Dpd.h13 u16 version; member in struct:usb_power_delivery
/linux-master/include/linux/usb/
H A Dinput.h19 id->version = le16_to_cpu(dev->descriptor.bcdDevice);
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-trace-fwht.h16 __field(u32, version)
27 __entry->version = p->version;
36 TP_printk("backward_ref_ts %llu version %u width %u height %u flags %s colorspace %u xfer_func %u ycbcr_enc %u quantization %u",
37 __entry->backward_ref_ts, __entry->version, __entry->width, __entry->height,
/linux-master/include/uapi/linux/
H A Ddlm_plock.h31 __u32 version[3]; member in struct:dlm_plock_info
H A Ddlm_device.h63 __u32 version[3]; member in struct:dlm_write_request
76 __u32 version[3]; member in struct:dlm_device_version
83 __u32 version[3]; member in struct:dlm_lock_result
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/nvdec/
H A Dpriv.h13 int version; member in struct:nvkm_nvdec_fwif
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dcl0080.h6 __u8 version; member in struct:nv_device_v0
16 __u8 version; member in struct:nv_device_info_v0
48 __u8 version; member in struct:nv_device_info_v1
58 __u8 version; member in struct:nv_device_time_v0
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_acpi_sar.h56 u8 version; member in struct:mt792x_asar_geo
69 u8 version; member in struct:mt792x_asar_geo_v2
77 u8 version; member in struct:mt792x_asar_cl
86 u8 version; member in struct:mt792x_asar_fg
/linux-master/sound/soc/sof/intel/
H A Dtelemetry.h18 u16 version; member in struct:xtensa_arch_block
/linux-master/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm48 it under the same terms as Perl itself, either Perl version 5.10.0 or,
49 at your option, any later version of Perl 5 you may have available.
52 GNU General Public License ("GPL") version 2 as published by the Free
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dcmdhdr.h27 * the command id, the group id and the version of the command
45 static inline u32 iwl_cmd_id(u8 opcode, u8 groupid, u8 version) argument
47 return opcode + (groupid << 8) + (version << 16);
105 * this is the wide version that contains more information about the command
106 * like length, version and command type
113 * @version: command version
121 u8 version; member in struct:iwl_cmd_header_wide
/linux-master/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-hw-exynos4.h16 unsigned int version);
18 unsigned int version);
20 void exynos4_jpeg_set_interrupt(void __iomem *base, unsigned int version);
/linux-master/include/linux/mlx5/
H A Dfs_helpers.h43 const u32 *match_v, int version)
55 switch (version) {
75 ip_version) == version;
41 _mlx5_fs_is_outer_ipv_flow(struct mlx5_core_dev *mdev, const u32 *match_c, const u32 *match_v, int version) argument
/linux-master/scripts/package/
H A Dmkdebian149 version=$KERNELRELEASE
153 packageversion=$(${srctree}/scripts/setlocalversion --no-local ${srctree})-$($srctree/init/build-version)
200 Package: $packagename-$version
202 Description: Linux kernel, version $version
204 files, version: $version.
223 Package: linux-headers-$version
225 Description: Linux kernel headers for $version on $debarch
226 This package provides kernel header files for $version o
[all...]
/linux-master/init/
H A DMakefile8 obj-y := main.o version.o mounts.o
31 build-version = $(or $(KBUILD_BUILD_VERSION), $(build-version-auto))
36 utsver=$$(echo '$(pound)'"$(build-version)" $(smp-flag-y) $(preempt-flag-y) "$(build-timestamp)" | cut -b -64); \
40 # Build version.c with temporary UTS_VERSION
48 $(obj)/version.o: $(obj)/utsversion-tmp.h
52 # Build version-timestamp.c with final UTS_VERSION
55 include/generated/utsversion.h: build-version-auto = $(shell $(src)/build-version)
60 $(obj)/version
[all...]
/linux-master/fs/bcachefs/
H A Dbtree_io.h158 unsigned version, unsigned big_endian,
161 if (version < bcachefs_metadata_version_inode_btree_change &&
169 if (version < bcachefs_metadata_version_snapshot &&
181 unsigned version, unsigned big_endian,
187 if (version < bcachefs_metadata_version_inode_btree_change &&
193 unsigned version, unsigned big_endian,
197 if (version < bcachefs_metadata_version_inode_btree_change &&
203 if (version < bcachefs_metadata_version_snapshot &&
207 compat_bpos(level, btree_id, version, big_endian, write, &bn->min_key);
208 compat_bpos(level, btree_id, version, big_endia
157 compat_bformat(unsigned level, enum btree_id btree_id, unsigned version, unsigned big_endian, int write, struct bkey_format *f) argument
180 compat_bpos(unsigned level, enum btree_id btree_id, unsigned version, unsigned big_endian, int write, struct bpos *p) argument
192 compat_btree_node(unsigned level, enum btree_id btree_id, unsigned version, unsigned big_endian, int write, struct btree_node *bn) argument
[all...]
H A Dsb-downgrade.c5 * downgrading past a given version
20 * x(version, recovery_passes, errors...)
63 u16 version; member in struct:upgrade_downgrade_entry
75 .version = bcachefs_metadata_version_##ver,\
94 if (i->version > old_version && i->version <= new_version) {
120 .version = bcachefs_metadata_version_##ver,\
156 if (BCH_VERSION_MAJOR(le16_to_cpu(i->version)) !=
157 BCH_VERSION_MAJOR(le16_to_cpu(sb->version))) {
158 prt_printf(err, "downgrade entry with mismatched major version (
[all...]
/linux-master/include/linux/netfilter/
H A Dnfnetlink.h67 static inline void nfnl_fill_hdr(struct nlmsghdr *nlh, u8 family, u8 version, argument
74 nfmsg->version = version;
80 u8 family, u8 version,
89 nfnl_fill_hdr(nlh, family, version, res_id);
78 nfnl_msg_put(struct sk_buff *skb, u32 portid, u32 seq, int type, int flags, u8 family, u8 version, __be16 res_id) argument
/linux-master/scripts/
H A Drust_is_available.sh8 min_tool_version=$(dirname $0)/min-tool-version.sh
10 # Convert the version string x.y.z to a canonical up-to-7-digits form.
13 # instances in other version scripts) to give a bit more space to
81 # Check that the Rust compiler version is suitable.
83 # Non-stable and distributions' versions may have a version suffix, e.g. `-dev`.
85 LC_ALL=C "$RUSTC" --version 2>/dev/null
89 echo >&2 "*** Running '$RUSTC' to check the Rust compiler version failed with"
102 echo >&2 "*** Running '$RUSTC' to check the Rust compiler version did not return"
115 echo >&2 "*** Your version: $rust_compiler_version"
116 echo >&2 "*** Minimum version
[all...]
/linux-master/arch/sparc/boot/
H A DMakefile27 @$(kecho) 'Kernel: $@ is ready' '(#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')'
31 @$(kecho) 'Kernel: $@ is ready' '(#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')'
36 @$(kecho) 'Kernel: $@ is ready' '(#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')'
62 @$(kecho) 'Kernel: $@ is ready' '(#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')'
68 @$(kecho) 'Kernel: $@ is ready' '(#'$(or $(KBUILD_BUILD_VERSION),`cat .version`)')'
/linux-master/drivers/net/ipa/
H A Dgsi_reg.c12 /* Is this register ID valid for the current GSI version? */
18 return gsi->version >= IPA_VERSION_3_5;
21 return gsi->version >= IPA_VERSION_3_5_1;
24 return gsi->version >= IPA_VERSION_5_0;
92 switch (gsi->version) {
143 dev_err(dev, "unsupported IPA version %u (?)\n", gsi->version);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dmxm.c39 *ver = x.version;
98 if (bios->version.chip == 0x84 || bios->version.chip == 0x86)
100 if (bios->version.chip == 0x92)
102 if (bios->version.chip == 0x94 || bios->version.chip == 0x96)
104 if (bios->version.chip == 0x98)
/linux-master/tools/perf/arch/s390/util/
H A Dheader.c25 #define SRVLVL_VERSION "version="
33 char type[8], model[33], version[8], manufacturer[32], authorization[8]; local
53 memset(version, 0, sizeof(version));
97 * version number and authorization level.
113 vssize += scnprintf(version + vssize,
114 sizeof(version) - vssize, "%s", sep + 1);
130 if (version[0] && authorization[0] )
132 manufacturer, type, model, version,
/linux-master/net/netfilter/
H A Dxt_l2tp.c41 u8 version; member in struct:l2tp_data
54 if ((info->flags & XT_L2TP_VERSION) && (info->version != data->version))
59 ((data->type == XT_L2TP_TYPE_CONTROL) || (data->version == 2)) &&
104 data.version = (u8) flags & L2TP_HDR_VER;
112 if (data.version == 3) {
120 } else if (data.version == 2) {
165 data.version = 3;
230 /* If version 2 is specified, check that incompatible params
234 if ((info->version <
[all...]

Completed in 223 milliseconds

1234567891011>>