Searched defs:version (Results 101 - 109 of 109) sorted by relevance

12345

/include/linux/
H A Dperf_event.h296 __u32 version; /* version number of this structure */ member in struct:perf_event_mmap_page
297 __u32 compat_version; /* lowest version this is compat with */
541 * # on event, hardware, kernel version and phase of
H A Dpkt_sched.h337 __u32 version; /* to match HTB/TC */ member in struct:tc_htb_glob
H A Dfb.h482 __u8 version; /* EDID version... */ member in struct:fb_monspecs
H A Dide.h1018 const char *version; member in struct:ide_driver
H A Dnfs_xdr.h1229 u32 version; /* Protocol version */ member in struct:nfs_rpc_ops
H A Dieee80211.h11 * it under the terms of the GNU General Public License version 2 as
1600 u8 version; member in struct:ieee80211_tspec_ie
H A Dinput.h8 * under the terms of the GNU General Public License version 2 as published by
34 * Protocol version.
47 __u16 version; member in struct:input_id
102 #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */
H A Dvideodev2.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
244 * @version: KERNEL_VERSION
253 __u32 version; member in struct:v4l2_capability
/include/sound/
H A Dasound.h9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
46 * protocol version
50 #define SNDRV_PROTOCOL_MAJOR(version) (((version)>>16)&0xffff)
51 #define SNDRV_PROTOCOL_MINOR(version) (((version)>>8)&0xff)
52 #define SNDRV_PROTOCOL_MICRO(version) ((version)&0xff)
114 unsigned int version; /* member in struct:snd_hwdep_dsp_status
[all...]

Completed in 166 milliseconds

12345