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

1234567891011>>

/linux-4.1.27/tools/build/feature/
H A Dtest-glibc.c1 #include <gnu/libc-version.h>
5 const char *version = gnu_get_libc_version(); main() local
7 return (long)version; main()
H A Dtest-dwarf.c3 #include <elfutils/version.h>
/linux-4.1.27/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.1.27/drivers/staging/rtl8188eu/include/
H A DHalVerDef.h6 * under the terms of version 2 of the GNU General Public License as
79 #define GET_CVID_IC_TYPE(version) (((version).ICType))
80 #define GET_CVID_CHIP_TYPE(version) (((version).ChipType))
81 #define GET_CVID_RF_TYPE(version) (((version).RFType))
82 #define GET_CVID_MANUFACTUER(version) (((version).VendorType))
83 #define GET_CVID_CUT_VERSION(version) (((version).CUTVersion))
84 #define GET_CVID_ROM_VERSION(version) (((version).ROMVer) & ROM_VERSION_MASK)
90 #define IS_81XXC(version) \
91 (((GET_CVID_IC_TYPE(version) == CHIP_8192C) || \
92 (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? true : false)
93 #define IS_8723_SERIES(version) \
94 ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? true : false)
95 #define IS_92D(version) \
96 ((GET_CVID_IC_TYPE(version) == CHIP_8192D) ? true : false)
97 #define IS_8188E(version) \
98 ((GET_CVID_IC_TYPE(version) == CHIP_8188E) ? true : false)
101 #define IS_TEST_CHIP(version) \
102 ((GET_CVID_CHIP_TYPE(version) == TEST_CHIP) ? true : false)
103 #define IS_NORMAL_CHIP(version) \
104 ((GET_CVID_CHIP_TYPE(version) == NORMAL_CHIP) ? true : false)
107 #define IS_A_CUT(version) \
108 ((GET_CVID_CUT_VERSION(version) == A_CUT_VERSION) ? true : false)
109 #define IS_B_CUT(version) \
110 ((GET_CVID_CUT_VERSION(version) == B_CUT_VERSION) ? true : false)
111 #define IS_C_CUT(version) \
112 ((GET_CVID_CUT_VERSION(version) == C_CUT_VERSION) ? true : false)
113 #define IS_D_CUT(version) \
114 ((GET_CVID_CUT_VERSION(version) == D_CUT_VERSION) ? true : false)
115 #define IS_E_CUT(version) \
116 ((GET_CVID_CUT_VERSION(version) == E_CUT_VERSION) ? true : false)
120 #define IS_CHIP_VENDOR_TSMC(version) \
121 ((GET_CVID_MANUFACTUER(version) == CHIP_VENDOR_TSMC) ? true : false)
122 #define IS_CHIP_VENDOR_UMC(version) \
123 ((GET_CVID_MANUFACTUER(version) == CHIP_VENDOR_UMC) ? true : false)
126 #define IS_1T1R(version) \
127 ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T1R) ? true : false)
128 #define IS_1T2R(version) \
129 ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T2R) ? true : false)
130 #define IS_2T2R(version) \
131 ((GET_CVID_RF_TYPE(version) == RF_TYPE_2T2R) ? true : false)
133 /* Chip version Macro. -- */
134 #define IS_81XXC_TEST_CHIP(version) \
135 ((IS_81XXC(version) && (!IS_NORMAL_CHIP(version))) ? true : false)
137 #define IS_92C_SERIAL(version) \
138 ((IS_81XXC(version) && IS_2T2R(version)) ? true : false)
139 #define IS_81xxC_VENDOR_UMC_A_CUT(version) \
140 (IS_81XXC(version) ? (IS_CHIP_VENDOR_UMC(version) ? \
141 (IS_A_CUT(version) ? true : false) : false) : false)
142 #define IS_81xxC_VENDOR_UMC_B_CUT(version) \
143 (IS_81XXC(version) ? (IS_CHIP_VENDOR_UMC(version) ? \
144 (IS_B_CUT(version) ? true : false) : false) : false)
145 #define IS_81xxC_VENDOR_UMC_C_CUT(version) \
146 (IS_81XXC(version) ? (IS_CHIP_VENDOR_UMC(version) ? \
147 (IS_C_CUT(version) ? true : false) : false) : false)
149 #define IS_NORMAL_CHIP92D(version) \
150 ((IS_92D(version)) ? \
151 ((GET_CVID_CHIP_TYPE(version) == NORMAL_CHIP) ? true : false) : false)
153 #define IS_92D_SINGLEPHY(version) \
154 ((IS_92D(version)) ? (IS_2T2R(version) ? true : false) : false)
155 #define IS_92D_C_CUT(version) \
156 ((IS_92D(version)) ? (IS_C_CUT(version) ? true : false) : false)
157 #define IS_92D_D_CUT(version) \
158 ((IS_92D(version)) ? (IS_D_CUT(version) ? true : false) : false)
159 #define IS_92D_E_CUT(version) \
160 ((IS_92D(version)) ? (IS_E_CUT(version) ? true : false) : false)
162 #define IS_8723A_A_CUT(version) \
163 ((IS_8723_SERIES(version)) ? (IS_A_CUT(version) ? true : false) : false)
164 #define IS_8723A_B_CUT(version) \
165 ((IS_8723_SERIES(version)) ? (IS_B_CUT(version) ? true : false) : false)
/linux-4.1.27/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.1.27/arch/x86/math-emu/
H A Dversion.h2 | version.h |
12 #define FPU_VERSION "wm-FPU-emu version 2.01"
/linux-4.1.27/Documentation/misc-devices/mei/
H A DMakefile2 hostprogs-y := mei-amt-version
3 HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include
/linux-4.1.27/drivers/net/wireless/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.1.27/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.1.27/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.1.27/drivers/net/wireless/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.1.27/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.h5 __u8 version; member in struct:nvif_ioctl_v0
38 __u8 version; member in struct:nvif_ioctl_sclass_v0
46 __u8 version; member in struct:nvif_ioctl_new_v0
63 __u8 version; member in struct:nvif_ioctl_rd_v0
72 __u8 version; member in struct:nvif_ioctl_wr_v0
81 __u8 version; member in struct:nvif_ioctl_map_v0
92 __u8 version; member in struct:nvif_ioctl_ntfy_new_v0
101 __u8 version; member in struct:nvif_ioctl_ntfy_del_v0
108 __u8 version; member in struct:nvif_ioctl_ntfy_get_v0
115 __u8 version; member in struct:nvif_ioctl_ntfy_put_v0
122 __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.h114 __u8 version; member in struct:nv_client_devlist_v0
126 __u8 version; member in struct:nv_device_v0
157 __u8 version; member in struct:nv_device_info_v0
187 __u8 version; member in struct:nv_dma_v0
206 __u8 version; member in struct:nv50_dma_v0
227 __u8 version; member in struct:gf100_dma_v0
239 __u8 version; member in struct:gf110_dma_v0
255 __u8 version; member in struct:nvif_perfctr_v0
267 __u8 version; member in struct:nvif_perfctr_query_v0
277 __u8 version; member in struct:nvif_perfctr_read_v0
293 __u8 version; member in struct:nvif_control_pstate_info_v0
307 __u8 version; member in struct:nvif_control_pstate_attr_v0
323 __u8 version; member in struct:nvif_control_pstate_user_v0
337 __u8 version; member in struct:nv03_channel_dma_v0
351 __u8 version; member in struct:nv50_channel_gpfifo_v0
360 __u8 version; member in struct:kepler_channel_gpfifo_a_v0
384 __u8 version; member in struct:nv04_disp_mthd_v0
392 __u8 version; member in struct:nv04_disp_scanoutpos_v0
412 __u8 version; member in struct:nv50_disp_mthd_v0
420 __u8 version; member in struct:nv50_disp_mthd_v1
436 __u8 version; member in struct:nv50_disp_dac_pwr_v0
445 __u8 version; member in struct:nv50_disp_dac_load_v0
452 __u8 version; member in struct:nv50_disp_sor_pwr_v0
458 __u8 version; member in struct:nv50_disp_sor_hda_eld_v0
464 __u8 version; member in struct:nv50_disp_sor_hdmi_pwr_v0
472 __u8 version; member in struct:nv50_disp_sor_lvds_script_v0
479 __u8 version; member in struct:nv50_disp_sor_dp_pwr_v0
485 __u8 version; member in struct:nv50_disp_pior_pwr_v0
493 __u8 version; member in struct:nv50_disp_core_channel_dma_v0
502 __u8 version; member in struct:nv50_disp_cursor_v0
511 __u8 version; member in struct:nv50_disp_base_channel_dma_v0
521 __u8 version; member in struct:nv50_disp_overlay_channel_dma_v0
531 __u8 version; member in struct:nv50_disp_overlay_v0
546 __u8 version; member in struct:fermi_a_zbc_color_v0
574 __u8 version; member in struct:fermi_a_zbc_depth_v0
/linux-4.1.27/drivers/net/wireless/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.1.27/drivers/net/wireless/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) == \
76 __le16 version; member in struct:rtl92c_firmware_header
/linux-4.1.27/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.1.27/arch/cris/include/asm/
H A Dshmparam.h4 /* same as asm-i386/ version.. */
/linux-4.1.27/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.1.27/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 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.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/
H A Ddef.h6 * under the terms of version 2 of the GNU General Public License as
41 #define IS_8723_SERIES(version) \
42 (((version) & CHIP_8723) ? true : false)
44 #define IS_92C_1T2R(version) \
45 (((version) & CHIP_92C) && ((version) & CHIP_92C_1T2R))
47 #define IS_VENDOR_UMC(version) \
48 (((version) & CHIP_VENDOR_UMC) ? true : false)
50 #define IS_VENDOR_8723_A_CUT(version) \
51 (((version) & CHIP_VENDOR_UMC) ? (((version) & (BIT(6))) ? \
/linux-4.1.27/drivers/net/wireless/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.1.27/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.1.27/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.1.27/drivers/scsi/qla2xxx/
H A Dqla_version.h8 * Driver version
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dbit.h5 u8 version; member in struct:bit_entry
/linux-4.1.27/arch/microblaze/kernel/cpu/
H A DMakefile2 # Build the appropriate CPU version support
/linux-4.1.27/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.1.27/arch/m68k/include/uapi/asm/
H A Dbootinfo-q40.h10 * Latest Q40 bootinfo version
/linux-4.1.27/include/asm-generic/bitops/
H A Dext2-atomic-setbit.h5 * Atomic bitops based version of ext2 atomic bitops
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/fs/nilfs2/
H A Dexport.h12 * @gen: file generation (version) for NFS
13 * @parent_gen: parent generation (version) for NFS
/linux-4.1.27/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 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.1.27/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.1.27/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.1.27/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.
H A Dbugs.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Ddelay.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Ddmactl-regs.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Dfb.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Dhw_irq.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Dkdebug.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Dlinkage.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Dsetup.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Dtypes.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Ducontext.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Dunaligned.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Dvga.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
/linux-4.1.27/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.1.27/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.
/linux-4.1.27/arch/arm/mach-omap2/
H A Ddevices.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
/linux-4.1.27/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.1.27/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.1.27/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.1.27/tools/firewire/
H A DMakefile2 nosy-dump-version = 0.4
9 nosy-dump : CPPFLAGS = -DVERSION=\"$(nosy-dump-version)\" -I../../drivers/firewire
/linux-4.1.27/include/crypto/
H A Dctr.h8 * Software Foundation; either version 2 of the License, or (at your option)
9 * any later version.
/linux-4.1.27/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 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.
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 Dverify_pefile.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
/linux-4.1.27/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.1.27/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.1.27/scripts/package/
H A Dbuilddeb72 version=$KERNELRELEASE
73 revision=$(cat .version)
77 packageversion=$version-$revision
84 packagename=linux-image-$version
85 fwpackagename=linux-firmware-image-$version
86 kernel_headers_packagename=linux-headers-$version
91 packagename=user-mode-linux-$version
99 installed_image_path="usr/bin/linux-$version"
102 installed_image_path="boot/vmlinux-$version"
105 installed_image_path="boot/vmlinuz-$version"
115 mkdir -p "$fwdir/lib/firmware/$version/" "$fwdir/usr/share/doc/$fwpackagename"
120 mkdir -p "$kernel_headers_dir/lib/modules/$version/"
122 mkdir -p "$tmpdir/usr/lib/uml/modules/$version" "$tmpdir/usr/bin"
132 cp System.map "$tmpdir/usr/lib/uml/modules/$version/System.map"
136 cp System.map "$tmpdir/boot/System.map-$version"
137 cp $KCONFIG_CONFIG "$tmpdir/boot/config-$version"
148 rm -f "$tmpdir/lib/modules/$version/build"
149 rm -f "$tmpdir/lib/modules/$version/source"
151 mv "$tmpdir/lib/modules/$version"/* "$tmpdir/usr/lib/uml/modules/$version/"
152 rmdir "$tmpdir/lib/modules/$version"
197 test -d $debhookdir/$script.d && run-parts --arg="$version" --arg="/$installed_image_path" $debhookdir/$script.d
242 This is a packacked upstream version of the Linux kernel.
254 the Free Software Foundation; version 2 dated June, 1991.
257 License version 2 can be found in \`/usr/share/common-licenses/GPL-2'.
274 Provides: linux-image, linux-image-2.6, linux-modules-$version
276 Description: User Mode Linux kernel, version $version
284 files, version: $version.
291 Provides: linux-image, linux-image-2.6, linux-modules-$version
294 Description: Linux kernel, version $version
296 files, version: $version.
307 destdir=$kernel_headers_dir/usr/src/linux-headers-$version
312 ln -sf "/usr/src/linux-headers-$version" "$kernel_headers_dir/lib/modules/$version/build"
328 mv "$tmpdir/lib/firmware"/* "$fwdir/lib/firmware/$version/"
335 Description: Linux kernel firmware, version $version
336 This package contains firmware from the Linux kernel, version $version.
364 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/
365 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/
368 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version
370 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
376 Provides: linux-debug, linux-debug-$version
378 Description: Linux kernel debugging symbols for $version
/linux-4.1.27/scripts/dtc/libfdt/
H A Dfdt.h12 uint32_t version; /* format version */ member in struct:fdt_header
13 uint32_t last_comp_version; /* last compatible version */
15 /* version 2 fields below */
18 /* version 3 fields below */
21 /* version 17 fields below */
44 #define FDT_MAGIC 0xd00dfeed /* 4: version, 4: total size */
/linux-4.1.27/drivers/staging/unisys/visorchannel/
H A Dglobals.h8 * the Free Software Foundation; either version 2 of the License, or (at
9 * your option) any later version.
23 #include "version.h"
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dbase.c137 nv_info(bios, "BMP version %x.%x\n", nvkm_bios_ctor()
147 /* determine the vbios version number */ nvkm_bios_ctor()
149 bios->version.major = nv_ro08(bios, bit_i.offset + 3); nvkm_bios_ctor()
150 bios->version.chip = nv_ro08(bios, bit_i.offset + 2); nvkm_bios_ctor()
151 bios->version.minor = nv_ro08(bios, bit_i.offset + 1); nvkm_bios_ctor()
152 bios->version.micro = nv_ro08(bios, bit_i.offset + 0); nvkm_bios_ctor()
153 bios->version.patch = nv_ro08(bios, bit_i.offset + 4); nvkm_bios_ctor()
156 bios->version.major = nv_ro08(bios, bios->bmp_offset + 13); nvkm_bios_ctor()
157 bios->version.chip = nv_ro08(bios, bios->bmp_offset + 12); nvkm_bios_ctor()
158 bios->version.minor = nv_ro08(bios, bios->bmp_offset + 11); nvkm_bios_ctor()
159 bios->version.micro = nv_ro08(bios, bios->bmp_offset + 10); nvkm_bios_ctor()
162 nv_info(bios, "version %02x.%02x.%02x.%02x.%02x\n", nvkm_bios_ctor()
163 bios->version.major, bios->version.chip, nvkm_bios_ctor()
164 bios->version.minor, bios->version.micro, bios->version.patch); nvkm_bios_ctor()
/linux-4.1.27/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.1.27/drivers/s390/char/
H A Dsclp_tty.h4 * S390 version
/linux-4.1.27/drivers/crypto/ux500/cryp/
H A DMakefile4 # * License terms: GNU General Public License (GPL) version 2 */
/linux-4.1.27/drivers/crypto/ux500/hash/
H A DMakefile4 # License terms: GNU General Public License (GPL) version 2
/linux-4.1.27/arch/x86/um/vdso/
H A Dvdso-note.S7 #include <linux/version.h>
/linux-4.1.27/arch/x86/vdso/
H A Dvdso-note.S7 #include <linux/version.h>
/linux-4.1.27/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.1.27/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.1.27/arch/mips/include/asm/lasat/
H A Dhead.h14 u32 version; member in struct:bootloader_header
/linux-4.1.27/drivers/gpu/drm/sti/
H A Dsti_cursor.h4 * License terms: GNU General Public License (GPL), version 2
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
H A Dsti_hqvdp.h4 * License terms: GNU General Public License (GPL), version 2
H A Dsti_vid.h4 * License terms: GNU General Public License (GPL), version 2
/linux-4.1.27/include/net/caif/
H A Dcfserl.h4 * License terms: GNU General Public License (GPL) version 2
/linux-4.1.27/arch/s390/kernel/vdso32/
H A Dnote.S7 #include <linux/version.h>
/linux-4.1.27/arch/s390/kernel/vdso64/
H A Dnote.S7 #include <linux/version.h>
/linux-4.1.27/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.1.27/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.1.27/arch/blackfin/include/asm/
H A Dpci.h1 /* Changed from asm-m68k version, Lineo Inc. May 2001 */
/linux-4.1.27/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.1.27/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.1.27/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.1.27/lib/zlib_deflate/
H A DMakefile2 # This is a modified version of zlib, which does all memory
/linux-4.1.27/include/dt-bindings/arm/
H A Dux500_pm_domains.h5 * License terms: GNU General Public License (GPL) version 2
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_dmabuf.h8 * Free Software Foundation; either version 2 of the License, or (at your
9 * option) any later version.
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.1.27/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.1.27/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)
/linux-4.1.27/arch/metag/include/uapi/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.1.27/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.1.27/arch/mips/include/asm/
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.1.27/arch/mips/include/asm/mach-loongson/
H A Dmachine.h7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version.
/linux-4.1.27/arch/mips/include/asm/mach-loongson1/
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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/mips/loongson/fuloong-2e/
H A Dreset.c9 * Free Software Foundation; either version 2 of the License, or (at your
10 * option) any later version.
/linux-4.1.27/arch/mips/loongson1/common/
H A Dsetup.c6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
/linux-4.1.27/arch/mips/loongson1/ls1b/
H A Dboard.c6 * Free Software Foundation; either version 2 of the License, or (at your
7 * option) any later version.
/linux-4.1.27/arch/mn10300/include/uapi/asm/
H A Dparam.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
/linux-4.1.27/arch/mn10300/proc-mn103e010/include/proc/
H A Dclock.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
H A Dproc.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
/linux-4.1.27/arch/mn10300/proc-mn2ws0050/include/proc/
H A Dclock.h12 * as published by the Free Software Foundation; either version
13 * 2 of the License, or (at your option) any later version.
H A Dproc.h8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
/linux-4.1.27/arch/mn10300/unit-asb2303/include/unit/
H A Dclock.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
/linux-4.1.27/arch/mn10300/unit-asb2305/include/unit/
H A Dclock.h8 * as published by the Free Software Foundation; either version
9 * 2 of the Licence, or (at your option) any later version.
/linux-4.1.27/arch/openrisc/include/asm/bitops/
H A D__ffs.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
H A D__fls.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
H A Dffs.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
H A Dfls.h8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
/linux-4.1.27/arch/powerpc/boot/
H A Dugecon.h10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.

Completed in 8236 milliseconds

1234567891011>>