Searched refs:version (Results 1 - 200 of 24879) sorted by relevance

1234567891011>>

/linux-4.4.14/drivers/staging/rtl8723au/include/
H A DHalVerDef.h6 * under the terms of version 2 of the GNU General Public License as
63 #define GET_CVID_IC_TYPE(version) ((version).ICType)
64 #define GET_CVID_CHIP_TYPE(version) ((version).ChipType)
65 #define GET_CVID_MANUFACTUER(version) ((version).VendorType)
66 #define GET_CVID_CUT_VERSION(version) ((version).CUTVersion)
67 #define GET_CVID_ROM_VERSION(version) (((version).ROMVer) & ROM_VERSION_MASK)
71 #define IS_81XXC(version) \
72 (((GET_CVID_IC_TYPE(version) == CHIP_8192C) || \
73 (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? true : false)
74 #define IS_8723_SERIES(version) \
75 ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? true : false)
77 #define IS_TEST_CHIP(version) \
78 ((GET_CVID_CHIP_TYPE(version) == TEST_CHIP) ? true : false)
79 #define IS_NORMAL_CHIP(version) \
80 ((GET_CVID_CHIP_TYPE(version) == NORMAL_CHIP) ? true : false)
82 #define IS_A_CUT(version) \
83 ((GET_CVID_CUT_VERSION(version) == A_CUT_VERSION) ? true : false)
84 #define IS_B_CUT(version) \
85 ((GET_CVID_CUT_VERSION(version) == B_CUT_VERSION) ? true : false)
86 #define IS_C_CUT(version) \
87 ((GET_CVID_CUT_VERSION(version) == C_CUT_VERSION) ? true : false)
88 #define IS_D_CUT(version) \
89 ((GET_CVID_CUT_VERSION(version) == D_CUT_VERSION) ? true : false)
90 #define IS_E_CUT(version) \
91 ((GET_CVID_CUT_VERSION(version) == E_CUT_VERSION) ? true : false)
93 #define IS_CHIP_VENDOR_TSMC(version) \
94 ((GET_CVID_MANUFACTUER(version) == CHIP_VENDOR_TSMC) ? true : false)
95 #define IS_CHIP_VENDOR_UMC(version) \
96 ((GET_CVID_MANUFACTUER(version) == CHIP_VENDOR_UMC) ? true : false)
98 /* Chip version Macro. -- */
100 #define IS_81xxC_VENDOR_UMC_A_CUT(version) \
101 (IS_81XXC(version)?(IS_CHIP_VENDOR_UMC(version) ? \
102 (IS_A_CUT(version) ? true : false) : false) : false)
103 #define IS_81xxC_VENDOR_UMC_B_CUT(version) \
104 (IS_81XXC(version) ? (IS_CHIP_VENDOR_UMC(version) ? \
105 (IS_B_CUT(version) ? true : false) : false): false)
106 #define IS_81xxC_VENDOR_UMC_C_CUT(version) \
107 (IS_81XXC(version)?(IS_CHIP_VENDOR_UMC(version) ? \
108 (IS_C_CUT(version) ? true : false) : false) : false)
109 #define IS_8723A_A_CUT(version) \
110 ((IS_8723_SERIES(version)) ? (IS_A_CUT(version) ? true : false) : false)
111 #define IS_8723A_B_CUT(version) \
112 ((IS_8723_SERIES(version)) ? (IS_B_CUT(version) ? true : false) : false)
/linux-4.4.14/sound/pci/asihpi/
H A Dhpi_version.h2 Development releases have odd minor version.
3 Production releases have even minor version.
12 /* *** HPI_VER is the only edit required to update version *** */
13 /** HPI version */
16 /** HPI version string in dotted decimal format */
19 /** Library version as documented in hpi-api-versions.txt */
22 /** Construct hpi version number from major, minor, release numbers */
25 /** Extract major version from hpi version number */
27 /** Extract minor version from hpi version number */
29 /** Extract release from hpi version number */
/linux-4.4.14/drivers/staging/rtl8188eu/include/
H A DHalVerDef.h6 * under the terms of version 2 of the GNU General Public License as
51 #define GET_CVID_CHIP_TYPE(version) (((version).ChipType))
52 #define GET_CVID_MANUFACTUER(version) (((version).VendorType))
53 #define GET_CVID_CUT_VERSION(version) (((version).CUTVersion))
59 #define IS_TEST_CHIP(version) \
60 ((GET_CVID_CHIP_TYPE(version) == TEST_CHIP) ? true : false)
61 #define IS_NORMAL_CHIP(version) \
62 ((GET_CVID_CHIP_TYPE(version) == NORMAL_CHIP) ? true : false)
65 #define IS_A_CUT(version) \
66 ((GET_CVID_CUT_VERSION(version) == A_CUT_VERSION) ? true : false)
67 #define IS_B_CUT(version) \
68 ((GET_CVID_CUT_VERSION(version) == B_CUT_VERSION) ? true : false)
69 #define IS_C_CUT(version) \
70 ((GET_CVID_CUT_VERSION(version) == C_CUT_VERSION) ? true : false)
71 #define IS_D_CUT(version) \
72 ((GET_CVID_CUT_VERSION(version) == D_CUT_VERSION) ? true : false)
73 #define IS_E_CUT(version) \
74 ((GET_CVID_CUT_VERSION(version) == E_CUT_VERSION) ? true : false)
78 #define IS_CHIP_VENDOR_TSMC(version) \
79 ((GET_CVID_MANUFACTUER(version) == CHIP_VENDOR_TSMC) ? true : false)
80 #define IS_CHIP_VENDOR_UMC(version) \
81 ((GET_CVID_MANUFACTUER(version) == CHIP_VENDOR_UMC) ? true : false)
/linux-4.4.14/tools/build/feature/
H A Dtest-glibc.c4 #include <gnu/libc-version.h>
13 const char *version = gnu_get_libc_version(); main() local
15 const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MINOR__); main()
18 return (long)version; main()
H A Dtest-dwarf.c3 #include <elfutils/version.h>
/linux-4.4.14/arch/x86/math-emu/
H A Dversion.h2 | version.h |
12 #define FPU_VERSION "wm-FPU-emu version 2.01"
/linux-4.4.14/Documentation/misc-devices/mei/
H A DMakefile2 hostprogs-y := mei-amt-version
3 HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Ddef.h6 * under the terms of version 2 of the GNU General Public License as
69 /* [15:12] IC version(CUT): A-cut=0, B-cut=1, C-cut=2, D-cut=3
96 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK)
97 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK)
98 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK)
99 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK)
100 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK)
101 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK)
103 #define IS_81XXC(version) \
104 ((GET_CVID_IC_TYPE(version) == 0) ? true : false)
105 #define IS_8723_SERIES(version) \
106 ((GET_CVID_IC_TYPE(version) == CHIP_8723) ? true : false)
107 #define IS_92D(version) \
108 ((GET_CVID_IC_TYPE(version) == CHIP_92D) ? true : false)
110 #define IS_NORMAL_CHIP(version) \
111 ((GET_CVID_CHIP_TYPE(version)) ? true : false)
112 #define IS_NORMAL_CHIP92D(version) \
113 ((GET_CVID_CHIP_TYPE(version)) ? true : false)
115 #define IS_1T1R(version) \
116 ((GET_CVID_RF_TYPE(version)) ? false : true)
117 #define IS_1T2R(version) \
118 ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T2R) ? true : false)
119 #define IS_2T2R(version) \
120 ((GET_CVID_RF_TYPE(version) == RF_TYPE_2T2R) ? true : false)
121 #define IS_CHIP_VENDOR_UMC(version) \
122 ((GET_CVID_MANUFACTUER(version)) ? true : false)
124 #define IS_92C_SERIAL(version) \
125 ((IS_81XXC(version) && IS_2T2R(version)) ? true : false)
126 #define IS_81xxC_VENDOR_UMC_A_CUT(version) \
127 (IS_81XXC(version) ? ((IS_CHIP_VENDOR_UMC(version)) ? \
128 ((GET_CVID_CUT_VERSION(version)) ? false : true) : false) : false)
129 #define IS_81XXC_VENDOR_UMC_B_CUT(version) \
130 (IS_81XXC(version) ? (IS_CHIP_VENDOR_UMC(version) ? \
131 ((GET_CVID_CUT_VERSION(version) == B_CUT_VERSION) ? true \
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Derrno.h2 * S390 version
H A Dsetup.h2 * S390 version
H A Dresource.h2 * S390 version
H A Dsiginfo.h2 * S390 version
/linux-4.4.14/init/
H A Dversion.c2 * linux/init/version.c
14 #include <linux/version.h>
18 #define version(a) Version_ ## a macro
19 #define version_string(a) version(a)
33 .version = UTS_VERSION,
47 "Linux version " UTS_RELEASE " (" LINUX_COMPILE_BY "@"
51 "%s version %s"
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Ddef.h6 * under the terms of version 2 of the GNU General Public License as
91 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK)
92 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK)
93 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK)
94 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK)
95 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK)
96 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK)
98 #define IS_81XXC(version) ((GET_CVID_IC_TYPE(version) == 0) ?\
100 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723) ? \
102 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? false : true)
103 #define IS_1T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T2R)\
105 #define IS_2T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_2T2R)\
107 #define IS_CHIP_VENDOR_UMC(version) ((GET_CVID_MANUFACTUER(version)) ? \
110 #define IS_VENDOR_UMC_A_CUT(version) ((IS_CHIP_VENDOR_UMC(version))\
111 ? ((GET_CVID_CUT_VERSION(version)) ? \
113 #define IS_VENDOR_8723_A_CUT(version) ((IS_8723_SERIES(version))\
114 ? ((GET_CVID_CUT_VERSION(version)) ? \
116 #define IS_VENDOR_8723A_B_CUT(version) ((IS_8723_SERIES(version))\
117 ? ((GET_CVID_CUT_VERSION(version) == \
119 #define IS_81xxC_VENDOR_UMC_B_CUT(version) ((IS_CHIP_VENDOR_UMC(version))\
120 ? ((GET_CVID_CUT_VERSION(version) == \
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
H A Devent.h5 __u8 version; member in struct:nvif_notify_req_v0
15 __u8 version; member in struct:nvif_notify_rep_v0
24 __u8 version; member in struct:nvif_notify_head_req_v0
31 __u8 version; member in struct:nvif_notify_head_rep_v0
37 __u8 version; member in struct:nvif_notify_conn_req_v0
49 __u8 version; member in struct:nvif_notify_conn_rep_v0
H A Dioctl.h7 __u8 version; member in struct:nvif_ioctl_v0
35 __u64 version; member in struct:nvif_ioctl_nop_v0
40 __u8 version; member in struct:nvif_ioctl_sclass_v0
52 __u8 version; member in struct:nvif_ioctl_new_v0
75 __u8 version; member in struct:nvif_ioctl_rd_v0
84 __u8 version; member in struct:nvif_ioctl_wr_v0
93 __u8 version; member in struct:nvif_ioctl_map_v0
104 __u8 version; member in struct:nvif_ioctl_ntfy_new_v0
113 __u8 version; member in struct:nvif_ioctl_ntfy_del_v0
120 __u8 version; member in struct:nvif_ioctl_ntfy_get_v0
127 __u8 version; member in struct:nvif_ioctl_ntfy_put_v0
134 __u8 version; member in struct:nvif_ioctl_mthd_v0
H A Dunpack.h12 if (_size <= size && (d).version >= (vl) && \
13 (d).version <= (vh)) { \
H A Dclass.h144 __u8 version; member in struct:nv_client_devlist_v0
156 __u8 version; member in struct:nv_device_v0
165 __u8 version; member in struct:nv_device_info_v0
192 __u8 version; member in struct:nv_device_time_v0
203 __u8 version; member in struct:nv_dma_v0
222 __u8 version; member in struct:nv50_dma_v0
243 __u8 version; member in struct:gf100_dma_v0
255 __u8 version; member in struct:gf119_dma_v0
275 __u8 version; member in struct:nvif_perfmon_query_domain_v0
285 __u8 version; member in struct:nvif_perfmon_query_signal_v0
295 __u8 version; member in struct:nvif_perfmon_query_source_v0
311 __u8 version; member in struct:nvif_perfdom_v0
333 __u8 version; member in struct:nvif_perfdom_read_v0
350 __u8 version; member in struct:nvif_control_pstate_info_v0
364 __u8 version; member in struct:nvif_control_pstate_attr_v0
380 __u8 version; member in struct:nvif_control_pstate_user_v0
394 __u8 version; member in struct:nv03_channel_dma_v0
402 __u8 version; member in struct:nv50_channel_dma_v0
417 __u8 version; member in struct:nv50_channel_gpfifo_v0
427 __u8 version; member in struct:fermi_channel_gpfifo_v0
436 __u8 version; member in struct:kepler_channel_gpfifo_a_v0
459 __u8 version; member in struct:nv04_disp_mthd_v0
467 __u8 version; member in struct:nv04_disp_scanoutpos_v0
487 __u8 version; member in struct:nv50_disp_mthd_v0
495 __u8 version; member in struct:nv50_disp_mthd_v1
511 __u8 version; member in struct:nv50_disp_dac_pwr_v0
520 __u8 version; member in struct:nv50_disp_dac_load_v0
527 __u8 version; member in struct:nv50_disp_sor_pwr_v0
533 __u8 version; member in struct:nv50_disp_sor_hda_eld_v0
539 __u8 version; member in struct:nv50_disp_sor_hdmi_pwr_v0
547 __u8 version; member in struct:nv50_disp_sor_lvds_script_v0
554 __u8 version; member in struct:nv50_disp_sor_dp_pwr_v0
560 __u8 version; member in struct:nv50_disp_pior_pwr_v0
568 __u8 version; member in struct:nv50_disp_core_channel_dma_v0
577 __u8 version; member in struct:nv50_disp_cursor_v0
586 __u8 version; member in struct:nv50_disp_base_channel_dma_v0
596 __u8 version; member in struct:nv50_disp_overlay_channel_dma_v0
606 __u8 version; member in struct:nv50_disp_overlay_v0
622 __u8 version; member in struct:nv04_nvsw_get_ref_v0
635 __u8 version; member in struct:fermi_a_zbc_color_v0
663 __u8 version; member in struct:fermi_a_zbc_depth_v0
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Ddef.h6 * under the terms of version 2 of the GNU General Public License as
122 /* [15:12] IC version(CUT): A-cut=0, B-cut=1, C-cut=2, D-cut=3 */
149 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK)
150 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK)
151 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK)
152 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK)
153 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK)
154 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK)
156 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? \
158 #define IS_1T2R(version) ((GET_CVID_RF_TYPE(version) == \
160 #define IS_2T2R(version) ((GET_CVID_RF_TYPE(version) == \
163 #define IS_92D_SINGLEPHY(version) ((IS_92D(version)) ? \
164 (IS_2T2R(version) ? true : false) : false)
165 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == \
167 #define IS_92D_C_CUT(version) ((IS_92D(version)) ? \
168 ((GET_CVID_CUT_VERSION(version) == \
170 #define IS_92D_D_CUT(version) ((IS_92D(version)) ? \
171 ((GET_CVID_CUT_VERSION(version) == \
173 #define IS_92D_E_CUT(version) ((IS_92D(version)) ? \
174 ((GET_CVID_CUT_VERSION(version) == \
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dfw_common.h6 * under the terms of version 2 of the GNU General Public License as
48 #define CHIP_VENDOR_UMC_B_CUT BIT(6) /* Chip version for ECO */
49 #define IS_CHIP_VER_B(version) ((version & CHIP_VER_B) ? true : false)
51 #define GET_CVID_RF_TYPE(version) \
52 ((version) & RF_TYPE_MASK)
53 #define GET_CVID_CUT_VERSION(version) \
54 ((version) & CUT_VERSION_MASK)
55 #define IS_NORMAL_CHIP(version) \
56 ((version & NORMAL_CHIP) ? true : false)
57 #define IS_2T2R(version) \
58 (((GET_CVID_RF_TYPE(version)) == \
60 #define IS_92C_SERIAL(version) \
61 ((IS_2T2R(version)) ? true : false)
62 #define IS_CHIP_VENDOR_UMC(version) \
63 ((version & CHIP_VENDOR_UMC) ? true : false)
64 #define IS_VENDOR_UMC_A_CUT(version) \
65 ((IS_CHIP_VENDOR_UMC(version)) ? \
66 ((GET_CVID_CUT_VERSION(version)) ? false : true) : false)
67 #define IS_81XXC_VENDOR_UMC_B_CUT(version) \
68 ((IS_CHIP_VENDOR_UMC(version)) ? \
69 ((GET_CVID_CUT_VERSION(version) == \
/linux-4.4.14/arch/s390/include/asm/
H A Dtypes.h2 * S390 version
H A Dshmparam.h2 * S390 version
H A Dcache.h2 * S390 version
H A Dcurrent.h2 * S390 version
/linux-4.4.14/arch/cris/include/asm/
H A Dshmparam.h4 /* same as asm-i386/ version.. */
/linux-4.4.14/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 Dgigaset_dev.h9 * published by the Free Software Foundation; either version 2 of
10 * the License, or (at your option) any later version.
31 /* get version information selected by arg[0] */
34 #define GIGVER_DRIVER 0 /* get driver version */
35 #define GIGVER_COMPAT 1 /* get interface compatibility version */
36 #define GIGVER_FWBASE 2 /* get base station firmware version */
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 Dif_cablemodem.h10 * Foundation; either version 2 of the License, or (at
11 * your option) any later version.
16 #define SIOCGCMFIRMWARE (SIOCDEVPRIVATE+1) /* get cm firmware version */
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 Dhash_info.h8 * Software Foundation; either version 2 of the License, or (at your option)
9 * any later version.
H A Dif_plip.h6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
H A Dmpls_iptunnel.h9 * as published by the Free Software Foundation; either version
10 * 2 of the License, or (at your option) any later version.
H A Duio.h6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/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 */
H A Dxt_connmark.h11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddef.h6 * under the terms of version 2 of the GNU General Public License as
216 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK)
217 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK)
218 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK)
219 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK)
220 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK)
221 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK)
223 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? false : true)
224 #define IS_1T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T2R)\
226 #define IS_2T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_2T2R)\
229 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? \
231 #define IS_8821_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8821) ? \
234 #define IS_VENDOR_8812A_TEST_CHIP(version) ((IS_8812_SERIES(version)) ? \
235 ((IS_NORMAL_CHIP(version)) ? \
237 #define IS_VENDOR_8812A_MP_CHIP(version) ((IS_8812_SERIES(version)) ? \
238 ((IS_NORMAL_CHIP(version)) ? \
240 #define IS_VENDOR_8812A_C_CUT(version) ((IS_8812_SERIES(version)) ? \
241 ((GET_CVID_CUT_VERSION(version) == \
245 #define IS_VENDOR_8821A_TEST_CHIP(version) ((IS_8821_SERIES(version)) ? \
246 ((IS_NORMAL_CHIP(version)) ? \
248 #define IS_VENDOR_8821A_MP_CHIP(version) ((IS_8821_SERIES(version)) ? \
249 ((IS_NORMAL_CHIP(version)) ? \
251 #define IS_VENDOR_8821A_B_CUT(version) ((IS_8821_SERIES(version)) ? \
252 ((GET_CVID_CUT_VERSION(version) == \
/linux-4.4.14/arch/frv/include/asm/
H A Dmodule.h8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
17 * Include the architecture version.
H A Dmc146818rtc.h8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/drivers/scsi/qla2xxx/
H A Dqla_version.h8 * Driver version
/linux-4.4.14/drivers/staging/lustre/lustre/include/
H A Dlustre_ver.h4 * based on parameters in lustre/autoconf/lustre-version.ac.
18 * by this amount (set in lustre/autoconf/lustre-version.ac). */
21 /* If lustre version of client and servers it connects to differs by more
23 * (set in lustre/autoconf/lustre-version.ac) */
/linux-4.4.14/drivers/mmc/core/
H A Dslot-gpio.h6 * License terms: GNU General Public License (GPL) version 2
H A Dsdio_bus.h8 * the Free Software Foundation; either version 2 of the License, or (at
9 * your option) any later version.
H A Dsdio_cis.h10 * the Free Software Foundation; either version 2 of the License, or (at
11 * your option) any later version.
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dbit.h5 u8 version; member in struct:bit_entry
/linux-4.4.14/fs/ocfs2/
H A Docfs2_lockingver.h6 * Defines OCFS2 Locking version values.
12 * License, version 2, as published by the Free Software Foundation.
24 * The protocol version for ocfs2 cluster locking. See dlmglue.c for
27 * 1.0 - Initial locking version from ocfs2 1.4.
/linux-4.4.14/include/asm-generic/bitops/
H A Dext2-atomic-setbit.h5 * Atomic bitops based version of ext2 atomic bitops
/linux-4.4.14/include/asm-generic/
H A Dlinkage.h5 * an architecture can override them by providing its own version.
H A Dsegment.h6 * New architectures probably don't want to have their own version.
H A Dspinlock.h5 * version does not handle SMP.
/linux-4.4.14/arch/m68k/include/uapi/asm/
H A Dbootinfo-q40.h10 * Latest Q40 bootinfo version
/linux-4.4.14/arch/microblaze/kernel/cpu/
H A DMakefile2 # Build the appropriate CPU version support
/linux-4.4.14/fs/fscache/
H A Dfsdef.c8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
33 * structure version supplied by the netfs:
42 * If an entry with the appropriate name does already exist, the version is
43 * compared. If the version is different, the entire subtree from that entry
68 * a specific netfs and only applicable to a particular version of the index
89 _enter("{%s.%u},", netfs->name, netfs->version); fscache_fsdef_netfs_get_key()
101 * structure version number of the netfs for which this version is created
109 _enter("{%s.%u},", netfs->name, netfs->version); fscache_fsdef_netfs_get_aux()
115 memcpy(buffer, &netfs->version, dlen); fscache_fsdef_netfs_get_aux()
120 * check that the index structure version number stored in the auxiliary data
129 uint32_t version; fscache_fsdef_netfs_check_aux() local
133 if (datalen != sizeof(version)) { fscache_fsdef_netfs_check_aux()
134 _leave(" = OBSOLETE [dl=%d v=%zu]", datalen, sizeof(version)); fscache_fsdef_netfs_check_aux()
138 memcpy(&version, data, sizeof(version)); fscache_fsdef_netfs_check_aux()
139 if (version != netfs->version) { fscache_fsdef_netfs_check_aux()
140 _leave(" = OBSOLETE [ver=%x net=%x]", version, netfs->version); fscache_fsdef_netfs_check_aux()
/linux-4.4.14/drivers/usb/serial/
H A Doti6858.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
/linux-4.4.14/drivers/misc/cxl/
H A Dtrace.c6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
H A Dhns_dsaf_xgmac.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
/linux-4.4.14/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_crtc.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
H A Dfsl_dcu_drm_plane.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
H A Dfsl_dcu_drm_fbdev.c8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
/linux-4.4.14/arch/x86/boot/
H A Dversion.c7 * the terms of the GNU General Public License version 2.
12 * Kernel version string
H A Dstring.h14 * Access builtin version by default. If one needs to use optimized version,
/linux-4.4.14/drivers/block/zram/
H A Dzcomp_lz4.h6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
H A Dzcomp_lzo.h6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/clock/
H A Drenesas-cpg-mssr.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/clock/
H A Drenesas-cpg-mssr.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
/linux-4.4.14/fs/nilfs2/
H A Dexport.h12 * @gen: file generation (version) for NFS
13 * @parent_gen: parent generation (version) for NFS
/linux-4.4.14/samples/bpf/
H A Dtrace_output_kern.c2 #include <linux/version.h>
30 u32 _version SEC("version") = LINUX_VERSION_CODE;
H A Dtracex6_kern.c2 #include <linux/version.h>
27 u32 _version SEC("version") = LINUX_VERSION_CODE;
/linux-4.4.14/include/crypto/
H A Dctr.h8 * Software Foundation; either version 2 of the License, or (at your option)
9 * any later version.
H A Dpadlock.h8 * Software Foundation; either version 2 of the License, or (at your option)
9 * any later version.
/linux-4.4.14/include/dt-bindings/clock/
H A Drenesas-cpg-mssr.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
/linux-4.4.14/include/linux/
H A Dauto_fs.h8 * the terms of the GNU General Public License, version 2, or at your
9 * option, any later version, incorporated herein by reference.
H A Dfsldma.h4 * the Free Software Foundation; either version 2 of the License, or
5 * (at your option) any later version.
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 Dif_pppol2tp.h5 * (l2tp_ppp.c). All version information wrt this file is located in l2tp_ppp.c
10 * as published by the Free Software Foundation; either version
11 * 2 of the License, or (at your option) any later version.
H A Dvia-gpio.h5 * Distributable under version 2 of the GNU General Public License.
H A Dstmp_device.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
H A Dasn1_decoder.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Dmv643xx_i2c.h4 * Free Software Foundation; either version 2 of the License, or (at your
5 * option) any later version.
H A Dnwpserial.h8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/include/linux/platform_data/
H A Dcoda.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
H A Dclk-ux500.h7 * License terms: GNU General Public License (GPL) version 2
H A Ditco_wdt.h16 unsigned int version; member in struct:itco_wdt_platform_data
H A Dcamera-rcar.h9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
H A Disl9305.h10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
H A Dspi-clps711x.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
/linux-4.4.14/arch/powerpc/include/asm/
H A Dkmap_types.h9 * as published by the Free Software Foundation; either version
10 * 2 of the License, or (at your option) any later version.
H A Dppc4xx.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
H A Dsetjmp.h6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
H A Dswab.h4 * as published by the Free Software Foundation; either version
5 * 2 of the License, or (at your option) any later version.
H A Dbugs.h7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
H A Dmpc5xxx.h11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
H A Drio.h9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
H A Duic.h9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
H A Dxilinx_intc.h8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
/linux-4.4.14/arch/powerpc/include/uapi/asm/
H A Dbyteorder.h7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
H A Dsiginfo.h7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
H A Dswab.h4 * as published by the Free Software Foundation; either version
5 * 2 of the License, or (at your option) any later version.
H A Dsockios.h7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/arch/powerpc/platforms/82xx/
H A Dm82xx_pci.h7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/arch/mips/include/asm/mach-xilfpga/
H A Dirq.h7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version.
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Dauxvec.h7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version.
/linux-4.4.14/arch/sh/include/asm/
H A Dfreq.h8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/clock/
H A Drenesas-cpg-mssr.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
/linux-4.4.14/arch/metag/include/asm/
H A Dunistd.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/clock/
H A Drenesas-cpg-mssr.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
/linux-4.4.14/arch/mn10300/include/asm/
H A Dnmi.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Dmodule.h9 * as published by the Free Software Foundation; either version
10 * 2 of the Licence, or (at your option) any later version.
18 * Include the MN10300 architecture version.
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/clock/
H A Drenesas-cpg-mssr.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/clock/
H A Drenesas-cpg-mssr.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
H A Dmfp.h9 * initial version
12 * it under the terms of the GNU General Public License version 2 as
/linux-4.4.14/net/ipv6/
H A Dip6_offload.h7 * as published by the Free Software Foundation; either version
8 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/tools/firewire/
H A DMakefile2 nosy-dump-version = 0.4
9 nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
/linux-4.4.14/sound/soc/codecs/
H A Dcx20442.h8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
/linux-4.4.14/arch/x86/kernel/
H A Dpvclock.c5 the Free Software Foundation; either version 2 of the License, or
6 (at your option) any later version.
63 unsigned version; pvclock_read_flags() local
68 version = __pvclock_read_cycles(src, &ret, &flags); pvclock_read_flags()
69 } while ((src->version & 1) || version != src->version); pvclock_read_flags()
76 unsigned version; pvclock_clocksource_read() local
82 version = __pvclock_read_cycles(src, &ret, &flags); pvclock_clocksource_read()
83 } while ((src->version & 1) || version != src->version); pvclock_clocksource_read()
122 u32 version; pvclock_read_wallclock() local
128 version = wall_clock->version; pvclock_read_wallclock()
129 rmb(); /* fetch version before time */ pvclock_read_wallclock()
132 rmb(); /* fetch time before checking version */ pvclock_read_wallclock()
133 } while ((wall_clock->version & 1) || (version != wall_clock->version)); pvclock_read_wallclock()
/linux-4.4.14/arch/powerpc/perf/
H A Dhv-gpci.h17 * O, size each of counter_value element in bytes, only set for version
25 /* O, 0 (zero) if version < 0x3. Must be set to 0 when making hcall */
32 * counter info version => fw version/reference (spec version)
/linux-4.4.14/scripts/package/
H A Dbuilddeb84 version=$KERNELRELEASE
85 revision=$(cat .version)
89 packageversion=$version-$revision
97 packagename=linux-image-$version
98 fwpackagename=linux-firmware-image-$version
99 kernel_headers_packagename=linux-headers-$version
107 packagename=user-mode-linux-$version
115 installed_image_path="usr/bin/linux-$version"
118 installed_image_path="boot/vmlinux-$version"
121 installed_image_path="boot/vmlinuz-$version"
130 mkdir -p "$fwdir/lib/firmware/$version/"
131 mkdir -p "$kernel_headers_dir/lib/modules/$version/"
135 mkdir -p "$tmpdir/usr/lib/uml/modules/$version" "$tmpdir/usr/bin" "$tmpdir/usr/share/doc/$packagename"
137 cp System.map "$tmpdir/usr/lib/uml/modules/$version/System.map"
141 cp System.map "$tmpdir/boot/System.map-$version"
142 cp $KCONFIG_CONFIG "$tmpdir/boot/config-$version"
160 rm -f "$tmpdir/lib/modules/$version/build"
161 rm -f "$tmpdir/lib/modules/$version/source"
163 mv "$tmpdir/lib/modules/$version"/* "$tmpdir/usr/lib/uml/modules/$version/"
164 rmdir "$tmpdir/lib/modules/$version"
215 test -d $debhookdir/$script.d && run-parts --arg="$version" --arg="/$installed_image_path" $debhookdir/$script.d
260 This is a packacked upstream version of the Linux kernel.
272 the Free Software Foundation; version 2 dated June, 1991.
275 License version 2 can be found in \`/usr/share/common-licenses/GPL-2'.
296 Provides: linux-image, linux-image-2.6, linux-modules-$version
298 Description: User Mode Linux kernel, version $version
306 files, version: $version.
313 Provides: linux-image, linux-image-2.6, linux-modules-$version
316 Description: Linux kernel, version $version
318 files, version: $version.
329 destdir=$kernel_headers_dir/usr/src/linux-headers-$version
334 ln -sf "/usr/src/linux-headers-$version" "$kernel_headers_dir/lib/modules/$version/build"
350 mv "$tmpdir/lib/firmware"/* "$fwdir/lib/firmware/$version/"
357 Description: Linux kernel firmware, version $version
358 This package contains firmware from the Linux kernel, version $version.
386 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/
387 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/
390 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version
392 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
398 Provides: linux-debug, linux-debug-$version
400 Description: Linux kernel debugging symbols for $version
427 mv ${sourcename}.tar.gz ../${sourcename}_${version}.orig.tar.gz
430 -b / ../${sourcename}_${version}.orig.tar.gz ../${sourcename}_${packageversion}.debian.tar.gz
/linux-4.4.14/security/apparmor/include/
H A Dcrypto.h10 * published by the Free Software Foundation, version 2 of the
21 int aa_calc_profile_hash(struct aa_profile *profile, u32 version, void *start,
24 static inline int aa_calc_profile_hash(struct aa_profile *profile, u32 version, aa_calc_profile_hash() argument
/linux-4.4.14/arch/mips/include/asm/mach-generic/
H A Dioremap.h6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
16 * outside the low 32-bit range -- generic pass-through version.
/linux-4.4.14/arch/microblaze/include/asm/
H A Dprom.h11 * as published by the Free Software Foundation; either version
12 * 2 of the License, or (at your option) any later version.
25 extern int of_early_console(void *version);
H A Dasm-compat.h10 /* This version of stringify will deal with commas... */
/linux-4.4.14/arch/nios2/include/uapi/asm/
H A Dsigcontext.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
26 int version; member in struct:sigcontext
/linux-4.4.14/sound/soc/samsung/
H A Ds3c24xx-i2s.h10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
14 * 10th Nov 2006 Initial version.
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dbase.c118 nvkm_debug(&bios->subdev, "BMP version %x.%x\n", nvkm_bios_new()
128 /* determine the vbios version number */ nvkm_bios_new()
130 bios->version.major = nvbios_rd08(bios, bit_i.offset + 3); nvkm_bios_new()
131 bios->version.chip = nvbios_rd08(bios, bit_i.offset + 2); nvkm_bios_new()
132 bios->version.minor = nvbios_rd08(bios, bit_i.offset + 1); nvkm_bios_new()
133 bios->version.micro = nvbios_rd08(bios, bit_i.offset + 0); nvkm_bios_new()
134 bios->version.patch = nvbios_rd08(bios, bit_i.offset + 4); nvkm_bios_new()
137 bios->version.major = nvbios_rd08(bios, bios->bmp_offset + 13); nvkm_bios_new()
138 bios->version.chip = nvbios_rd08(bios, bios->bmp_offset + 12); nvkm_bios_new()
139 bios->version.minor = nvbios_rd08(bios, bios->bmp_offset + 11); nvkm_bios_new()
140 bios->version.micro = nvbios_rd08(bios, bios->bmp_offset + 10); nvkm_bios_new()
143 nvkm_info(&bios->subdev, "version %02x.%02x.%02x.%02x.%02x\n", nvkm_bios_new()
144 bios->version.major, bios->version.chip, nvkm_bios_new()
145 bios->version.minor, bios->version.micro, bios->version.patch); nvkm_bios_new()
/linux-4.4.14/drivers/block/rsxx/
H A Dconfig.c12 * published by the Free Software Foundation; either version 2 of the
13 * License, or (at your option) any later version.
34 cfg->hdr.version = RSXX_CFG_VERSION; initialize_config()
59 hdr->version = be32_to_cpu((__force __be32) hdr->version); config_hdr_be_to_cpu()
65 hdr->version = (__force u32) cpu_to_be32(hdr->version); config_hdr_cpu_to_be()
105 if (unlikely(cfg.hdr.version != RSXX_CFG_VERSION)) { rsxx_save_config()
107 "Cannot save config with invalid version %d\n", rsxx_save_config()
108 cfg.hdr.version); rsxx_save_config()
146 if (card->config.hdr.version == RSXX_CFG_VERSION) { rsxx_load_config()
170 } else if (card->config.hdr.version != 0) { rsxx_load_config()
172 "Invalid config version %d.\n", rsxx_load_config()
173 card->config.hdr.version); rsxx_load_config()
175 * Config version changes require special handling from the rsxx_load_config()
190 dev_dbg(CARD_TO_DEV(card), "version: x%08x\n", rsxx_load_config()
191 card->config.hdr.version); rsxx_load_config()
/linux-4.4.14/drivers/s390/char/
H A Dsclp_tty.h4 * S390 version
/linux-4.4.14/drivers/gpu/drm/sti/
H A Dsti_hdmi_tx3g0c55phy.h4 * License terms: GNU General Public License (GPL), version 2
H A Dsti_hdmi_tx3g4c28phy.h4 * License terms: GNU General Public License (GPL), version 2
/linux-4.4.14/drivers/crypto/ux500/cryp/
H A DMakefile4 # * License terms: GNU General Public License (GPL) version 2 */
/linux-4.4.14/drivers/crypto/ux500/hash/
H A DMakefile4 # License terms: GNU General Public License (GPL) version 2
/linux-4.4.14/arch/x86/entry/vdso/
H A Dvdso-note.S7 #include <linux/version.h>
/linux-4.4.14/arch/x86/um/vdso/
H A Dvdso-note.S7 #include <linux/version.h>
/linux-4.4.14/arch/arc/plat-sim/
H A DMakefile5 # it under the terms of the GNU General Public License version 2 as
/linux-4.4.14/arch/arm/boot/dts/include/dt-bindings/arm/
H A Dux500_pm_domains.h5 * License terms: GNU General Public License (GPL) version 2
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/arm/
H A Dux500_pm_domains.h5 * License terms: GNU General Public License (GPL) version 2
/linux-4.4.14/lib/zlib_deflate/
H A DMakefile2 # This is a modified version of zlib, which does all memory
/linux-4.4.14/fs/afs/
H A Dafs_cm.h8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
24 CBGetXStatsVersion = 209, /* get version of extended statistics */
26 CBInitCallBackState3 = 213, /* initialise callback state, version 3 */
/linux-4.4.14/include/net/caif/
H A Dcfserl.h4 * License terms: GNU General Public License (GPL) version 2
/linux-4.4.14/include/dt-bindings/arm/
H A Dux500_pm_domains.h5 * License terms: GNU General Public License (GPL) version 2
/linux-4.4.14/arch/mips/include/asm/lasat/
H A Dhead.h14 u32 version; member in struct:bootloader_header
/linux-4.4.14/arch/s390/kernel/vdso32/
H A Dnote.S7 #include <linux/version.h>
/linux-4.4.14/arch/s390/kernel/vdso64/
H A Dnote.S7 #include <linux/version.h>
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/arm/
H A Dux500_pm_domains.h5 * License terms: GNU General Public License (GPL) version 2
/linux-4.4.14/arch/microblaze/boot/
H A DMakefile11 @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
15 @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
19 @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
35 @echo 'Kernel: $@ is ready' ' (#'`cat .version`')'
/linux-4.4.14/arch/mips/boot/dts/include/dt-bindings/arm/
H A Dux500_pm_domains.h5 * License terms: GNU General Public License (GPL) version 2
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/arm/
H A Dux500_pm_domains.h5 * License terms: GNU General Public License (GPL) version 2
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/arm/
H A Dux500_pm_domains.h5 * License terms: GNU General Public License (GPL) version 2
/linux-4.4.14/arch/blackfin/include/asm/
H A Dpci.h1 /* Changed from asm-m68k version, Lineo Inc. May 2001 */
/linux-4.4.14/arch/arm/mach-ux500/
H A Dboard-mop500.h4 * License terms: GNU General Public License (GPL) version 2
H A Dpm_domains.h5 * License terms: GNU General Public License (GPL) version 2
/linux-4.4.14/drivers/mfd/
H A Dviperboard.c15 * Free Software Foundation; either version 2 of the License, or (at your
16 * option) any later version.
57 u16 version = 0; vprbrd_probe() local
75 /* get version information, major first, minor then */ vprbrd_probe()
81 version = vb->buf[0]; vprbrd_probe()
87 version <<= 8; vprbrd_probe()
88 version = version | vb->buf[0]; vprbrd_probe()
92 "version %x.%02x found at bus %03d address %03d\n", vprbrd_probe()
93 version >> 8, version & 0xff, vprbrd_probe()
H A Dwm8994.h10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
/linux-4.4.14/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.h10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
/linux-4.4.14/drivers/mmc/host/
H A Ddw_mmc-pltfm.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
/linux-4.4.14/drivers/gpu/drm/rcar-du/
H A Drcar_du_lvdscon.h10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
H A Drcar_du_vgacon.h10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
/linux-4.4.14/drivers/gpu/drm/shmobile/
H A Dshmob_drm_backlight.h10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
H A Dshmob_drm_plane.h10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
/linux-4.4.14/drivers/hid/
H A Dhid-roccat-lua.h11 * Software Foundation; either version 2 of the License, or (at your option)
12 * any later version.
/linux-4.4.14/drivers/input/mouse/
H A Dfocaltech.h9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
/linux-4.4.14/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_cmd_v5.h9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
H A Ds5p_mfc_cmd_v6.h9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/
H A Dc8sectpfe-dvb.h10 * published by the Free Software Foundation; either version 2 of
11 * the License, or (at your option) any later version.
/linux-4.4.14/drivers/pci/hotplug/
H A Drpadlpar.h12 * as published by the Free Software Foundation; either version
13 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/drivers/gpu/drm/exynos/
H A Dexynos_drm_fimc.h11 * Free Software Foundation; either version 2 of the License, or (at your
12 * option) any later version.
H A Dexynos_drm_gsc.h11 * Free Software Foundation; either version 2 of the License, or (at your
12 * option) any later version.
H A Dexynos_drm_rotator.h10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
H A Dexynos_drm_vidi.h8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
/linux-4.4.14/lib/
H A Dirq_regs.c8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/net/hsr/
H A Dhsr_forward.h5 * Software Foundation; either version 2 of the License, or (at your option)
6 * any later version.
/linux-4.4.14/net/wireless/
H A Dethtool.c13 strlcpy(info->version, init_utsname()->release, sizeof(info->version)); cfg80211_get_drvinfo()
/linux-4.4.14/scripts/dtc/
H A Dfdtdump.c55 uint32_t version = fdt32_to_cpu(bph->version); dump_blob() local
72 printf("// version:\t\t%d\n", version); dump_blob()
75 if (version >= 2) dump_blob()
79 if (version >= 3) dump_blob()
82 if (version >= 17) dump_blob()
133 if (version < 16 && sz >= 8) dump_blob()
/linux-4.4.14/fs/proc/
H A Dversion.c13 utsname()->version); version_proc_show()
31 proc_create("version", 0, NULL, &version_proc_fops); proc_version_init()
/linux-4.4.14/include/linux/spi/
H A Dcc2520.h9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
/linux-4.4.14/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); usb_to_input_id()
H A Dsamsung_usb_phy.h9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
/linux-4.4.14/include/media/
H A Dsii9234.h9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
H A Dsr030pc30.h9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
/linux-4.4.14/include/net/
H A Dgre.h23 int gre_add_protocol(const struct gre_protocol *proto, u8 version);
24 int gre_del_protocol(const struct gre_protocol *proto, u8 version);
/linux-4.4.14/include/net/tc_act/
H A Dtc_vlan.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
/linux-4.4.14/include/keys/
H A Ddns_resolver-type.h8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
H A Dkeyring-type.h8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/include/sound/
H A Dmax98090.h8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
H A Dwm8955.h10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
/linux-4.4.14/include/uapi/linux/tc_act/
H A Dtc_bpf.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
H A Dtc_vlan.h6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
/linux-4.4.14/include/linux/mfd/wm8350/
H A Dwdt.h8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
/linux-4.4.14/arch/powerpc/kernel/
H A Dfirmware.c12 * as published by the Free Software Foundation; either version
13 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/arch/powerpc/kernel/vdso32/
H A Dnote.S7 #include <linux/version.h>
23 ASM_ELF_NOTE_BEGIN(".note.kernel-version", "a", UTS_SYSNAME, 0)
/linux-4.4.14/arch/powerpc/platforms/512x/
H A Dmpc5121_ads.h6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
/linux-4.4.14/arch/powerpc/platforms/86xx/
H A Dmpc86xx.h6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/
H A Dhlwd-pic.h10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
/linux-4.4.14/arch/mips/include/asm/
H A Ddebug.h6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
H A Dirq_regs.h4 * as published by the Free Software Foundation; either version
5 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/arch/mips/include/asm/dec/
H A Dsystem.h10 * as published by the Free Software Foundation; either version
11 * 2 of the License, or (at your option) any later version.
/linux-4.4.14/arch/mips/include/asm/mach-loongson32/
H A Dcpufreq.h8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
H A Dregs-wdt.h8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/
H A Dmachine.h7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version.
/linux-4.4.14/arch/mips/include/asm/mach-malta/
H A Dmalta-dtshim.h7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version.
/linux-4.4.14/arch/sh/kernel/vsyscall/
H A Dvsyscall-note.S7 #include <linux/version.h>
23 ASM_ELF_NOTE_BEGIN(".note.kernel-version", "a", UTS_SYSNAME, 0)

Completed in 3954 milliseconds

1234567891011>>