Searched refs:version (Results 1 - 25 of 139) sorted by relevance

123456

/include/net/
H A Dgue.h9 version:4; member in struct:guehdr::__anon1196::__anon1197
11 __u8 version:4,
/include/uapi/linux/
H A Dutsname.h10 char version[9]; member in struct:oldold_utsname
20 char version[65]; member in struct:old_utsname
28 char version[__NEW_UTS_LEN + 1]; member in struct:new_utsname
H A Dkeychord.h8 * License version 2, as published by the Free Software Foundation, and
38 __u16 version; member in struct:input_keychord
H A Dcycx_cfm.h13 * as published by the Free Software Foundation; either version
14 * 2 of the License, or (at your option) any later version.
16 * 1998/08/08 acme Initial version.
51 * @version - firmware version number
64 unsigned short version; member in struct:cycx_fw_info
79 * @version - file format version
88 unsigned short version; member in struct:cycx_firmware
H A Delf-fdpic.h8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
27 Elf32_Half version; /* version of these structures, just in case... */ member in struct:elf32_fdpic_loadmap
H A Dipc.h47 #define IPC_OLD 0 /* Old version (no 32-bit UID support on many
49 #define IPC_64 0x0100 /* New version (support 32-bit UIDs, bigger
78 #define IPCCALL(version,op) ((version)<<16 | (op))
H A Dncp_mount.h27 int version; member in struct:ncp_mount_data
47 int version; member in struct:ncp_mount_data_v4
H A Ddlm_plock.h29 __u32 version[3]; member in struct:dlm_plock_info
H A Ddlm_device.h62 __u32 version[3]; member in struct:dlm_write_request
75 __u32 version[3]; member in struct:dlm_device_version
82 __u32 version[3]; member in struct:dlm_lock_result
H A Ddlm_netlink.h23 __u16 version; member in struct:dlm_lock_data
H A Ddm-log-userspace.h391 * version 1: Initial implementation
392 * version 2: DM_ULOG_CTR allowed to return a string containing a
395 * version 3: DM_ULOG_FLUSH is capable of carrying payload for marking
420 uint32_t version; /* See DM_ULOG_REQUEST_VERSION */ member in struct:dm_ulog_request
H A Dnfs4_mount.h14 * a new field is required then add it to the end. The version field
16 * mount-to-kernel version compatibility. Some of these aren't used yet
27 int version; /* 1 */ member in struct:nfs4_mount_data
H A Diso_fs.h17 char version[ISODCL(7,7)]; member in struct:iso_volume_descriptor
31 char version [ISODCL ( 7, 7)]; /* 711 */ member in struct:iso_primary_descriptor
68 char version [ISODCL ( 7, 7)]; /* 711 */ member in struct:iso_supplementary_descriptor
108 char version [ISODCL ( 15, 15)]; /* 711 */ member in struct:hs_volume_descriptor
117 char version [ISODCL ( 15, 15)]; /* 711 */ member in struct:hs_primary_descriptor
/include/linux/input/
H A Dtps6507x-ts.h20 __u16 version; member in struct:touchscreen_init_data
/include/linux/can/platform/
H A Dti_hecc.h11 * published by the Free Software Foundation version 2.
28 * @version: version for future use
41 u32 version; member in struct:ti_hecc_platform_data
/include/linux/
H A Ddigsig.h11 * the Free Software Foundation, version 2 of the License.
32 uint8_t version; /* key format version */ member in struct:pubkey_hdr
40 uint8_t version; /* signature format version */ member in struct:signature_hdr
H A Ddavinci_emac.h7 * the terms of the GNU General Public License version 2. This program
38 u8 version; member in struct:emac_platform_data
H A Dhdmi.h5 * it under the terms of the GNU General Public License version 2 as
32 unsigned char version; member in struct:hdmi_any_infoframe
110 unsigned char version; member in struct:hdmi_avi_infoframe
154 unsigned char version; member in struct:hdmi_spd_infoframe
211 unsigned char version; member in struct:hdmi_audio_infoframe
243 unsigned char version; member in struct:hdmi_vendor_infoframe
258 unsigned char version; member in struct:hdmi_vendor_any_infoframe::__anon297
/include/uapi/linux/netfilter/
H A Dxt_l2tp.h15 __u8 version; /* L2TP protocol version */ member in struct:xt_l2tp_info
23 XT_L2TP_VERSION = (1 << 2), /* match L2TP protocol version */
/include/uapi/scsi/
H A Dscsi_netlink.h9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
43 uint8_t version; member in struct:scsi_nl_hdr
50 /* scsi_nl_hdr->version value */
115 (hdr)->version = SCSI_NL_VERSION; \
/include/linux/usb/
H A Dinput.h5 * under the terms of the GNU General Public License version 2 as published by
22 id->version = le16_to_cpu(dev->descriptor.bcdDevice);
/include/linux/netfilter/
H A Dnf_conntrack_proto_gre.h36 version:3, member in struct:gre_hdr
48 version:3;
58 __u8 version; /* should be GRE_VERSION_PPTP */ member in struct:gre_hdr_pptp
/include/linux/platform_data/
H A Ddavinci_asp.h8 * published by the Free Software Foundation version 2.
84 u8 version; member in struct:davinci_mcasp_pdata
H A Dspi-davinci.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
34 * @version: version of the SPI IP. Different DaVinci devices have slightly
48 u8 version; member in struct:davinci_spi_platform_data
/include/linux/ceph/
H A Dosdmap.h17 * Each map version is identified by an epoch, which increases monotonically.
175 __u8 version; local
182 version = ceph_decode_8(p);
183 if (version > 1) {
185 (int)version);

Completed in 481 milliseconds

123456