/linux-4.4.14/drivers/staging/rtl8723au/include/ |
H A D | HalVerDef.h | 6 * 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 D | hpi_version.h | 2 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 D | HalVerDef.h | 6 * 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 D | test-glibc.c | 4 #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 D | test-dwarf.c | 3 #include <elfutils/version.h>
|
/linux-4.4.14/arch/x86/math-emu/ |
H A D | version.h | 2 | version.h | 12 #define FPU_VERSION "wm-FPU-emu version 2.01"
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
H A D | Makefile | 2 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 D | def.h | 6 * 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 D | errno.h | 2 * S390 version
|
H A D | setup.h | 2 * S390 version
|
H A D | resource.h | 2 * S390 version
|
H A D | siginfo.h | 2 * S390 version
|
/linux-4.4.14/init/ |
H A D | version.c | 2 * 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 D | def.h | 6 * 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 D | event.h | 5 __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 D | ioctl.h | 7 __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 D | unpack.h | 12 if (_size <= size && (d).version >= (vl) && \ 13 (d).version <= (vh)) { \
|
H A D | class.h | 144 __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 D | def.h | 6 * 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 D | fw_common.h | 6 * 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 D | types.h | 2 * S390 version
|
H A D | shmparam.h | 2 * S390 version
|
H A D | cache.h | 2 * S390 version
|
H A D | current.h | 2 * S390 version
|
/linux-4.4.14/arch/cris/include/asm/ |
H A D | shmparam.h | 4 /* same as asm-i386/ version.. */
|
/linux-4.4.14/include/uapi/linux/ |
H A D | utsname.h | 10 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 D | gigaset_dev.h | 9 * 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 D | cycx_cfm.h | 13 * 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 D | if_cablemodem.h | 10 * 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 D | elf-fdpic.h | 8 * 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 D | hash_info.h | 8 * Software Foundation; either version 2 of the License, or (at your option) 9 * any later version.
|
H A D | if_plip.h | 6 * as published by the Free Software Foundation; either version 7 * 2 of the License, or (at your option) any later version.
|
H A D | mpls_iptunnel.h | 9 * as published by the Free Software Foundation; either version 10 * 2 of the License, or (at your option) any later version.
|
H A D | uio.h | 6 * 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 D | xt_l2tp.h | 15 __u8 version; /* L2TP protocol version */ member in struct:xt_l2tp_info 23 XT_L2TP_VERSION = (1 << 2), /* match L2TP protocol version */
|
H A D | xt_connmark.h | 11 * 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 D | def.h | 6 * 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 D | module.h | 8 * 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 D | mc146818rtc.h | 8 * 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 D | qla_version.h | 8 * Driver version
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
H A D | lustre_ver.h | 4 * 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 D | slot-gpio.h | 6 * License terms: GNU General Public License (GPL) version 2
|
H A D | sdio_bus.h | 8 * the Free Software Foundation; either version 2 of the License, or (at 9 * your option) any later version.
|
H A D | sdio_cis.h | 10 * 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 D | bit.h | 5 u8 version; member in struct:bit_entry
|
/linux-4.4.14/fs/ocfs2/ |
H A D | ocfs2_lockingver.h | 6 * 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 D | ext2-atomic-setbit.h | 5 * Atomic bitops based version of ext2 atomic bitops
|
/linux-4.4.14/include/asm-generic/ |
H A D | linkage.h | 5 * an architecture can override them by providing its own version.
|
H A D | segment.h | 6 * New architectures probably don't want to have their own version.
|
H A D | spinlock.h | 5 * version does not handle SMP.
|
/linux-4.4.14/arch/m68k/include/uapi/asm/ |
H A D | bootinfo-q40.h | 10 * Latest Q40 bootinfo version
|
/linux-4.4.14/arch/microblaze/kernel/cpu/ |
H A D | Makefile | 2 # Build the appropriate CPU version support
|
/linux-4.4.14/fs/fscache/ |
H A D | fsdef.c | 8 * 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 D | oti6858.h | 6 * 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 D | trace.c | 6 * 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 D | hns_dsaf_xgmac.h | 6 * 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 D | fsl_dcu_drm_crtc.h | 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version.
|
H A D | fsl_dcu_drm_plane.h | 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version.
|
H A D | fsl_dcu_drm_fbdev.c | 8 * 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 D | version.c | 7 * the terms of the GNU General Public License version 2. 12 * Kernel version string
|
H A D | string.h | 14 * Access builtin version by default. If one needs to use optimized version,
|
/linux-4.4.14/drivers/block/zram/ |
H A D | zcomp_lz4.h | 6 * as published by the Free Software Foundation; either version 7 * 2 of the License, or (at your option) any later version.
|
H A D | zcomp_lzo.h | 6 * 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 D | renesas-cpg-mssr.h | 6 * 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 D | renesas-cpg-mssr.h | 6 * 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 D | export.h | 12 * @gen: file generation (version) for NFS 13 * @parent_gen: parent generation (version) for NFS
|
/linux-4.4.14/samples/bpf/ |
H A D | trace_output_kern.c | 2 #include <linux/version.h> 30 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
H A D | tracex6_kern.c | 2 #include <linux/version.h> 27 u32 _version SEC("version") = LINUX_VERSION_CODE;
|
/linux-4.4.14/include/crypto/ |
H A D | ctr.h | 8 * Software Foundation; either version 2 of the License, or (at your option) 9 * any later version.
|
H A D | padlock.h | 8 * 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 D | renesas-cpg-mssr.h | 6 * 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 D | auto_fs.h | 8 * the terms of the GNU General Public License, version 2, or at your 9 * option, any later version, incorporated herein by reference.
|
H A D | fsldma.h | 4 * the Free Software Foundation; either version 2 of the License, or 5 * (at your option) any later version.
|
H A D | digsig.h | 11 * 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 D | if_pppol2tp.h | 5 * (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 D | via-gpio.h | 5 * Distributable under version 2 of the GNU General Public License.
|
H A D | stmp_device.h | 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version.
|
H A D | asn1_decoder.h | 8 * as published by the Free Software Foundation; either version 9 * 2 of the Licence, or (at your option) any later version.
|
H A D | mv643xx_i2c.h | 4 * Free Software Foundation; either version 2 of the License, or (at your 5 * option) any later version.
|
H A D | nwpserial.h | 8 * 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 D | coda.h | 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version.
|
H A D | clk-ux500.h | 7 * License terms: GNU General Public License (GPL) version 2
|
H A D | itco_wdt.h | 16 unsigned int version; member in struct:itco_wdt_platform_data
|
H A D | camera-rcar.h | 9 * Free Software Foundation; either version 2 of the License, or (at your 10 * option) any later version.
|
H A D | isl9305.h | 10 * Free Software Foundation; either version 2 of the License, or (at your 11 * option) any later version.
|
H A D | spi-clps711x.h | 8 * 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 D | kmap_types.h | 9 * as published by the Free Software Foundation; either version 10 * 2 of the License, or (at your option) any later version.
|
H A D | ppc4xx.h | 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version.
|
H A D | setjmp.h | 6 * as published by the Free Software Foundation; either version 7 * 2 of the License, or (at your option) any later version.
|
H A D | swab.h | 4 * as published by the Free Software Foundation; either version 5 * 2 of the License, or (at your option) any later version.
|
H A D | bugs.h | 7 * as published by the Free Software Foundation; either version 8 * 2 of the License, or (at your option) any later version.
|
H A D | mpc5xxx.h | 11 * the Free Software Foundation; either version 2 of the License, or 12 * (at your option) any later version.
|
H A D | rio.h | 9 * Free Software Foundation; either version 2 of the License, or (at your 10 * option) any later version.
|
H A D | uic.h | 9 * Free Software Foundation; either version 2 of the License, or (at your 10 * option) any later version.
|
H A D | xilinx_intc.h | 8 * 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 D | byteorder.h | 7 * as published by the Free Software Foundation; either version 8 * 2 of the License, or (at your option) any later version.
|
H A D | siginfo.h | 7 * as published by the Free Software Foundation; either version 8 * 2 of the License, or (at your option) any later version.
|
H A D | swab.h | 4 * as published by the Free Software Foundation; either version 5 * 2 of the License, or (at your option) any later version.
|
H A D | sockios.h | 7 * 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 D | m82xx_pci.h | 7 * 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 D | irq.h | 7 * 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 D | auxvec.h | 7 * 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 D | freq.h | 8 * 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 D | renesas-cpg-mssr.h | 6 * 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 D | unistd.h | 6 * 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 D | renesas-cpg-mssr.h | 6 * 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 D | nmi.h | 8 * as published by the Free Software Foundation; either version 9 * 2 of the Licence, or (at your option) any later version.
|
H A D | module.h | 9 * 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 D | renesas-cpg-mssr.h | 6 * 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 D | renesas-cpg-mssr.h | 6 * 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 D | mfp.h | 9 * initial version 12 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.4.14/net/ipv6/ |
H A D | ip6_offload.h | 7 * 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 D | Makefile | 2 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 D | cx20442.h | 8 * 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 D | pvclock.c | 5 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 D | hv-gpci.h | 17 * 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 D | builddeb | 84 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 D | crypto.h | 10 * 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 D | ioremap.h | 6 * 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 D | prom.h | 11 * 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 D | asm-compat.h | 10 /* This version of stringify will deal with commas... */
|
/linux-4.4.14/arch/nios2/include/uapi/asm/ |
H A D | sigcontext.h | 8 * 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 D | s3c24xx-i2s.h | 10 * 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 D | base.c | 118 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 D | config.c | 12 * 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 D | sclp_tty.h | 4 * S390 version
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
H A D | sti_hdmi_tx3g0c55phy.h | 4 * License terms: GNU General Public License (GPL), version 2
|
H A D | sti_hdmi_tx3g4c28phy.h | 4 * License terms: GNU General Public License (GPL), version 2
|
/linux-4.4.14/drivers/crypto/ux500/cryp/ |
H A D | Makefile | 4 # * License terms: GNU General Public License (GPL) version 2 */
|
/linux-4.4.14/drivers/crypto/ux500/hash/ |
H A D | Makefile | 4 # License terms: GNU General Public License (GPL) version 2
|
/linux-4.4.14/arch/x86/entry/vdso/ |
H A D | vdso-note.S | 7 #include <linux/version.h>
|
/linux-4.4.14/arch/x86/um/vdso/ |
H A D | vdso-note.S | 7 #include <linux/version.h>
|
/linux-4.4.14/arch/arc/plat-sim/ |
H A D | Makefile | 5 # 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 D | ux500_pm_domains.h | 5 * License terms: GNU General Public License (GPL) version 2
|
/linux-4.4.14/arch/cris/boot/dts/include/dt-bindings/arm/ |
H A D | ux500_pm_domains.h | 5 * License terms: GNU General Public License (GPL) version 2
|
/linux-4.4.14/lib/zlib_deflate/ |
H A D | Makefile | 2 # This is a modified version of zlib, which does all memory
|
/linux-4.4.14/fs/afs/ |
H A D | afs_cm.h | 8 * 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 D | cfserl.h | 4 * License terms: GNU General Public License (GPL) version 2
|
/linux-4.4.14/include/dt-bindings/arm/ |
H A D | ux500_pm_domains.h | 5 * License terms: GNU General Public License (GPL) version 2
|
/linux-4.4.14/arch/mips/include/asm/lasat/ |
H A D | head.h | 14 u32 version; member in struct:bootloader_header
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
H A D | note.S | 7 #include <linux/version.h>
|
/linux-4.4.14/arch/s390/kernel/vdso64/ |
H A D | note.S | 7 #include <linux/version.h>
|
/linux-4.4.14/arch/metag/boot/dts/include/dt-bindings/arm/ |
H A D | ux500_pm_domains.h | 5 * License terms: GNU General Public License (GPL) version 2
|
/linux-4.4.14/arch/microblaze/boot/ |
H A D | Makefile | 11 @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 D | ux500_pm_domains.h | 5 * License terms: GNU General Public License (GPL) version 2
|
/linux-4.4.14/arch/powerpc/boot/dts/include/dt-bindings/arm/ |
H A D | ux500_pm_domains.h | 5 * License terms: GNU General Public License (GPL) version 2
|
/linux-4.4.14/arch/arm64/boot/dts/include/dt-bindings/arm/ |
H A D | ux500_pm_domains.h | 5 * License terms: GNU General Public License (GPL) version 2
|
/linux-4.4.14/arch/blackfin/include/asm/ |
H A D | pci.h | 1 /* Changed from asm-m68k version, Lineo Inc. May 2001 */
|
/linux-4.4.14/arch/arm/mach-ux500/ |
H A D | board-mop500.h | 4 * License terms: GNU General Public License (GPL) version 2
|
H A D | pm_domains.h | 5 * License terms: GNU General Public License (GPL) version 2
|
/linux-4.4.14/drivers/mfd/ |
H A D | viperboard.c | 15 * 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 D | wm8994.h | 10 * 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 D | bdc_ep.h | 10 * 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 D | dw_mmc-pltfm.h | 8 * 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 D | rcar_du_lvdscon.h | 10 * the Free Software Foundation; either version 2 of the License, or 11 * (at your option) any later version.
|
H A D | rcar_du_vgacon.h | 10 * 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 D | shmob_drm_backlight.h | 10 * the Free Software Foundation; either version 2 of the License, or 11 * (at your option) any later version.
|
H A D | shmob_drm_plane.h | 10 * 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 D | hid-roccat-lua.h | 11 * 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 D | focaltech.h | 9 * 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 D | s5p_mfc_cmd_v5.h | 9 * the Free Software Foundation; either version 2 of the License, or 10 * (at your option) any later version.
|
H A D | s5p_mfc_cmd_v6.h | 9 * 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 D | c8sectpfe-dvb.h | 10 * 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 D | rpadlpar.h | 12 * 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 D | exynos_drm_fimc.h | 11 * Free Software Foundation; either version 2 of the License, or (at your 12 * option) any later version.
|
H A D | exynos_drm_gsc.h | 11 * Free Software Foundation; either version 2 of the License, or (at your 12 * option) any later version.
|
H A D | exynos_drm_rotator.h | 10 * Free Software Foundation; either version 2 of the License, or (at your 11 * option) any later version.
|
H A D | exynos_drm_vidi.h | 8 * Free Software Foundation; either version 2 of the License, or (at your 9 * option) any later version.
|
/linux-4.4.14/lib/ |
H A D | irq_regs.c | 8 * 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 D | hsr_forward.h | 5 * Software Foundation; either version 2 of the License, or (at your option) 6 * any later version.
|
/linux-4.4.14/net/wireless/ |
H A D | ethtool.c | 13 strlcpy(info->version, init_utsname()->release, sizeof(info->version)); cfg80211_get_drvinfo()
|
/linux-4.4.14/scripts/dtc/ |
H A D | fdtdump.c | 55 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 D | version.c | 13 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 D | cc2520.h | 9 * 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 D | input.h | 5 * 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 D | samsung_usb_phy.h | 9 * 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 D | sii9234.h | 9 * the Free Software Foundation; either version 2 of the License, or 10 * (at your option) any later version.
|
H A D | sr030pc30.h | 9 * 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 D | gre.h | 23 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 D | tc_vlan.h | 6 * 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 D | dns_resolver-type.h | 8 * as published by the Free Software Foundation; either version 9 * 2 of the License, or (at your option) any later version.
|
H A D | keyring-type.h | 8 * 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 D | max98090.h | 8 * Free Software Foundation; either version 2 of the License, or (at your 9 * option) any later version.
|
H A D | wm8955.h | 10 * 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 D | tc_bpf.h | 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version.
|
H A D | tc_vlan.h | 6 * 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 D | wdt.h | 8 * 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 D | firmware.c | 12 * 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 D | note.S | 7 #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 D | mpc5121_ads.h | 6 * 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 D | mpc86xx.h | 6 * 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 D | hlwd-pic.h | 10 * 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 D | debug.h | 6 * Free Software Foundation; either version 2 of the License, or (at your 7 * option) any later version.
|
H A D | irq_regs.h | 4 * 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 D | system.h | 10 * 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 D | cpufreq.h | 8 * Free Software Foundation; either version 2 of the License, or (at your 9 * option) any later version.
|
H A D | regs-wdt.h | 8 * 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 D | machine.h | 7 * 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 D | malta-dtshim.h | 7 * 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 D | vsyscall-note.S | 7 #include <linux/version.h> 23 ASM_ELF_NOTE_BEGIN(".note.kernel-version", "a", UTS_SYSNAME, 0)
|