/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | HalVerDef.h | 63 #define GET_CVID_IC_TYPE(version) ((version).ICType) argument 64 #define GET_CVID_CHIP_TYPE(version) ((version).ChipType) argument 65 #define GET_CVID_MANUFACTUER(version) ((version).VendorType) argument 66 #define GET_CVID_CUT_VERSION(version) ((version).CUTVersion) argument 67 #define GET_CVID_ROM_VERSION(version) (((version).ROMVer) & ROM_VERSION_MASK) argument 71 #define IS_81XXC(version) \ argument 72 (((GET_CVID_IC_TYPE(version) == CHIP_8192C) || \ 73 (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? true : false) 74 #define IS_8723_SERIES(version) \ argument 75 ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? true : false) [all …]
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
D | HalVerDef.h | 51 #define GET_CVID_CHIP_TYPE(version) (((version).ChipType)) argument 52 #define GET_CVID_MANUFACTUER(version) (((version).VendorType)) argument 53 #define GET_CVID_CUT_VERSION(version) (((version).CUTVersion)) argument 59 #define IS_TEST_CHIP(version) \ argument 60 ((GET_CVID_CHIP_TYPE(version) == TEST_CHIP) ? true : false) 61 #define IS_NORMAL_CHIP(version) \ argument 62 ((GET_CVID_CHIP_TYPE(version) == NORMAL_CHIP) ? true : false) 65 #define IS_A_CUT(version) \ argument 66 ((GET_CVID_CUT_VERSION(version) == A_CUT_VERSION) ? true : false) 67 #define IS_B_CUT(version) \ argument [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
D | def.h | 96 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument 97 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument 98 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument 99 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK) argument 100 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK) argument 101 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK) argument 103 #define IS_81XXC(version) \ argument 104 ((GET_CVID_IC_TYPE(version) == 0) ? true : false) 105 #define IS_8723_SERIES(version) \ argument 106 ((GET_CVID_IC_TYPE(version) == CHIP_8723) ? true : false) [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | def.h | 91 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument 92 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument 93 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument 94 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK) argument 95 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK) argument 96 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK) argument 98 #define IS_81XXC(version) ((GET_CVID_IC_TYPE(version) == 0) ?\ argument 100 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723) ? \ argument 102 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? false : true) argument 103 #define IS_1T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T2R)\ argument [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | def.h | 216 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument 217 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument 218 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument 219 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK) argument 220 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK) argument 221 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK) argument 223 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? false : true) argument 224 #define IS_1T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_1T2R)\ argument 226 #define IS_2T2R(version) ((GET_CVID_RF_TYPE(version) == RF_TYPE_2T2R)\ argument 229 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? \ argument [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
D | def.h | 149 #define GET_CVID_IC_TYPE(version) ((version) & IC_TYPE_MASK) argument 150 #define GET_CVID_CHIP_TYPE(version) ((version) & CHIP_TYPE_MASK) argument 151 #define GET_CVID_RF_TYPE(version) ((version) & RF_TYPE_MASK) argument 152 #define GET_CVID_MANUFACTUER(version) ((version) & MANUFACTUER_MASK) argument 153 #define GET_CVID_ROM_VERSION(version) ((version) & ROM_VERSION_MASK) argument 154 #define GET_CVID_CUT_VERSION(version) ((version) & CUT_VERSION_MASK) argument 156 #define IS_1T1R(version) ((GET_CVID_RF_TYPE(version)) ? \ argument 158 #define IS_1T2R(version) ((GET_CVID_RF_TYPE(version) == \ argument 160 #define IS_2T2R(version) ((GET_CVID_RF_TYPE(version) == \ argument 163 #define IS_92D_SINGLEPHY(version) ((IS_92D(version)) ? \ argument [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
D | fw_common.h | 49 #define IS_CHIP_VER_B(version) ((version & CHIP_VER_B) ? true : false) argument 51 #define GET_CVID_RF_TYPE(version) \ argument 52 ((version) & RF_TYPE_MASK) 53 #define GET_CVID_CUT_VERSION(version) \ argument 54 ((version) & CUT_VERSION_MASK) 55 #define IS_NORMAL_CHIP(version) \ argument 56 ((version & NORMAL_CHIP) ? true : false) 57 #define IS_2T2R(version) \ argument 58 (((GET_CVID_RF_TYPE(version)) == \ 60 #define IS_92C_SERIAL(version) \ argument [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
D | class.h | 144 __u8 version; member 156 __u8 version; member 165 __u8 version; member 192 __u8 version; member 203 __u8 version; member 222 __u8 version; member 243 __u8 version; member 255 __u8 version; member 275 __u8 version; member 285 __u8 version; member [all …]
|
D | ioctl.h | 7 __u8 version; member 35 __u64 version; member 40 __u8 version; member 52 __u8 version; member 75 __u8 version; member 84 __u8 version; member 93 __u8 version; member 104 __u8 version; member 113 __u8 version; member 120 __u8 version; member [all …]
|
D | event.h | 5 __u8 version; member 15 __u8 version; member 24 __u8 version; member 31 __u8 version; member 37 __u8 version; member 49 __u8 version; member
|
D | unpack.h | 12 if (_size <= size && (d).version >= (vl) && \ 13 (d).version <= (vh)) { \
|
/linux-4.4.14/scripts/ |
D | ver_linux | 21 make --version 2>&1 | 35 mount --version 2>&1 | 87 cardmgr -V 2>&1| grep version | awk \ 97 pppd --version 2>&1 | 104 isdnctrl 2>&1 | grep version | awk \ 107 showmount --version 2>&1 | grep nfs-utils | awk \ 117 ldd --version 2>&1 | 136 ps --version 2>&1 | 143 ifconfig --version 2>&1 | 157 oprofiled --version 2>&1 | awk \ [all …]
|
D | depmod.sh | 20 release=$("$DEPMOD" --version) 23 version=$(echo "$release" | cut -d' ' -f 2) 24 later=$(printf '%s\n' "$version" "3.13" | sort -V | tail -n 1) 25 if test "$later" != "$version"; then
|
D | link-vmlinux.sh | 172 info GEN .version 173 if [ ! -r .version ]; then 174 rm -f .version; 175 echo 1 >.version; 177 mv .version .old_version; 178 expr 0$(cat .old_version) + 1 >.version;
|
D | mkcompile_h | 30 if [ -r .version ]; then 31 VERSION=`cat .version` 34 echo 0 > .version 69 ( echo /\* This file is auto generated, version $VERSION \*/
|
D | mkversion | 1 if [ ! -f .version ] 5 expr 0`cat .version` + 1
|
D | headerdep.pl | 19 version => \&version, 55 sub version { subroutine
|
D | gcc-ld | 19 --version-script|--dynamic-list|--version-exports-symbol|--wrap|-m)
|
D | Kbuild.include | 45 # version.h : Makefile 133 cc-name = $(shell $(CC) -v 2>&1 | grep -q "clang version" && echo clang || echo gcc) 135 # cc-version 136 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC)) 140 $(srctree)/scripts/gcc-version.sh -p $(CC)) 144 cc-ifversion = $(shell [ $(cc-version) $(1) $(2) ] && echo $(3) || echo $(4)) 161 # ld-version 163 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh) 167 ld-ifversion = $(shell [ $(ld-version) $(1) $(2) ] && echo $(3) || echo $(4)) 210 # Short version is used, if $(quiet) equals `quiet_', otherwise full one. [all …]
|
/linux-4.4.14/arch/x86/kernel/ |
D | pvclock.c | 63 unsigned version; in pvclock_read_flags() local 68 version = __pvclock_read_cycles(src, &ret, &flags); in pvclock_read_flags() 69 } while ((src->version & 1) || version != src->version); in pvclock_read_flags() 76 unsigned version; in pvclock_clocksource_read() local 82 version = __pvclock_read_cycles(src, &ret, &flags); in pvclock_clocksource_read() 83 } while ((src->version & 1) || version != src->version); in pvclock_clocksource_read() 122 u32 version; in pvclock_read_wallclock() local 128 version = wall_clock->version; in pvclock_read_wallclock() 133 } while ((wall_clock->version & 1) || (version != wall_clock->version)); in pvclock_read_wallclock()
|
D | kdebugfs.c | 167 struct dentry *dbp, *version, *data; in boot_params_kdebugfs_init() local 174 version = debugfs_create_x16("version", S_IRUGO, dbp, in boot_params_kdebugfs_init() 175 &boot_params.hdr.version); in boot_params_kdebugfs_init() 176 if (!version) in boot_params_kdebugfs_init() 193 debugfs_remove(version); in boot_params_kdebugfs_init()
|
/linux-4.4.14/scripts/package/ |
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" [all …]
|
/linux-4.4.14/fs/fscache/ |
D | fsdef.c | 89 _enter("{%s.%u},", netfs->name, netfs->version); in fscache_fsdef_netfs_get_key() 109 _enter("{%s.%u},", netfs->name, netfs->version); in fscache_fsdef_netfs_get_aux() 115 memcpy(buffer, &netfs->version, dlen); in fscache_fsdef_netfs_get_aux() 129 uint32_t version; in fscache_fsdef_netfs_check_aux() local 133 if (datalen != sizeof(version)) { in fscache_fsdef_netfs_check_aux() 134 _leave(" = OBSOLETE [dl=%d v=%zu]", datalen, sizeof(version)); in fscache_fsdef_netfs_check_aux() 138 memcpy(&version, data, sizeof(version)); in fscache_fsdef_netfs_check_aux() 139 if (version != netfs->version) { in fscache_fsdef_netfs_check_aux() 140 _leave(" = OBSOLETE [ver=%x net=%x]", version, netfs->version); in fscache_fsdef_netfs_check_aux()
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi-generic.txt | 13 Rather than document the driver's interface here, version information 21 - sg version 1 (original) from 1992 to early 1999 (lk 2.2.5) . 23 - sg version 2 from lk 2.2.6 in the 2.2 series. It is based on 24 an extended version of the sg_header interface structure. 25 - sg version 3 found in the lk 2.4 series (and the lk 2.5 series). 34 This describes the sg version 3 driver found in the lk 2.4 series. 39 Documentation for the version 2 sg driver found in the lk 2.2 series can 40 be found at http://sg.danny.cz/sg/. A larger version 60 - sg3_utils for the sg version 3 driver found in lk 2.4 61 - sg_utils for the sg version 2 (and original) driver found in lk 2.2 [all …]
|
D | ChangeLog.sym53c8xx_2 | 2 * version sym-2.1.0-20001230 6 * version sym-2.1.1-20010108 11 * version sym-2.1.2-20010114 17 * version sym-2.1.3-20010117 22 * version sym-2.1.4-20010120 28 * version sym-2.1.5-20010124 39 * version sym-2.1.6-20010207 67 * version sym-2.1.9-20010412 70 - Set #LUN in request sense only if scsi version <= 2 and 83 * version sym-2.1.10-20010509 [all …]
|
D | ChangeLog.sym53c8xx | 2 * version sym53c8xx-1.7.3c 13 * version sym53c8xx-1.7.3b 23 * version sym53c8xx-1.7.3a 29 * version sym53c8xx-1.7.3 35 * version sym53c8xx-1.7.3-pre1 65 * version sym53c8xx-1.7.2 66 - Remove the hack for PPC added in previous driver version. 83 * version sym53c8xx-1.7.1 90 * version sym53c8xx-1.7.0 101 report `resid' to user for linux version >= 2.3.99 [all …]
|
D | NinjaSCSI.txt | 60 [5] Copy nsp_cs.ko to suitable place, like /lib/modules/<Kernel version>/pcmcia/ . 71 version "WBT", "NinjaSCSI-3", "R1.0" 75 version "WORKBIT", "UltraNinja-16", "1" 80 version "IO DATA", "CBSC16 ", "1" 85 version "KME ", "SCSI-CARD-001", "1" 88 version "KME ", "SCSI-CARD-002", "1" 91 version "KME ", "SCSI-CARD-003", "1" 94 version "KME ", "SCSI-CARD-004", "1" 121 kernel version
|
D | dpti.txt | 28 * 2.0 version of the driver by Deanna Bonds and Mark Salyzyn. 31 * The driver was originally ported to linux version 2.0.34 34 * This was the first full GPL version since the last version used 35 * i2osig headers which were not GPL. Developer Testing version. 37 * V2.2 First released version 46 * V2.4 First version ready to be submitted to be embedded in the kernel
|
D | in2000.txt | 2 UPDATE NEWS: version 1.33 - 26 Aug 98 17 UPDATE NEWS: version 1.32 - 28 Mar 98 24 UPDATE NEWS: version 1.31 - 6 Jul 97 36 UPDATE NEWS: version 1.30 - 14 Oct 96 44 UPDATE NEWS: version 1.29 - 24 Sep 96 54 UPDATE NEWS: version 1.28 - 07 May 96 70 UPDATE NEWS: version 1.27 - 10 Apr 96 78 UPDATE NEWS: version 1.26 - 07 Mar 96 84 repairs - this version (fingers crossed) should work well. 86 UPDATE NEWS: version 1.25 - 05 Mar 96 [all …]
|
D | sym53c500_cs.txt | 3 long overdue, and the current version addresses the following concerns: 14 The Symbios Logic 53c500 chip was used in the "newer" (circa 1997) version 20 version of this driver, and I guess it worked for those users. It worked
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | base.c | 130 bios->version.major = nvbios_rd08(bios, bit_i.offset + 3); in nvkm_bios_new() 131 bios->version.chip = nvbios_rd08(bios, bit_i.offset + 2); in nvkm_bios_new() 132 bios->version.minor = nvbios_rd08(bios, bit_i.offset + 1); in nvkm_bios_new() 133 bios->version.micro = nvbios_rd08(bios, bit_i.offset + 0); in nvkm_bios_new() 134 bios->version.patch = nvbios_rd08(bios, bit_i.offset + 4); in nvkm_bios_new() 137 bios->version.major = nvbios_rd08(bios, bios->bmp_offset + 13); in nvkm_bios_new() 138 bios->version.chip = nvbios_rd08(bios, bios->bmp_offset + 12); in nvkm_bios_new() 139 bios->version.minor = nvbios_rd08(bios, bios->bmp_offset + 11); in nvkm_bios_new() 140 bios->version.micro = nvbios_rd08(bios, bios->bmp_offset + 10); in nvkm_bios_new() 144 bios->version.major, bios->version.chip, in nvkm_bios_new() [all …]
|
D | mxm.c | 39 *ver = x.version; in mxm_table() 98 if (bios->version.chip == 0x84 || bios->version.chip == 0x86) in mxm_sor_map() 100 if (bios->version.chip == 0x92) in mxm_sor_map() 102 if (bios->version.chip == 0x94 || bios->version.chip == 0x96) in mxm_sor_map() 104 if (bios->version.chip == 0x98) in mxm_sor_map()
|
D | ramcfg.c | 41 if (bit_M.version == 1 && bit_M.length >= 5) in nvbios_ramcfg_count() 43 if (bit_M.version == 2 && bit_M.length >= 3) in nvbios_ramcfg_count() 61 if (bit_M.version == 1 && bit_M.length >= 5) in nvbios_ramcfg_index() 63 if (bit_M.version == 2 && bit_M.length >= 3) { in nvbios_ramcfg_index()
|
D | pll.c | 263 switch (bios->version.chip) { in nvbios_pll_parse() 282 switch (bios->version.chip) { in nvbios_pll_parse() 315 if (bios->version.chip < 0x60) in nvbios_pll_parse() 367 if (bios->version.chip == 0x51) { in nvbios_pll_parse() 400 if (bios->version.chip < 0x11) in nvbios_pll_parse() 404 if (bios->version.chip < 0x11) in nvbios_pll_parse() 409 if (bios->version.chip < 0x17 || in nvbios_pll_parse() 410 bios->version.chip == 0x1a || in nvbios_pll_parse() 411 bios->version.chip == 0x20) in nvbios_pll_parse()
|
/linux-4.4.14/drivers/media/pci/saa7164/ |
D | saa7164-fw.c | 37 u32 version; member 206 u32 tmp, filesize, version, err_flags, first_timeout, fwlength; in saa7164_downloadfirmware() local 225 version = saa7164_getcurrentfirmwareversion(dev); in saa7164_downloadfirmware() 227 if (version == 0x00) { in saa7164_downloadfirmware() 370 version = in saa7164_downloadfirmware() 372 if (version) { in saa7164_downloadfirmware() 388 version = saa7164_getcurrentfirmwareversion(dev); in saa7164_downloadfirmware() 395 SAA_DEVICE_IMAGE_BOOTING) && (version == 0)) { in saa7164_downloadfirmware() 411 (version & 0x0000fc00) >> 10, in saa7164_downloadfirmware() 412 (version & 0x000003e0) >> 5, in saa7164_downloadfirmware() [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | base.c | 44 mxm_shadow_rom(struct nvkm_mxm *mxm, u8 version) in mxm_shadow_rom() argument 80 mxm_shadow_dsm(struct nvkm_mxm *mxm, u8 version) in mxm_shadow_dsm() argument 107 rev = (version & 0xf0) << 4 | (version & 0x0f); in mxm_shadow_dsm() 132 wmi_wmmx_mxmi(struct nvkm_mxm *mxm, u8 version) in wmi_wmmx_mxmi() argument 135 u32 mxmi_args[] = { 0x494D584D /* MXMI */, version, 0 }; in wmi_wmmx_mxmi() 149 version = obj->integer.value; in wmi_wmmx_mxmi() 151 (version >> 4), version & 0x0f); in wmi_wmmx_mxmi() 153 version = 0; in wmi_wmmx_mxmi() 158 return version; in wmi_wmmx_mxmi() 162 mxm_shadow_wmi(struct nvkm_mxm *mxm, u8 version) in mxm_shadow_wmi() argument [all …]
|
/linux-4.4.14/drivers/ps3/ |
D | ps3-sys-manager.c | 57 u8 version; member 70 pr_debug("%s:%d: version: %xh\n", func, line, h->version); in _dump_sm_header() 246 BUG_ON(header->version != 1); in ps3_sys_manager_write() 270 u8 version; in ps3_sys_manager_send_attr() member 280 header.version = 1; in ps3_sys_manager_send_attr() 286 payload.version = 1; in ps3_sys_manager_send_attr() 304 u8 version; in ps3_sys_manager_send_next_op() member 317 header.version = 1; in ps3_sys_manager_send_next_op() 323 payload.version = 3; in ps3_sys_manager_send_next_op() 348 u8 version; in ps3_sys_manager_send_request_shutdown() member [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
D | def.h | 39 #define IS_92C_1T2R(version) \ argument 40 (((version) & CHIP_92C) && ((version) & CHIP_92C_1T2R)) 42 #define IS_VENDOR_UMC(version) \ argument 43 (((version) & CHIP_VENDOR_UMC) ? true : false)
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/firmware/ |
D | tlm,trusted-foundations.txt | 10 - tlm,version-major: major version number of Trusted Foundations firmware 11 - tlm,version-minor: minor version number of Trusted Foundations firmware 17 tlm,version-major = <2>; 18 tlm,version-minor = <8>;
|
/linux-4.4.14/net/netfilter/ |
D | xt_l2tp.c | 44 u8 version; member 57 if ((info->flags & XT_L2TP_VERSION) && (info->version != data->version)) in l2tp_match() 62 ((data->type == XT_L2TP_TYPE_CONTROL) || (data->version == 2)) && in l2tp_match() 107 data.version = (u8) flags & L2TP_HDR_VER; in l2tp_udp_mt() 115 if (data.version == 3) { in l2tp_udp_mt() 123 } else if (data.version == 2) { in l2tp_udp_mt() 168 data.version = 3; in l2tp_ip_mt() 236 if ((info->version < 2) || (info->version > 3)) { in l2tp_mt_check() 237 pr_info("wrong L2TP version: %u\n", info->version); in l2tp_mt_check() 241 if (info->version == 2) { in l2tp_mt_check() [all …]
|
/linux-4.4.14/drivers/block/rsxx/ |
D | config.c | 34 cfg->hdr.version = RSXX_CFG_VERSION; in initialize_config() 59 hdr->version = be32_to_cpu((__force __be32) hdr->version); in config_hdr_be_to_cpu() 65 hdr->version = (__force u32) cpu_to_be32(hdr->version); in config_hdr_cpu_to_be() 105 if (unlikely(cfg.hdr.version != RSXX_CFG_VERSION)) { in rsxx_save_config() 108 cfg.hdr.version); in rsxx_save_config() 146 if (card->config.hdr.version == RSXX_CFG_VERSION) { in rsxx_load_config() 170 } else if (card->config.hdr.version != 0) { in rsxx_load_config() 173 card->config.hdr.version); in rsxx_load_config() 191 card->config.hdr.version); in rsxx_load_config()
|
/linux-4.4.14/drivers/memory/ |
D | fsl_ifc.c | 217 int version, banks; in fsl_ifc_ctrl_probe() local 235 version = ifc_in32(&fsl_ifc_ctrl_dev->regs->ifc_rev) & in fsl_ifc_ctrl_probe() 237 banks = (version == FSL_IFC_VERSION_1_0_0) ? 4 : 8; in fsl_ifc_ctrl_probe() 239 version >> 24, (version >> 16) & 0xf, banks); in fsl_ifc_ctrl_probe() 241 fsl_ifc_ctrl_dev->version = version; in fsl_ifc_ctrl_probe() 252 version = ioread32be(&fsl_ifc_ctrl_dev->regs->ifc_rev) & in fsl_ifc_ctrl_probe() 254 banks = (version == FSL_IFC_VERSION_1_0_0) ? 4 : 8; in fsl_ifc_ctrl_probe() 256 version >> 24, (version >> 16) & 0xf, banks); in fsl_ifc_ctrl_probe() 258 fsl_ifc_ctrl_dev->version = version; in fsl_ifc_ctrl_probe()
|
D | fsl-corenet-cf.c | 28 enum ccf_version version; member 34 .version = CCF1, 40 .version = CCF2, 125 switch (ccf->info->version) { in ccf_irq() 233 switch (ccf->info->version) { in ccf_probe() 252 switch (ccf->info->version) { in ccf_remove()
|
/linux-4.4.14/arch/um/drivers/ |
D | cow_user.c | 24 __s32 version; member 43 __u32 version; member 87 __u32 version; member 99 __u32 version; member 124 void cow_sizes(int version, __u64 size, int sectorsize, int align, in cow_sizes() argument 128 if (version < 3) { in cow_sizes() 217 header->version = htobe32(COW_VERSION); in write_cow_header() 286 unsigned long version, magic; in read_cow_header() local 302 version = header->v1.version; in read_cow_header() 304 version = be32toh(header->v1.version); in read_cow_header() [all …]
|
/linux-4.4.14/tools/testing/selftests/net/ |
D | psock_tpacket.c | 84 int type, rd_num, flen, version; member 92 uint32_t version; member 172 ip->version = 4; in create_payload() 207 static inline int __v1_v2_rx_kernel_ready(void *base, int version) in __v1_v2_rx_kernel_ready() argument 209 switch (version) { in __v1_v2_rx_kernel_ready() 220 static inline void __v1_v2_rx_user_ready(void *base, int version) in __v1_v2_rx_user_ready() argument 222 switch (version) { in __v1_v2_rx_user_ready() 253 ring->version)) { in walk_v1_v2_rx() 256 switch (ring->version) { in walk_v1_v2_rx() 273 __v1_v2_rx_user_ready(ppd.raw, ring->version); in walk_v1_v2_rx() [all …]
|
/linux-4.4.14/drivers/mfd/ |
D | viperboard.c | 57 u16 version = 0; in vprbrd_probe() local 81 version = vb->buf[0]; in vprbrd_probe() 87 version <<= 8; in vprbrd_probe() 88 version = version | vb->buf[0]; in vprbrd_probe() 93 version >> 8, version & 0xff, in vprbrd_probe()
|
D | tps6586x.c | 127 int version; member 216 return tps6586x->version; in tps6586x_get_version() 477 static void tps6586x_print_version(struct i2c_client *client, int version) in tps6586x_print_version() argument 481 switch (version) { in tps6586x_print_version() 503 dev_info(&client->dev, "Found %s, VERSIONCRC is %02x\n", name, version); in tps6586x_print_version() 512 int version; in tps6586x_i2c_probe() local 522 version = i2c_smbus_read_byte_data(client, TPS6586X_VERSIONCRC); in tps6586x_i2c_probe() 523 if (version < 0) { in tps6586x_i2c_probe() 524 dev_err(&client->dev, "Chip ID read failed: %d\n", version); in tps6586x_i2c_probe() 532 tps6586x->version = version; in tps6586x_i2c_probe() [all …]
|
D | kempld-core.c | 51 u16 version; in kempld_get_info_generic() local 56 version = kempld_read16(pld, KEMPLD_VERSION); in kempld_get_info_generic() 60 pld->info.minor = KEMPLD_VERSION_GET_MINOR(version); in kempld_get_info_generic() 61 pld->info.major = KEMPLD_VERSION_GET_MAJOR(version); in kempld_get_info_generic() 62 pld->info.number = KEMPLD_VERSION_GET_NUMBER(version); in kempld_get_info_generic() 63 pld->info.type = KEMPLD_VERSION_GET_TYPE(version); in kempld_get_info_generic() 317 ret = scnprintf(pld->info.version, sizeof(pld->info.version), in kempld_get_info() 367 return scnprintf(buf, PAGE_SIZE, "%s\n", pld->info.version); in kempld_version_show() 431 pld->info.version, kempld_get_type_string(pld), in kempld_detect_device()
|
D | tps65217.c | 169 unsigned int version; in tps65217_probe() local 215 ret = tps65217_reg_read(tps, TPS65217_REG_CHIPID, &version); in tps65217_probe() 232 (version & TPS65217_CHIPID_CHIP_MASK) >> 4, in tps65217_probe() 233 version & TPS65217_CHIPID_REV_MASK); in tps65217_probe()
|
D | tc3589x.c | 329 tc3589x_of_probe(struct device *dev, enum tc3589x_version *version) in tc3589x_of_probe() argument 343 *version = (enum tc3589x_version) of_id->data; in tc3589x_of_probe() 361 enum tc3589x_version version; in tc3589x_probe() local 365 pdata = tc3589x_of_probe(&i2c->dev, &version); in tc3589x_probe() 372 version = id->driver_data; in tc3589x_probe() 390 switch (version) { in tc3589x_probe()
|
/linux-4.4.14/drivers/hv/ |
D | connection.c | 71 __u32 version) in vmbus_negotiate_version() argument 82 msg->vmbus_version_requested = version; in vmbus_negotiate_version() 86 if (version >= VERSION_WIN8_1) { in vmbus_negotiate_version() 135 __u32 version; in vmbus_connect() local 194 version = VERSION_CURRENT; in vmbus_connect() 197 ret = vmbus_negotiate_version(msginfo, version); in vmbus_connect() 204 version = vmbus_get_next_version(version); in vmbus_connect() 205 } while (version != VERSION_INVAL); in vmbus_connect() 207 if (version == VERSION_INVAL) in vmbus_connect() 210 vmbus_proto_version = version; in vmbus_connect() [all …]
|
D | hv_fcopy.c | 86 static int fcopy_handle_handshake(u32 version) in fcopy_handle_handshake() argument 90 switch (version) { in fcopy_handle_handshake() 93 dm_reg_value = version; in fcopy_handle_handshake() 99 dm_reg_value = version; in fcopy_handle_handshake() 110 pr_debug("FCP: userspace daemon ver. %d registered\n", version); in fcopy_handle_handshake()
|
/linux-4.4.14/net/batman-adv/ |
D | packet.h | 217 u8 version; member 250 u8 version; member 273 u8 version; member 300 u8 version; member 335 u8 version; member 374 u8 version; /* batman version field */ member 402 u8 version; /* batman version field */ member 432 u8 version; /* batman version field */ member 463 u8 version; /* batman version field */ member 480 u8 version; member
|
D | main.c | 424 if (batadv_ogm_packet->version != BATADV_COMPAT_VERSION) { in batadv_batman_skb_recv() 427 batadv_ogm_packet->version); in batadv_batman_skb_recv() 646 *batadv_tvlv_handler_get(struct batadv_priv *bat_priv, u8 type, u8 version) in batadv_tvlv_handler_get() argument 656 if (tvlv_handler_tmp->version != version) in batadv_tvlv_handler_get() 694 *batadv_tvlv_container_get(struct batadv_priv *bat_priv, u8 type, u8 version) in batadv_tvlv_container_get() argument 702 if (tvlv_tmp->tvlv_hdr.version != version) in batadv_tvlv_container_get() 770 u8 type, u8 version) in batadv_tvlv_container_unregister() argument 775 tvlv = batadv_tvlv_container_get(bat_priv, type, version); in batadv_tvlv_container_unregister() 793 u8 type, u8 version, in batadv_tvlv_container_register() argument 805 tvlv_new->tvlv_hdr.version = version; in batadv_tvlv_container_register() [all …]
|
D | main.h | 350 u8 type, u8 version, 359 u8 type, u8 version); 371 u8 type, u8 version, u8 flags); 373 u8 type, u8 version); 380 u8 *dst, u8 type, u8 version,
|
/linux-4.4.14/net/ipv4/ |
D | gre_demux.c | 35 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol() argument 37 if (version >= GREPROTO_MAX) in gre_add_protocol() 40 return (cmpxchg((const struct gre_protocol **)&gre_proto[version], NULL, proto) == NULL) ? in gre_add_protocol() 45 int gre_del_protocol(const struct gre_protocol *proto, u8 version) in gre_del_protocol() argument 49 if (version >= GREPROTO_MAX) in gre_del_protocol() 52 ret = (cmpxchg((const struct gre_protocol **)&gre_proto[version], proto, NULL) == proto) ? in gre_del_protocol()
|
/linux-4.4.14/fs/jffs2/ |
D | readinode.c | 225 …dbg_readinode("insert fragment %#04x-%#04x, ver %u at %08x\n", tn->fn->ofs, fn_end, tn->version, r… in jffs2_add_tn_to_tree() 233 if (rii->mdata_tn->version < tn->version) { in jffs2_add_tn_to_tree() 235 dbg_readinode("kill old mdata with ver %d\n", rii->mdata_tn->version); in jffs2_add_tn_to_tree() 239 tn->version, rii->mdata_tn->version); in jffs2_add_tn_to_tree() 245 dbg_readinode("keep new mdata with ver %d\n", tn->version); in jffs2_add_tn_to_tree() 273 this->version, this->fn->ofs, this->fn->size); in jffs2_add_tn_to_tree() 275 if (this->version == tn->version) { in jffs2_add_tn_to_tree() 292 if (this->version < tn->version && in jffs2_add_tn_to_tree() 304 if (this->version < tn->version) { in jffs2_add_tn_to_tree() 307 this->version, this->fn->ofs, in jffs2_add_tn_to_tree() [all …]
|
D | summary.c | 89 je32_to_cpu(item->x.xid), je32_to_cpu(item->x.version)); in jffs2_sum_add_mem() 125 temp->version = ri->version; in jffs2_sum_add_inode_mem() 146 temp->version = rd->version; in jffs2_sum_add_dirent_mem() 168 temp->version = rx->version; in jffs2_sum_add_xattr_mem() 273 temp->version = node->i.version; in jffs2_sum_add_kvec() 292 temp->version = node->d.version; in jffs2_sum_add_kvec() 323 temp->version = node->x.version; in jffs2_sum_add_kvec() 427 *pseudo_random += je32_to_cpu(spi->version); in jffs2_sum_process_sum_data() 477 fd->version = je32_to_cpu(spd->version); in jffs2_sum_process_sum_data() 484 *pseudo_random += je32_to_cpu(spd->version); in jffs2_sum_process_sum_data() [all …]
|
D | summary.h | 49 jint32_t version; /* inode version */ member 60 jint32_t version; /* dirent version */ member 71 jint32_t version; /* version number */ member 104 jint32_t version; /* inode version */ member 116 jint32_t version; /* dirent version */ member 128 jint32_t version; member
|
D | write.c | 51 ri->version = cpu_to_je32(f->highest_version); in jffs2_do_new_inode() 100 if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(ri->version) < f->highest_version)) { in jffs2_write_dnode() 104 je32_to_cpu(ri->version), f->highest_version); in jffs2_write_dnode() 105 ri->version = cpu_to_je32(++f->highest_version); in jffs2_write_dnode() 246 fd->version = je32_to_cpu(rd->version); in jffs2_write_dirent() 258 if ((alloc_mode!=ALLOC_GC) && (je32_to_cpu(rd->version) < f->highest_version)) { in jffs2_write_dirent() 262 je32_to_cpu(rd->version), f->highest_version); in jffs2_write_dirent() 263 rd->version = cpu_to_je32(++f->highest_version); in jffs2_write_dirent() 264 fd->version = je32_to_cpu(rd->version); in jffs2_write_dirent() 380 ri->version = cpu_to_je32(++f->highest_version); in jffs2_write_inode_range() [all …]
|
/linux-4.4.14/arch/powerpc/boot/ |
D | oflib.c | 120 char version[64]; in check_of_version() local 125 if (of_getprop(oprom, "model", version, sizeof(version)) <= 0) in check_of_version() 127 version[sizeof(version)-1] = 0; in check_of_version() 128 printf("OF version = '%s'\r\n", version); in check_of_version() 129 if (!string_match(version, "Open Firmware, 1.") in check_of_version() 130 && !string_match(version, "FirmWorks,3.")) in check_of_version()
|
/linux-4.4.14/scripts/dtc/ |
D | fdtdump.c | 55 uint32_t version = fdt32_to_cpu(bph->version); in dump_blob() local 72 printf("// version:\t\t%d\n", version); in dump_blob() 75 if (version >= 2) in dump_blob() 79 if (version >= 3) in dump_blob() 82 if (version >= 17) in dump_blob() 133 if (version < 16 && sz >= 8) in dump_blob()
|
D | flattree.c | 33 int version; member 349 fdt->version = cpu_to_fdt32(vi->version); in make_fdt_header() 369 void dt_to_blob(FILE *f, struct boot_info *bi, int version) in dt_to_blob() argument 381 if (version_table[i].version == version) in dt_to_blob() 385 die("Unknown device tree blob version %d\n", version); in dt_to_blob() 463 void dt_to_asm(FILE *f, struct boot_info *bi, int version) in dt_to_asm() argument 472 if (version_table[i].version == version) in dt_to_asm() 476 die("Unknown device tree blob version %d\n", version); in dt_to_asm() 497 asm_emit_cell(f, vi->version); in dt_to_asm() 807 uint32_t magic, totalsize, version, size_dt, boot_cpuid_phys; in dt_from_blob() local [all …]
|
D | dtc.c | 51 #define FDT_VERSION(version) _FDT_VERSION(version) argument 52 #define _FDT_VERSION(version) #version argument
|
/linux-4.4.14/scripts/mod/ |
D | sumversion.c | 482 static int strip_rcs_crap(char *version) in strip_rcs_crap() argument 486 if (strncmp(version, "$Revision", strlen("$Revision")) != 0) in strip_rcs_crap() 490 full_len = strlen(version) + strlen(version + strlen(version) + 1) + 2; in strip_rcs_crap() 495 if (version[len] == ':' || version[len] == '$') in strip_rcs_crap() 497 while (isspace(version[len])) in strip_rcs_crap() 499 memmove(version, version+len, full_len-len); in strip_rcs_crap() 504 while (version[len] && !isspace(version[len])) in strip_rcs_crap() 506 memmove(version + len, version + strlen(version), in strip_rcs_crap() 507 full_len - strlen(version)); in strip_rcs_crap() 513 char *version, in maybe_frob_rcs_version() argument [all …]
|
/linux-4.4.14/arch/sh/boards/mach-sdk7786/ |
D | fpga.c | 57 u16 version, date; in sdk7786_fpga_init() local 65 version = fpga_read_reg(FPGAVR); in sdk7786_fpga_init() 69 bcd2bin(version >> 8) & 0xf, bcd2bin(version & 0xf), in sdk7786_fpga_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | ccf.txt | 11 fsl,corenet1-cf - CoreNet coherency fabric version 1. 14 fsl,corenet2-cf - CoreNet coherency fabric version 2. 18 between CCF version 1 and CCF version 2. This compatible 20 used for both CCF version 1 chips and CCF version 2
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
D | ioctl.c | 41 nvif_ioctl(object, "nop vers %lld\n", args->v0.version); in nvkm_ioctl_nop() 42 args->v0.version = NVIF_VERSION_LATEST; in nvkm_ioctl_nop() 60 args->v0.version, args->v0.count); in nvkm_ioctl_sclass() 95 args->v0.version, args->v0.handle, args->v0.oclass, in nvkm_ioctl_new() 173 args->v0.version, args->v0.method); in nvkm_ioctl_mthd() 197 args->v0.version, args->v0.size, args->v0.addr); in nvkm_ioctl_rd() 232 args->v0.version, args->v0.size, args->v0.addr, in nvkm_ioctl_wr() 258 nvif_ioctl(object, "map vers %d\n", args->v0.version); in nvkm_ioctl_map() 294 args->v0.version, args->v0.event); in nvkm_ioctl_ntfy_new() 320 args->v0.version, args->v0.index); in nvkm_ioctl_ntfy_del() [all …]
|
D | client.c | 36 u8 version; member 116 "token %llx\n", req->v0.version, in nvkm_client_notify_new() 118 notify->version = req->v0.version; in nvkm_client_notify_new() 120 notify->rep.v0.version = req->v0.version; in nvkm_client_notify_new() 151 args->v0.version, args->v0.count); in nvkm_client_mthd_devlist()
|
/linux-4.4.14/arch/m68k/emu/ |
D | natfeat.c | 76 unsigned long id, version; in nf_init() local 82 version = nf_call(id); in nf_init() 90 pr_info("NatFeats found (%s, %lu.%lu)\n", buf, version >> 16, in nf_init() 91 version & 0xffff); in nf_init()
|
/linux-4.4.14/fs/dlm/ |
D | user.c | 55 __u32 version[3]; member 75 __u32 version[3]; member 91 kb->version[0] = kb32->version[0]; in compat_input() 92 kb->version[1] = kb32->version[1]; in compat_input() 93 kb->version[2] = kb32->version[2]; in compat_input() 126 res32->version[0] = res->version[0]; in compat_output() 127 res32->version[1] = res->version[1]; in compat_output() 128 res32->version[2] = res->version[2]; in compat_output() 457 if (req->version[0] != DLM_DEVICE_VERSION_MAJOR || in check_version() 458 (req->version[0] == DLM_DEVICE_VERSION_MAJOR && in check_version() [all …]
|
D | plock.c | 42 info->version[0] = DLM_PLOCK_VERSION_MAJOR; in set_version() 43 info->version[1] = DLM_PLOCK_VERSION_MINOR; in set_version() 44 info->version[2] = DLM_PLOCK_VERSION_PATCH; in set_version() 49 if ((DLM_PLOCK_VERSION_MAJOR != info->version[0]) || in check_version() 50 (DLM_PLOCK_VERSION_MINOR < info->version[1])) { in check_version() 56 info->version[0], in check_version() 57 info->version[1], in check_version() 58 info->version[2]); in check_version()
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | conrpc.h | 112 unsigned version, lstcon_rpc_t **crpc); 114 unsigned version, lstcon_rpc_t **crpc); 115 int lstcon_batrpc_prep(struct lstcon_node *nd, int transop, unsigned version, 117 int lstcon_testrpc_prep(struct lstcon_node *nd, int transop, unsigned version, 119 int lstcon_statrpc_prep(struct lstcon_node *nd, unsigned version,
|
/linux-4.4.14/drivers/xen/ |
D | sys-hypervisor.c | 61 int version = HYPERVISOR_xen_version(XENVER_version, NULL); in major_show() local 62 if (version) in major_show() 63 return sprintf(buffer, "%d\n", version >> 16); in major_show() 71 int version = HYPERVISOR_xen_version(XENVER_version, NULL); in minor_show() local 72 if (version) in minor_show() 73 return sprintf(buffer, "%d\n", version & 0xff); in minor_show() 404 xp.version.maj = XENPMU_VER_MAJ; in pmu_mode_store() 405 xp.version.min = XENPMU_VER_MIN; in pmu_mode_store() 420 xp.version.maj = XENPMU_VER_MAJ; in pmu_mode_show() 421 xp.version.min = XENPMU_VER_MIN; in pmu_mode_show() [all …]
|
/linux-4.4.14/tools/build/feature/ |
D | test-glibc.c | 13 const char *version = gnu_get_libc_version(); in main() local 15 const char *version = XSTR(__GLIBC__) "." XSTR(__GLIBC_MINOR__); in main() 18 return (long)version; in main()
|
/linux-4.4.14/fs/f2fs/ |
D | node.h | 50 unsigned char version; /* version of the node */ member 65 #define nat_get_version(nat) (nat->ni.version) 66 #define nat_set_version(nat, v) (nat->ni.version = v) 68 #define inc_node_version(version) (++version) argument 76 dst->version = src->version; in copy_node_info() 109 ni->version = raw_ne->version; in node_info_from_raw_nat() 117 raw_ne->version = ni->version; in raw_nat_from_node_info()
|
/linux-4.4.14/Documentation/ |
D | Changes | 16 encountered a bug! If you're unsure what version you're currently 24 o GNU C 3.2 # gcc --version 25 o GNU make 3.80 # make --version 27 o util-linux 2.10o # fdformat --version 33 o squashfs-tools 4.0 # mksquashfs -version 37 o PPP 2.4.0 # pppd --version 38 o isdn4k-utils 3.1pre1 # isdnctrl 2>&1|grep version 39 o nfs-utils 1.0.5 # showmount --version 40 o procps 3.2.0 # ps --version 41 o oprofile 0.9 # oprofiled --version [all …]
|
/linux-4.4.14/fs/reiserfs/ |
D | prints.c | 33 int version; in le_offset() local 35 version = le_key_version(key); in le_offset() 36 if (le_key_k_type(version, key) == TYPE_DIRENTRY) in le_offset() 39 GET_HASH_VALUE(le_key_k_offset(version, key)), in le_offset() 41 GET_GENERATION_NUMBER(le_key_k_offset(version, key))); in le_offset() 44 (unsigned long long)le_key_k_offset(version, key)); in le_offset() 63 int version; in le_type() local 65 version = le_key_version(key); in le_type() 67 if (le_key_k_type(version, key) == TYPE_STAT_DATA) in le_type() 69 if (le_key_k_type(version, key) == TYPE_DIRENTRY) in le_type() [all …]
|
/linux-4.4.14/arch/microblaze/boot/ |
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/include/uapi/linux/ |
D | utsname.h | 10 char version[9]; member 20 char version[65]; member 28 char version[__NEW_UTS_LEN + 1]; member
|
D | iso_fs.h | 17 char version[ISODCL(7,7)]; member 31 char version [ISODCL ( 7, 7)]; /* 711 */ member 68 char version [ISODCL ( 7, 7)]; /* 711 */ member 108 char version [ISODCL ( 15, 15)]; /* 711 */ member 117 char version [ISODCL ( 15, 15)]; /* 711 */ member
|
D | dlm_device.h | 62 __u32 version[3]; member 75 __u32 version[3]; member 82 __u32 version[3]; member
|
D | ip_vs.h | 12 #define NVERSION(version) \ argument 13 (version >> 16) & 0xFF, \ 14 (version >> 8) & 0xFF, \ 15 version & 0xFF 181 unsigned int version; member
|
D | bcache.h | 159 __u64 version; member 209 return sb->version == BCACHE_SB_VERSION_BDEV in SB_IS_BDEV() 210 || sb->version == BCACHE_SB_VERSION_BDEV_WITH_OFFSET; in SB_IS_BDEV() 278 __u32 version; member 302 __u32 version; member 352 __u32 version; member
|
D | ncp_mount.h | 27 int version; member 47 int version; member
|
D | cycx_cfm.h | 64 unsigned short version; member 88 unsigned short version; member
|
D | ipc.h | 78 #define IPCCALL(version,op) ((version)<<16 | (op)) argument
|
/linux-4.4.14/Documentation/hwmon/ |
D | nct6683 | 31 Limit register locations on Intel boards with EC firmware version 1.0 33 datasheet. Nuvoton confirms that Intel uses a special firmware version 53 Board Firmware version 55 Intel DH87RL NCT6683D EC firmware version 1.0 build 04/03/13 56 Intel DH87MC NCT6683D EC firmware version 1.0 build 04/03/13 57 Intel DB85FL NCT6683D EC firmware version 1.0 build 04/03/13
|
/linux-4.4.14/Documentation/input/ |
D | elantech.txt | 6 Extra information for hardware version 1 found and 20 4. Hardware version 1 24 5. Hardware version 2 30 6. Hardware version 3 35 7. Hardware version 4 41 8. Trackpoint (for Hardware version 3 and 4) 52 hardware versions unimaginatively called version 1,version 2, version 3 53 and version 4. Version 1 is found in "older" laptops and uses 4 bytes per 56 and width of the touch. Hardware version 3 uses 6 bytes per packet (and 58 of up to 3 fingers. Hardware version 4 uses 6 bytes per packet, and can [all …]
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | early_printk.c | 113 int version = 0; in setup_early_printk() local 118 base_addr = of_early_console(&version); in setup_early_printk() 123 switch (version) { in setup_early_printk() 140 version); in setup_early_printk()
|
/linux-4.4.14/include/linux/ |
D | hdmi.h | 48 unsigned char version; member 139 unsigned char version; member 183 unsigned char version; member 256 unsigned char version; member 288 unsigned char version; member 303 unsigned char version; member
|
D | digsig.h | 32 uint8_t version; /* key format version */ member 40 uint8_t version; /* signature format version */ member
|
/linux-4.4.14/drivers/platform/x86/ |
D | acerhdf.c | 137 const char *version; member 620 char const *vendor, *version, *product; in acerhdf_check_hardware() local 625 version = dmi_get_system_info(DMI_BIOS_VERSION); in acerhdf_check_hardware() 628 if (!vendor || !version || !product) { in acerhdf_check_hardware() 636 version = force_bios; in acerhdf_check_hardware() 637 pr_info("forcing BIOS version: %s\n", version); in acerhdf_check_hardware() 649 vendor, version, product); in acerhdf_check_hardware() 659 str_starts_with(version, bt->version)) { in acerhdf_check_hardware() 667 vendor, product, version); in acerhdf_check_hardware()
|
/linux-4.4.14/drivers/gpu/drm/panel/ |
D | panel-samsung-s6e8aa0.c | 90 u8 version; member 109 u8 version; member 260 if (ctx->version < 142) in s6e8aa0_panel_cond_set() 292 if (ctx->version < 142) in s6e8aa0_etc_pentile_control() 308 if (ctx->version < 142) in s6e8aa0_etc_power_control() 347 if (ctx->version < 142) in s6e8aa0_elvss_nvm_set() 750 .version = 32, 753 .version = 96, 756 .version = 142, 759 .version = 210, [all …]
|
/linux-4.4.14/drivers/isdn/hardware/avm/ |
D | b1.c | 332 memset(cinfo->version, 0, sizeof(cinfo->version)); in b1_reset_ctr() 426 cinfo->version[j] = "\0\0" + 1; in b1_parse_version() 430 cinfo->version[j] = &cinfo->versionbuf[i + 1]; in b1_parse_version() 432 strlcpy(ctrl->serial, cinfo->version[VER_SERIAL], sizeof(ctrl->serial)); in b1_parse_version() 433 memcpy(&ctrl->profile, cinfo->version[VER_PROFILE], sizeof(capi_profile)); in b1_parse_version() 435 dversion = cinfo->version[VER_DRIVER]; in b1_parse_version() 436 ctrl->version.majorversion = 2; in b1_parse_version() 437 ctrl->version.minorversion = 0; in b1_parse_version() 438 ctrl->version.majormanuversion = (((dversion[0] - '0') & 0xf) << 4); in b1_parse_version() 439 ctrl->version.majormanuversion |= ((dversion[2] - '0') & 0xf); in b1_parse_version() [all …]
|
D | Kconfig | 16 Enable support for the ISA version of the AVM B1 card. 22 Enable support for the PCI version of the AVM B1 card. 28 Enable support for the V4 version of AVM B1 PCI card. 41 Enable support for the PCMCIA version of the AVM B1 card.
|
/linux-4.4.14/drivers/input/mouse/ |
D | vmmouse.c | 276 u32 status, version; in vmmouse_enable() local 296 version, dummy1, dummy2, dummy3); in vmmouse_enable() 297 if (version != VMMOUSE_VERSION_ID) { in vmmouse_enable() 299 (unsigned) version, VMMOUSE_VERSION_ID); in vmmouse_enable() 350 u32 response, version, dummy1, dummy2; in vmmouse_detect() local 365 VMMOUSE_CMD(GETVERSION, 0, version, response, dummy1, dummy2); in vmmouse_detect() 366 if (response != VMMOUSE_PROTO_MAGIC || version == 0xffffffffU) { in vmmouse_detect() 374 psmouse->model = version; in vmmouse_detect() 473 abs_dev->id.version = psmouse->model; in vmmouse_init()
|
/linux-4.4.14/drivers/misc/ti-st/ |
D | st_kim.c | 215 unsigned short version = 0, chip = 0, min_ver = 0, maj_ver = 0; in read_local_version() local 238 version = in read_local_version() 241 chip = (version & 0x7C00) >> 10; in read_local_version() 242 min_ver = (version & 0x007F); in read_local_version() 243 maj_ver = (version & 0x0380) >> 7; in read_local_version() 245 if (version & 0x8000) in read_local_version() 252 kim_gdata->version.full = version; in read_local_version() 253 kim_gdata->version.chip = chip; in read_local_version() 254 kim_gdata->version.maj_ver = maj_ver; in read_local_version() 255 kim_gdata->version.min_ver = min_ver; in read_local_version() [all …]
|
/linux-4.4.14/init/ |
D | version.c | 18 #define version(a) Version_ ## a macro 19 #define version_string(a) version(a) 33 .version = UTS_VERSION,
|
D | Makefile | 5 obj-y := main.o version.o mounts.o 23 $(obj)/version.o: include/generated/compile.h
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pvclock.h | 74 unsigned version; in __pvclock_read_cycles() local 78 version = src->version; in __pvclock_read_cycles() 86 return version; in __pvclock_read_cycles()
|
D | pvclock-abi.h | 26 u32 version; member 37 u32 version; member
|
/linux-4.4.14/ipc/ |
D | syscall.c | 19 int version, ret; in SYSCALL_DEFINE6() local 21 version = call >> 16; /* hack for backward compatibility */ in SYSCALL_DEFINE6() 48 switch (version) { in SYSCALL_DEFINE6() 72 switch (version) { in SYSCALL_DEFINE6()
|
D | compat.c | 119 int version = *cmd & IPC_64; in compat_ipc_parse_version() local 129 return version; in compat_ipc_parse_version() 244 int version = compat_ipc_parse_version(&third); in do_compat_semctl() local 279 else if (version == IPC_64) in do_compat_semctl() 288 if (version == IPC_64) in do_compat_semctl() 332 int version; in COMPAT_SYSCALL_DEFINE6() local 335 version = call >> 16; /* hack for backward compatibility */ in COMPAT_SYSCALL_DEFINE6() 372 if (!version) { in COMPAT_SYSCALL_DEFINE6() 393 if (version == 1) in COMPAT_SYSCALL_DEFINE6() 502 int version = compat_ipc_parse_version(&second); in COMPAT_SYSCALL_DEFINE3() local [all …]
|
/linux-4.4.14/Documentation/misc-devices/mei/ |
D | mei-amt-version.c | 242 struct amt_unicode_string version; member 261 struct amt_version version; member 280 .version = {AMT_MAJOR_VERSION, AMT_MINOR_VERSION}, 336 len = code_ver->versions[i].version.length; in amt_verify_code_versions() 337 if (code_ver->versions[i].version.string[len] != '\0' || in amt_verify_code_versions() 338 len != strlen(code_ver->versions[i].version.string)) { in amt_verify_code_versions() 360 } else if (resp_hdr->version.major != AMT_MAJOR_VERSION || in amt_verify_response_header() 361 resp_hdr->version.minor < AMT_MINOR_VERSION) { in amt_verify_response_header() 467 ver.versions[i].version.string); in main()
|
D | Makefile | 2 hostprogs-y := mei-amt-version 3 HOSTCFLAGS_mei-amt-version.o += -I$(objtree)/usr/include
|
/linux-4.4.14/drivers/virtio/ |
D | virtio_mmio.c | 91 unsigned long version; member 139 if (vm_dev->version == 2 && in vm_finalize_features() 165 if (vm_dev->version == 1) { in vm_get() 207 if (vm_dev->version == 1) { in vm_set() 245 if (vm_dev->version == 1) in vm_generation() 336 if (vm_dev->version == 1) { in vm_del_vq() 378 if (readl(vm_dev->base + (vm_dev->version == 1 ? in vm_setup_vq() 433 if (vm_dev->version == 1) { in vm_setup_vq() 468 if (vm_dev->version == 1) { in vm_setup_vq() 568 vm_dev->version = readl(vm_dev->base + VIRTIO_MMIO_VERSION); in virtio_mmio_probe() [all …]
|
/linux-4.4.14/drivers/mtd/nand/ |
D | nand_bbt.c | 397 td->version[0] = buf[bbt_get_ver_offs(mtd, td)]; in read_abs_bbts() 399 td->pages[0], td->version[0]); in read_abs_bbts() 406 md->version[0] = buf[bbt_get_ver_offs(mtd, md)]; in read_abs_bbts() 408 md->pages[0], md->version[0]); in read_abs_bbts() 554 td->version[i] = 0; in search_bbt() 568 td->version[i] = buf[offs]; in search_bbt() 581 td->pages[i], td->version[i]); in search_bbt() 774 buf[ooboffs + td->veroffs] = td->version[chip]; in write_bbt() 800 (unsigned long long)to, td->version[chip]); in write_bbt() 871 } else if (td->version[i] == md->version[i]) { in check_create() [all …]
|
/linux-4.4.14/drivers/fmc/ |
D | fmc-core.c | 17 static int fmc_check_version(unsigned long version, const char *name) in fmc_check_version() argument 19 if (__FMC_MAJOR(version) != FMC_MAJOR) { in fmc_check_version() 21 __func__, name, __FMC_MAJOR(version), FMC_MAJOR); in fmc_check_version() 25 if (__FMC_MINOR(version) != FMC_MINOR) in fmc_check_version() 27 __func__, name, __FMC_MINOR(version), FMC_MINOR); in fmc_check_version() 127 if (fmc_check_version(drv->version, drv->driver.name)) in fmc_driver_register() 154 if (fmc_check_version(devs[0]->version, devs[0]->carrier_name)) in fmc_device_register_n()
|
/linux-4.4.14/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 210 uint32_t version = socinfo_get_version(); in adreno_bind() local 221 if (SOCINFO_VERSION_MAJOR(version) == 2) in adreno_bind() 223 else if ((SOCINFO_VERSION_MAJOR(version) == 1) && in adreno_bind() 224 (SOCINFO_VERSION_MINOR(version) == 1)) in adreno_bind() 234 if (SOCINFO_VERSION_MINOR(version) == 0) in adreno_bind() 244 if ((SOCINFO_VERSION_MAJOR(version) == 1) && in adreno_bind() 245 (SOCINFO_VERSION_MINOR(version) == 2)) in adreno_bind()
|
/linux-4.4.14/drivers/misc/altera-stapl/ |
D | altera.c | 255 int version = 0; in altera_execute() local 282 version = (first_word & 1L); in altera_execute() 283 *format_version = version + 1; in altera_execute() 284 delta = version * 8; in altera_execute() 326 if ((status == 0) && (version > 0)) { in altera_execute() 336 delta = version * 2; in altera_execute() 385 version) != uncomp_size) in altera_execute() 445 if (version > 0) { in altera_execute() 642 if ((version > 0) && (stack_ptr == 0)) { in altera_execute() 1134 if ((version > 0) && in altera_execute() [all …]
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-kernel-boot_params | 5 files: "data" and "version" and one subdirectory "setup_data". 14 "version" file is the string representation of boot 15 protocol version. 36 |__ version
|
D | sysfs-devices-system-ibm-rtl | 13 What: version 17 Description: The version file provides a means by which to query 18 the RTL table version that lives in the Extended
|
D | sysfs-firmware-efi-esrt | 25 Description: The version of the ESRT structure provided by the firmware. 51 Description: The version of the firmware currently installed. This is a 57 Description: The lowest version of the firmware that can be installed. 67 Description: The last firmware version for which an update was attempted. 76 2 - Incorrect version
|
D | sysfs-ocfs2 | 12 The /sys/fs/ocfs2/max_locking_protocol file displays version 13 of ocfs2 locking supported by the filesystem. This version 17 The protocol version has a major and minor number. Two 20 a node with version 1.10 can interoperate with a node 21 sporting version 1.8, as long as both use the 1.8 protocol.
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-mcp23s08.txt | 6 - "mcp,mcp23s08" (DEPRECATED) for 8 GPIO SPI version 7 - "mcp,mcp23s17" (DEPRECATED) for 16 GPIO SPI version 8 - "mcp,mcp23008" (DEPRECATED) for 8 GPIO I2C version or 9 - "mcp,mcp23017" (DEPRECATED) for 16 GPIO I2C version of the chip 11 - "microchip,mcp23s08" for 8 GPIO SPI version 12 - "microchip,mcp23s17" for 16 GPIO SPI version 13 - "microchip,mcp23008" for 8 GPIO I2C version or 14 - "microchip,mcp23017" for 16 GPIO I2C version of the chip
|
/linux-4.4.14/fs/9p/ |
D | cache.c | 38 .version = 0, 131 memcpy(buffer, &v9inode->qid.version, sizeof(v9inode->qid.version)); in v9fs_cache_inode_get_aux() 133 &v9inode->vfs_inode, v9inode->qid.version); in v9fs_cache_inode_get_aux() 134 return sizeof(v9inode->qid.version); in v9fs_cache_inode_get_aux() 144 if (buflen != sizeof(v9inode->qid.version)) in v9fs_cache_inode_check_aux() 147 if (memcmp(buffer, &v9inode->qid.version, in v9fs_cache_inode_check_aux() 148 sizeof(v9inode->qid.version))) in v9fs_cache_inode_check_aux()
|
/linux-4.4.14/include/linux/netfilter/ |
D | nf_conntrack_proto_gre.h | 36 version:3, member 48 version:3; 58 __u8 version; /* should be GRE_VERSION_PPTP */ member
|
/linux-4.4.14/sound/pci/asihpi/ |
D | hpidspcd.c | 68 if (HPI_VER_MAJOR(header.version) != HPI_VER_MAJOR(HPI_VER)) { in hpi_dsp_code_open() 72 header.version, HPI_VER); in hpi_dsp_code_open() 76 if (header.version != HPI_VER) { in hpi_dsp_code_open() 79 header.version, HPI_VER); in hpi_dsp_code_open()
|
D | hpimsginit.c | 56 phm->version = 0; in hpi_init_message() 81 phr->version = 0; in hpi_init_response() 103 phm->version = 1; in hpi_init_messageV1() 115 phr->version = 1; in hpi_init_responseV1()
|
/linux-4.4.14/drivers/media/platform/xilinx/ |
D | xilinx-vip.h | 225 u32 version; in xvip_print_version() local 227 version = xvip_read(xvip, XVIP_CTRL_VERSION); in xvip_print_version() 230 ((version & XVIP_CTRL_VERSION_MAJOR_MASK) >> in xvip_print_version() 232 ((version & XVIP_CTRL_VERSION_MINOR_MASK) >> in xvip_print_version() 234 ((version & XVIP_CTRL_VERSION_REVISION_MASK) >> in xvip_print_version()
|
/linux-4.4.14/drivers/media/platform/s5p-jpeg/ |
D | jpeg-hw-exynos4.h | 19 unsigned int version); 21 unsigned int version); 23 void exynos4_jpeg_set_interrupt(void __iomem *base, unsigned int version);
|
D | jpeg-hw-exynos4.c | 49 unsigned int version) in __exynos4_jpeg_set_img_fmt() argument 55 if (version == SJPEG_EXYNOS4) { in __exynos4_jpeg_set_img_fmt() 133 unsigned int version) in __exynos4_jpeg_set_enc_out_fmt() argument 138 ~(version == SJPEG_EXYNOS4 ? EXYNOS4_ENC_FMT_MASK : in __exynos4_jpeg_set_enc_out_fmt() 165 void exynos4_jpeg_set_interrupt(void __iomem *base, unsigned int version) in exynos4_jpeg_set_interrupt() argument 169 if (version == SJPEG_EXYNOS4) { in exynos4_jpeg_set_interrupt()
|
/linux-4.4.14/Documentation/networking/ |
D | skfp.txt | 117 - Kernel version 126 changed in SMT version v2.82. With this new SMT version, the yellow 146 v2.06 (20000511) (In-Kernel version) 152 v2.05 (20000217) (In-Kernel version) 156 v2.04 (20000207) (Standalone version) 160 v2.03 (20000111) (Standalone version) 164 v2.02 (991215) (Standalone version) 169 v2.01 (991122) (In-Kernel version) 180 - Compilation with kernel version 2.2.13 failed
|
/linux-4.4.14/fs/nfsd/ |
D | Kconfig | 27 Support for NFS version 2 (RFC 1094) is always available when 37 bool "NFS server support for NFS version 3" 41 version 3 of the NFS protocol (RFC 1813). 51 never became an official part of the NFS version 3 protocol. 69 bool "NFS server support for NFS version 4" 78 version 4 of the NFS protocol (RFC 3530). 91 minor version 1 of the NFSv4 protocol (RFC5661) in the kernel's NFS 102 support for NFS version 4. Security labels allow security modules like
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvif/ |
D | object.c | 38 if (size >= sizeof(*args) && args->v0.version == 0) { in nvif_object_ioctl() 72 args->ioctl.version = 0; in nvif_object_sclass_get() 74 args->sclass.version = 0; in nvif_object_sclass_get() 155 args->ioctl.version = 0; in nvif_object_mthd() 157 args->mthd.version = 0; in nvif_object_mthd() 253 args->ioctl.version = 0; in nvif_object_init() 255 args->new.version = 0; in nvif_object_init()
|
/linux-4.4.14/fs/nfs/ |
D | super.c | 617 unsigned int version, in nfs_show_nfs_version() argument 620 seq_printf(m, ",vers=%u", version); in nfs_show_nfs_version() 621 if (version == 4) in nfs_show_nfs_version() 649 u32 version = clp->rpc_ops->version; in nfs_show_mount_options() local 652 nfs_show_nfs_version(m, version, clp->cl_minorversion); in nfs_show_mount_options() 676 if (version == 4) { in nfs_show_mount_options() 687 if (version != 4) in nfs_show_mount_options() 838 if (nfss->nfs_client->rpc_ops->version == 4) { in nfs_show_stats() 1138 mnt->version = 2; in nfs_parse_version_string() 1142 mnt->version = 3; in nfs_parse_version_string() [all …]
|
D | Kconfig | 22 version 2 (RFC 1094) is always available when NFS_FS is selected. 33 tristate "NFS client support for NFS version 2" 37 This option enables support for version 2 of the NFS protocol 43 tristate "NFS client support for NFS version 3" 47 This option enables support for version 3 of the NFS protocol 58 NFS version 3 protocol. This protocol extension allows 75 tristate "NFS client support for NFS version 4" 80 This option enables support for version 4 of the NFS protocol 102 This option enables support for minor version 1 of the NFSv4 protocol 111 This option enables support for minor version 2 of the NFSv4 protocol
|
D | mount_clnt.c | 163 .version = info->version, in nfs_mount() 183 if (info->version == NFS_MNT3_VERSION) in nfs_mount() 203 if (info->version != NFS_MNT3_VERSION || *info->auth_flav_len == 0) { in nfs_mount() 248 .version = info->version, in nfs_umount() 271 if (info->version == NFS_MNT3_VERSION) in nfs_umount() 531 .version = mnt_version,
|
D | client.c | 77 .version = nfs_version, 86 static struct nfs_subversion *find_nfs_version(unsigned int version) in find_nfs_version() argument 92 if (nfs->rpc_ops->version == version) { in find_nfs_version() 102 struct nfs_subversion *get_nfs_version(unsigned int version) in get_nfs_version() argument 104 struct nfs_subversion *nfs = find_nfs_version(version); in get_nfs_version() 108 request_module("nfsv%d", version); in get_nfs_version() 109 nfs = find_nfs_version(version); in get_nfs_version() 128 nfs_version[nfs->rpc_ops->version] = nfs->rpc_vers; in register_nfs_version() 138 nfs_version[nfs->rpc_ops->version] = NULL; in unregister_nfs_version() 243 dprintk("--> nfs_free_client(%u)\n", clp->rpc_ops->version); in nfs_free_client() [all …]
|
/linux-4.4.14/sound/isa/sb/ |
D | sb_common.c | 107 int version; in snd_sbdsp_probe() local 121 version = snd_sbdsp_version(chip); in snd_sbdsp_probe() 122 if (version < 0) { in snd_sbdsp_probe() 127 major = version >> 8; in snd_sbdsp_probe() 128 minor = version & 0xff; in snd_sbdsp_probe() 181 chip->version = (major << 8) | minor; in snd_sbdsp_probe()
|
D | sb16_csp.c | 85 static int csp_detect(struct snd_sb *chip, int *version); 119 int uninitialized_var(version); in snd_sb_csp_new() 126 if (csp_detect(chip, &version)) in snd_sb_csp_new() 137 p->version = version; in snd_sb_csp_new() 148 sprintf(hw->name, "CSP v%d.%d", (version >> 4), (version & 0x0f)); in snd_sb_csp_new() 221 info.version = p->version; in snd_sb_csp_ioctl() 558 static int csp_detect(struct snd_sb *chip, int *version) in csp_detect() argument 582 *version = get_version(chip); in csp_detect() 584 if (*version >= 0x10 && *version <= 0x1f) in csp_detect() 611 if (p->version < 0x10 || p->version > 0x1f) { in snd_sb_csp_check_version() [all …]
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | setup.c | 113 unsigned int version; in print_cpuinfo() local 116 version = (vr & SPR_VR_VER) >> 24; in print_cpuinfo() 120 version, revision, cpuinfo.clock_frequency / 1000000); in print_cpuinfo() 326 int version, revision; in show_cpuinfo() local 329 version = (vr & SPR_VR_VER) >> 24; in show_cpuinfo() 343 version, in show_cpuinfo()
|
/linux-4.4.14/drivers/soc/qcom/ |
D | smem.c | 128 __le32 version[32]; member 164 __le32 version; member 579 u32 version, host0, host1; in qcom_smem_enumerate_partitions() local 586 version = le32_to_cpu(ptable->version); in qcom_smem_enumerate_partitions() 587 if (version != 1) { in qcom_smem_enumerate_partitions() 589 "Unsupported partition header version %d\n", version); in qcom_smem_enumerate_partitions() 702 u32 version; in qcom_smem_probe() local 732 version = qcom_smem_get_sbl_version(smem); in qcom_smem_probe() 733 if (version >> 16 != SMEM_EXPECTED_VERSION) { in qcom_smem_probe() 734 dev_err(&pdev->dev, "Unsupported SMEM version 0x%x\n", version); in qcom_smem_probe()
|
/linux-4.4.14/Documentation/security/ |
D | tomoyo.txt | 8 Though these tutorials use non-LSM version of TOMOYO, they are useful for you 53 version of TOMOYO, available at http://tomoyo.sourceforge.jp/1.7/ . 54 LSM version of TOMOYO is a subset of non-LSM version of TOMOYO. We are planning 55 to port non-LSM version's functionalities to LSM versions.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | xen.txt | 7 compatible = "xen,xen-<version>", "xen,xen"; 8 where <version> is the version of the Xen ABI of the platform.
|
/linux-4.4.14/arch/h8300/boot/compressed/ |
D | head.S | 33 .word 0x0202 ; header version number (>= 0x0105) 38 .word 0 ; pointing to kernel version string 41 ; V = version
|
/linux-4.4.14/drivers/platform/chrome/ |
D | cros_ec_lightbar.c | 107 msg->version = 0; in alloc_lightbar_cmd_msg() 150 *ver_ptr = resp->version.num; in get_lightbar_version() 152 *flg_ptr = resp->version.flags; in get_lightbar_version() 167 uint32_t version = 0, flags = 0; in version_show() local 177 if (!get_lightbar_version(ec, &version, &flags)) in version_show() 180 return scnprintf(buf, PAGE_SIZE, "%d %d\n", version, flags); in version_show() 396 static DEVICE_ATTR_RO(version);
|
/linux-4.4.14/drivers/hid/ |
D | hid-thingm.c | 68 } version; member 117 tdev->version.major = buf[3]; in thingm_version() 118 tdev->version.minor = buf[4]; in thingm_version() 245 tdev->version.major, tdev->version.minor); in thingm_probe() 248 if (thingm_fwinfo[i].major == tdev->version.major) in thingm_probe() 252 hid_err(hdev, "unsupported firmware %c\n", tdev->version.major); in thingm_probe()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | viper.c | 925 u8 version; in viper_init() local 941 version = viper_hw_version(); in viper_init() 942 if (version == 0) in viper_init() 954 if (version) { in viper_init() 957 VIPER_BOARD_VERSION(version), in viper_init() 958 VIPER_BOARD_ISSUE(version), in viper_init() 959 VIPER_CPLD_REVISION(version)); in viper_init() 960 system_rev = (VIPER_BOARD_VERSION(version) << 8) | in viper_init() 961 (VIPER_BOARD_ISSUE(version) << 4) | in viper_init() 962 VIPER_CPLD_REVISION(version); in viper_init()
|
/linux-4.4.14/net/rds/ |
D | iw_cm.c | 45 static void rds_iw_set_protocol(struct rds_connection *conn, unsigned int version) in rds_iw_set_protocol() argument 47 conn->c_version = version; in rds_iw_set_protocol() 354 u32 version = 0; in rds_iw_protocol_compatible() local 368 version = RDS_PROTOCOL_3_0; in rds_iw_protocol_compatible() 370 version++; in rds_iw_protocol_compatible() 377 return version; in rds_iw_protocol_compatible() 389 u32 version; in rds_iw_cm_handle_connect() local 393 version = rds_iw_protocol_compatible(dp); in rds_iw_cm_handle_connect() 394 if (!version) in rds_iw_cm_handle_connect() 399 RDS_PROTOCOL_MAJOR(version), RDS_PROTOCOL_MINOR(version)); in rds_iw_cm_handle_connect() [all …]
|
D | ib_cm.c | 45 static void rds_ib_set_protocol(struct rds_connection *conn, unsigned int version) in rds_ib_set_protocol() argument 47 conn->c_version = version; in rds_ib_set_protocol() 492 u32 version = 0; in rds_ib_protocol_compatible() local 518 version = RDS_PROTOCOL_3_0; in rds_ib_protocol_compatible() 520 version++; in rds_ib_protocol_compatible() 526 return version; in rds_ib_protocol_compatible() 539 u32 version; in rds_ib_cm_handle_connect() local 543 version = rds_ib_protocol_compatible(event); in rds_ib_cm_handle_connect() 544 if (!version) in rds_ib_cm_handle_connect() 549 RDS_PROTOCOL_MAJOR(version), RDS_PROTOCOL_MINOR(version), in rds_ib_cm_handle_connect() [all …]
|
/linux-4.4.14/drivers/net/can/sja1000/ |
D | ems_pci.c | 43 int version; member 250 card->version = 2; /* CPC-PCI v2 */ in ems_pci_add_card() 255 card->version = 1; /* CPC-PCI v1 */ in ems_pci_add_card() 274 if (card->version == 1) { in ems_pci_add_card() 309 if (card->version == 1) { in ems_pci_add_card() 328 if (card->version == 1) in ems_pci_add_card()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib0090.c | 133 u8 version; member 359 identity->version = v & 0xff; in dib0090_identify() 365 if ((identity->version & 0x3) == SOC) { in dib0090_identify() 367 switch (identity->version) { in dib0090_identify() 388 switch ((identity->version >> 5) & 0x7) { in dib0090_identify() 405 switch (identity->version & 0x1f) { in dib0090_identify() 449 identity->version = v & 0xff; in dib0090_fw_identify() 455 if ((identity->version & 0x3) == SOC) { in dib0090_fw_identify() 457 switch (identity->version) { in dib0090_fw_identify() 478 switch ((identity->version >> 5) & 0x7) { in dib0090_fw_identify() [all …]
|
/linux-4.4.14/security/apparmor/include/ |
D | crypto.h | 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, in aa_calc_profile_hash() argument
|
/linux-4.4.14/drivers/parisc/ |
D | asp.c | 78 asp.version = gsc_readb(dev->hpa.start + ASP_VER_OFFSET) & 0xf; in asp_init_chip() 79 asp.name = (asp.version == 1) ? "Asp" : "Cutoff"; in asp_init_chip() 83 asp.name, asp.version, (unsigned long)dev->hpa.start); in asp_init_chip()
|
/linux-4.4.14/include/linux/mfd/abx500/ |
D | ab8500.h | 352 enum ab8500_version version; member 387 enum ab8500_version version); 394 return ab->version == AB8500_VERSION_AB8500; in is_ab8500() 399 return ab->version == AB8500_VERSION_AB8505; in is_ab8505() 404 return ab->version == AB8500_VERSION_AB9540; in is_ab9540() 409 return ab->version == AB8500_VERSION_AB8540; in is_ab8540()
|
/linux-4.4.14/arch/metag/kernel/perf/ |
D | perf_event.c | 67 unsigned int version = (metag_pmu->version & in release_pmu_hardware() local 72 if (version < 0x0104) in release_pmu_hardware() 87 unsigned int version = (metag_pmu->version & in reserve_pmu_hardware() local 92 if (version < 0x0104) in reserve_pmu_hardware() 829 u32 version = *(u32 *)METAC_ID; in init_hw_perf_events() local 830 int major = (version & METAC_ID_MAJOR_BITS) >> METAC_ID_MAJOR_S; in init_hw_perf_events() 831 int min_rev = (version & (METAC_ID_MINOR_BITS | METAC_ID_REV_BITS)) in init_hw_perf_events() 852 metag_pmu->version = version; in init_hw_perf_events()
|
/linux-4.4.14/Documentation/powerpc/ |
D | ptrace.txt | 28 unit32_t version; 50 uint32_t version; 93 p.version = PPC_DEBUG_CURRENT_VERSION; 103 p.version = PPC_DEBUG_CURRENT_VERSION; 113 p.version = PPC_DEBUG_CURRENT_VERSION; 123 p.version = PPC_DEBUG_CURRENT_VERSION; 133 p.version = 1;
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf.txt | 11 'perf' [--version] [--help] [OPTIONS] COMMAND [ARGS] 31 --version:: 32 Display perf version.
|
/linux-4.4.14/drivers/lightnvm/ |
D | core.c | 674 info->version[0] = NVM_VERSION_MAJOR; in nvm_ioctl_info() 675 info->version[1] = NVM_VERSION_MINOR; in nvm_ioctl_info() 676 info->version[2] = NVM_VERSION_PATCH; in nvm_ioctl_info() 682 tgt->version[0] = tt->version[0]; in nvm_ioctl_info() 683 tgt->version[1] = tt->version[1]; in nvm_ioctl_info() 684 tgt->version[2] = tt->version[2]; in nvm_ioctl_info() 721 info->bmversion[0] = dev->mt->version[0]; in nvm_ioctl_get_devices() 722 info->bmversion[1] = dev->mt->version[1]; in nvm_ioctl_get_devices() 723 info->bmversion[2] = dev->mt->version[2]; in nvm_ioctl_get_devices()
|
/linux-4.4.14/drivers/input/tablet/ |
D | Kconfig | 19 Say Y here if you want to use the USB version of the Acecad Flair 32 Say Y here if you want to use the USB version of the Aiptek 6000U, 44 Say Y here if you want to use the USB version of the GTCO 57 Say Y here if you want to use the USB version of the Hanwang Art 68 Say Y here if you want to use the USB version of the KB Gear
|
/linux-4.4.14/kernel/ |
D | capability.c | 83 __u32 version; in cap_validate_magic() local 85 if (get_user(version, &header->version)) in cap_validate_magic() 88 switch (version) { in cap_validate_magic() 102 if (put_user((u32)_KERNEL_CAPABILITY_VERSION, &header->version)) in cap_validate_magic()
|
/linux-4.4.14/drivers/nfc/s3fwrn5/ |
D | firmware.c | 313 memcpy(&fw->version, fw->fw->data + 0x10, 4); in s3fwrn5_fw_request_firmware() 340 u8 version[4]; in s3fwrn5_fw_get_base_addr() member 351 if (bootinfo->hw_version[0] == match[i].version[0] && in s3fwrn5_fw_get_base_addr() 352 bootinfo->hw_version[1] == match[i].version[1] && in s3fwrn5_fw_get_base_addr() 353 bootinfo->hw_version[3] == match[i].version[3]) { in s3fwrn5_fw_get_base_addr() 413 bool s3fwrn5_fw_check_version(struct s3fwrn5_fw_info *fw_info, u32 version) in s3fwrn5_fw_check_version() argument 415 struct s3fwrn5_fw_version *new = (void *) &fw_info->fw.version; in s3fwrn5_fw_check_version() 416 struct s3fwrn5_fw_version *old = (void *) &version; in s3fwrn5_fw_check_version()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | tegra30-cardhu.dtsi | 5 * This file contains common DT entry for all fab version of Cardhu. 6 * There is multiple fab version of Cardhu starting from A01 to A07. 7 * Cardhu fab version A01 and A03 are not supported. Cardhu fab version 9 * Cardhu fab version A04. The Cardhu fab version A05, A06, A07 are 10 * compatible with fab version A04. Based on Cardhu fab version, the 11 * related dts file need to be chosen like for Cardhu fab version A02, 12 * use tegra30-cardhu-a02.dts, Cardhu fab version A04 and later, use 17 * number is the fab version like here it is 002 and hence fab version A02. 21 * In this Fab version is 02 i.e. A02. 23 * The location 0x8 of this eeprom contains the Fab version. It is 1 byte
|
D | vf610-colibri.dtsi | 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version.
|
D | vf610.dtsi | 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version.
|
D | vf610-colibri-eval-v3.dts | 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/vmw_vmci/ |
D | vmci_queue_pair.h | 46 u32 version; member 54 u32 version; member 93 u32 version; /* Was _pad. */ member
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | pkcs7_parser.c | 292 unsigned version; in pkcs7_note_signeddata_version() local 297 ctx->msg->version = version = *(const u8 *)value; in pkcs7_note_signeddata_version() 298 switch (version) { in pkcs7_note_signeddata_version() 326 unsigned version; in pkcs7_note_signerinfo_version() local 331 version = *(const u8 *)value; in pkcs7_note_signerinfo_version() 332 switch (version) { in pkcs7_note_signerinfo_version() 337 if (ctx->msg->version != 1) in pkcs7_note_signerinfo_version() 343 if (ctx->msg->version == 1) in pkcs7_note_signerinfo_version()
|
/linux-4.4.14/scripts/kconfig/lxdialog/ |
D | BIG.FAT.WARNING | 1 This is NOT the official version of dialog. This version has been
|
/linux-4.4.14/include/net/ |
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);
|
D | gue.h | 38 version:2; member 40 __u8 version:2,
|
/linux-4.4.14/fs/lockd/ |
D | host.c | 57 const u32 version; /* NLM version to search for */ member 142 host->h_version = ni->version; in nlm_alloc_host() 213 const u32 version, in nlmclnt_lookup_host() argument 223 .version = version, in nlmclnt_lookup_host() 235 (hostname ? hostname : "<none>"), version, in nlmclnt_lookup_host() 253 if (host->h_version != version) in nlmclnt_lookup_host() 336 .version = rqstp->rq_vers, in nlmsvc_lookup_host() 365 if (host->h_version != ni.version) in nlmsvc_lookup_host() 455 .version = host->h_version, in nlm_bind_host()
|
/linux-4.4.14/include/linux/ceph/ |
D | osdmap.h | 175 __u8 version; in ceph_decode_pgid() local 181 version = ceph_decode_8(p); in ceph_decode_pgid() 182 if (version > 1) { in ceph_decode_pgid() 184 (int)version); in ceph_decode_pgid()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/ |
D | svga3d_devcaps.h | 53 #define SVGA3D_MAJOR_HWVERSION(version) ((version) >> 16) argument 54 #define SVGA3D_MINOR_HWVERSION(version) ((version) & 0xFF) argument
|
/linux-4.4.14/lib/ |
D | decompress_unlzo.c | 61 u16 version; in parse_header() local 79 version = get_unaligned_be16(parse); in parse_header() 81 if (version >= 0x0940) in parse_header() 99 if (version >= 0x0940) in parse_header()
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | vclock_gettime.c | 84 u32 version; in vread_pvclock() local 107 version = __pvclock_read_cycles(&pvti->pvti, &ret, &flags); in vread_pvclock() 117 (pvti->pvti.version & 1) || in vread_pvclock() 118 pvti->pvti.version != version)); in vread_pvclock()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_mfw_req.h | 72 u8 version[ETH_STAT_INFO_VERSION_LEN]; member 110 u8 version[12]; /* Function's Driver Version. */ member 134 u8 version[12]; /* Function's Driver Version. */ member
|
/linux-4.4.14/security/integrity/evm/ |
D | Kconfig | 15 bool "FSUUID (version 2)" 21 Default value is 'selected', which is former version 2. 22 if 'not selected', it is former version 1
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ |
D | falcon.c | 137 falcon->version = 0; in nvkm_falcon_oneinit() 141 falcon->version = (caps & 0x0000000f); in nvkm_falcon_oneinit() 149 nvkm_debug(subdev, "falcon version: %d\n", falcon->version); in nvkm_falcon_oneinit() 168 if (falcon->secret && falcon->version < 4) { in nvkm_falcon_init() 169 if (!falcon->version) { in nvkm_falcon_init() 277 if (falcon->version < 3) { in nvkm_falcon_init() 292 if (falcon->version < 3) { in nvkm_falcon_init()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_ethtool.c | 34 strlcpy(info->version, DRV_VERSION, sizeof(info->version)); in _rtl92e_ethtool_get_drvinfo()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | interface.c | 62 static const unsigned version[4] = GIG_VERSION; in if_version() local 70 memcpy(arg, version, sizeof version); in if_version() 176 unsigned version[4]; in if_ioctl() local 214 retval = copy_from_user(version, in if_ioctl() 215 (unsigned __user *) arg, sizeof version) in if_ioctl() 218 retval = if_version(cs, version); in if_ioctl() 221 version, sizeof version) in if_ioctl()
|
/linux-4.4.14/drivers/misc/mei/ |
D | bus.c | 513 u8 version; in mei_cl_device_find() local 517 version = mei_me_cl_ver(cldev->me_cl); in mei_cl_device_find() 529 if (id->version != MEI_CL_VERSION_ANY) in mei_cl_device_find() 530 if (id->version != version) in mei_cl_device_find() 663 u8 version = mei_me_cl_ver(cldev->me_cl); in version_show() local 666 len = snprintf(buf, PAGE_SIZE, "%02X", version); in version_show() 670 static DEVICE_ATTR_RO(version); 705 u8 version = mei_me_cl_ver(cldev->me_cl); in mei_cl_device_uevent() local 707 if (add_uevent_var(env, "MEI_CL_VERSION=%d", version)) in mei_cl_device_uevent() 717 cldev->name, uuid, version)) in mei_cl_device_uevent()
|
D | hbm.c | 964 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features() 967 if (dev->version.major_version == HBM_MAJOR_VERSION_PGI && in mei_hbm_config_features() 968 dev->version.minor_version >= HBM_MINOR_VERSION_PGI) in mei_hbm_config_features() 971 if (dev->version.major_version >= HBM_MAJOR_VERSION_DC) in mei_hbm_config_features() 975 if (dev->version.major_version >= HBM_MAJOR_VERSION_DOT) in mei_hbm_config_features() 979 if (dev->version.major_version >= HBM_MAJOR_VERSION_EV) in mei_hbm_config_features() 992 return (dev->version.major_version < HBM_MAJOR_VERSION) || in mei_hbm_version_is_supported() 993 (dev->version.major_version == HBM_MAJOR_VERSION && in mei_hbm_version_is_supported() 994 dev->version.minor_version <= HBM_MINOR_VERSION); in mei_hbm_version_is_supported() 1047 dev->version.major_version = HBM_MAJOR_VERSION; in mei_hbm_dispatch() [all …]
|
/linux-4.4.14/net/wireless/ |
D | ethtool.c | 13 strlcpy(info->version, init_utsname()->release, sizeof(info->version)); in cfg80211_get_drvinfo()
|
/linux-4.4.14/drivers/net/ |
D | sb1000.c | 35 static char version[] = "sb1000.c:v1.1.2 6/01/98 (fventuri@mediaone.net)\n"; variable 119 const char* name, unsigned char version[], int do_end); 205 printk(KERN_NOTICE "%s", version); in sb1000_probe_one() 555 unsigned char version[], int do_end) in sb1000_get_firmware_version() argument 568 version[0] = st[1]; in sb1000_get_firmware_version() 569 version[1] = st[2]; in sb1000_get_firmware_version() 983 if ((status = sb1000_get_firmware_version(ioaddr, name, version, 0))) in sb1000_open() 985 if (version[0] != FirmwareVersion[0] || version[1] != FirmwareVersion[1]) in sb1000_open() 987 "(should be %x.%02x)\n", name, version[0], version[1], in sb1000_open() 998 unsigned char version[2]; in sb1000_dev_ioctl() local [all …]
|
/linux-4.4.14/drivers/md/ |
D | dm-ioctl.c | 572 if ((char *)info->vers + sizeof(tt->version) + strlen(tt->name) + 1 > in list_version_get_info() 582 info->vers->version[0] = tt->version[0]; in list_version_get_info() 583 info->vers->version[1] = tt->version[1]; in list_version_get_info() 584 info->vers->version[2] = tt->version[2]; in list_version_get_info() 1644 uint32_t version[3]; in check_version() local 1647 if (copy_from_user(version, user->version, sizeof(version))) in check_version() 1650 if ((DM_VERSION_MAJOR != version[0]) || in check_version() 1651 (DM_VERSION_MINOR < version[1])) { in check_version() 1656 version[0], version[1], version[2], cmd); in check_version() 1663 version[0] = DM_VERSION_MAJOR; in check_version() [all …]
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-robotfuzz-osif.c | 139 u16 version; in osif_probe() local 172 version = le16_to_cpu(priv->usb_dev->descriptor.bcdDevice); in osif_probe() 175 version >> 8, version & 0xff, in osif_probe()
|
/linux-4.4.14/tools/perf/util/ |
D | trace-event-read.c | 348 char *version; in trace_report() local 377 version = read_string(); in trace_report() 378 if (version == NULL) in trace_report() 381 printf("version = %s\n", version); in trace_report() 382 free(version); in trace_report()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_chip_type.h | 50 #define CHELSIO_CHIP_CODE(version, revision) (((version) << 4) | (revision)) argument
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | vnic_resource.h | 64 u32 version; member 69 u32 version; /* header format version */ member
|
/linux-4.4.14/drivers/misc/ibmasm/ |
D | i2o.h | 26 u8 version; member 38 { .version = 0x01, \
|
/linux-4.4.14/scripts/ksymoops/ |
D | README | 2 free standing utility, not linked to any particular kernel version. 3 The latest version can be found in
|
/linux-4.4.14/net/l2tp/ |
D | l2tp_core.c | 675 if (tunnel->version == L2TP_HDR_VER_2) { in l2tp_recv_common() 719 l2tp_session_set_header_len(session, tunnel->version); in l2tp_recv_common() 743 l2tp_session_set_header_len(session, tunnel->version); in l2tp_recv_common() 758 if (tunnel->version == L2TP_HDR_VER_2) { in l2tp_recv_common() 850 u16 version; in l2tp_udp_recv_core() local 883 version = hdrflags & L2TP_HDR_VER_MASK; in l2tp_udp_recv_core() 884 if (version != tunnel->version) { in l2tp_udp_recv_core() 887 tunnel->name, version, tunnel->version); in l2tp_udp_recv_core() 905 if (tunnel->version == L2TP_HDR_VER_2) { in l2tp_udp_recv_core() 1473 int l2tp_tunnel_create(struct net *net, int fd, int version, u32 tunnel_id, u32 peer_tunnel_id, str… in l2tp_tunnel_create() argument [all …]
|
/linux-4.4.14/block/partitions/ |
D | sun.c | 23 __be32 version; /* Layout version */ in sun_partition() member 88 (be32_to_cpu(label->vtoc.version) == 1) && in sun_partition() 99 label->vtoc.version || label->vtoc.nparts); in sun_partition()
|
/linux-4.4.14/drivers/dma/ioat/ |
D | sysfs.c | 49 ioat_dma->version >> 4, ioat_dma->version & 0xf); in version_show() 51 struct ioat_sysfs_entry ioat_version_attr = __ATTR_RO(version);
|
D | dma.h | 84 u8 version; member 240 u8 ver = ioat_chan->ioat_dma->version; in ioat_chansts_32() 259 u8 ver = ioat_chan->ioat_dma->version; in ioat_chansts() 287 u8 ver = ioat_chan->ioat_dma->version; in ioat_suspend() 295 u8 ver = ioat_chan->ioat_dma->version; in ioat_reset() 303 u8 ver = ioat_chan->ioat_dma->version; in ioat_reset_pending()
|
/linux-4.4.14/tools/power/cpupower/debug/i386/ |
D | dump_psb.c | 42 u_char version; member 90 if (psb->version != 0x12) in decode_psb() 94 psb->version, in decode_psb()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | goodix.c | 271 static int goodix_read_version(struct i2c_client *client, u16 *version, u16 *id) in goodix_read_version() argument 288 *version = get_unaligned_le16(&buf[4]); in goodix_read_version() 290 dev_info(&client->dev, "ID %d, version: %04x\n", *id, *version); in goodix_read_version() 329 static int goodix_request_input_dev(struct goodix_ts_data *ts, u16 version, in goodix_request_input_dev() argument 355 ts->input_dev->id.version = version; in goodix_request_input_dev()
|
/linux-4.4.14/include/uapi/scsi/ |
D | scsi_netlink.h | 43 uint8_t version; member 115 (hdr)->version = SCSI_NL_VERSION; \
|
/linux-4.4.14/firmware/edgeport/ |
D | boot2.H16 | 26 //* the Free Software Foundation; either version 2 of the License, or 27 //* (at your option) any later version.
|
D | down.H16 | 27 //* the Free Software Foundation; either version 2 of the License, or 28 //* (at your option) any later version.
|
D | down2.H16 | 27 //* the Free Software Foundation; either version 2 of the License, or 28 //* (at your option) any later version.
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | vdk_hs38_smp.dts | 4 * ARC HS38 Virtual Development Kit, SMP version (VDK) 7 * it under the terms of the GNU General Public License version 2 as
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | eeprom_4k.c | 23 return ((ah->eeprom.map4k.baseEepHeader.version >> 12) & 0xF); in ath9k_hw_4k_get_eeprom_ver() 28 return ((ah->eeprom.map4k.baseEepHeader.version) & 0xFFF); in ath9k_hw_4k_get_eeprom_rev() 93 PR_EEP("O/D Bias Version", modal_hdr->version); in ath9k_dump_4k_modal_eeprom() 139 PR_EEP("Major Version", pBase->version >> 12); in ath9k_hw_4k_dump_eeprom() 140 PR_EEP("Minor Version", pBase->version & 0xFFF); in ath9k_hw_4k_dump_eeprom() 254 word = swab16(eep->baseEepHeader.version); in ath9k_hw_4k_check_eeprom() 255 eep->baseEepHeader.version = word; in ath9k_hw_4k_check_eeprom() 305 ver_minor = pBase->version & AR5416_EEP_VER_MINOR_MASK; in ath9k_hw_4k_get_eeprom() 339 return pModal->version; in ath9k_hw_4k_get_eeprom() 368 if ((pEepData->baseEepHeader.version & AR5416_EEP_VER_MINOR_MASK) >= in ath9k_hw_set_4k_power_cal_table() [all …]
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_ioc32.c | 91 struct drm_version __user *version; in compat_drm_version() local 97 version = compat_alloc_user_space(sizeof(*version)); in compat_drm_version() 98 if (!version) in compat_drm_version() 100 if (__put_user(v32.name_len, &version->name_len) in compat_drm_version() 102 &version->name) in compat_drm_version() 103 || __put_user(v32.date_len, &version->date_len) in compat_drm_version() 105 &version->date) in compat_drm_version() 106 || __put_user(v32.desc_len, &version->desc_len) in compat_drm_version() 108 &version->desc)) in compat_drm_version() 112 DRM_IOCTL_VERSION, (unsigned long)version); in compat_drm_version() [all …]
|
/linux-4.4.14/drivers/firmware/ |
D | qcom_scm-32.c | 348 static u32 version = -1; in qcom_scm_get_version() local 352 if (version != -1) in qcom_scm_get_version() 353 return version; in qcom_scm_get_version() 374 version = r1; in qcom_scm_get_version() 377 return version; in qcom_scm_get_version()
|
/linux-4.4.14/drivers/staging/wlan-ng/ |
D | prism2fw.c | 99 hfa384x_compident_t version; member 932 tmpinfo = (u16 *)&(s3info[ns3info].info.version); in read_fwfile() 1144 s3info[i].info.version.id, in validate_identity() 1145 s3info[i].info.version.major, in validate_identity() 1146 s3info[i].info.version.minor, in validate_identity() 1147 s3info[i].info.version.variant); in validate_identity() 1188 s3info[i].info.version.id, in validate_identity() 1189 s3info[i].info.version.major, in validate_identity() 1190 s3info[i].info.version.minor, in validate_identity() 1191 s3info[i].info.version.variant); in validate_identity() [all …]
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | p1010rdb-pa.dts | 8 * Free Software Foundation; either version 2 of the License, or (at your 9 * option) any later version.
|