/linux-4.1.27/drivers/staging/rtl8188eu/include/ |
D | HalVerDef.h | 79 #define GET_CVID_IC_TYPE(version) (((version).ICType)) argument 80 #define GET_CVID_CHIP_TYPE(version) (((version).ChipType)) argument 81 #define GET_CVID_RF_TYPE(version) (((version).RFType)) argument 82 #define GET_CVID_MANUFACTUER(version) (((version).VendorType)) argument 83 #define GET_CVID_CUT_VERSION(version) (((version).CUTVersion)) argument 84 #define GET_CVID_ROM_VERSION(version) (((version).ROMVer) & ROM_VERSION_MASK) argument 90 #define IS_81XXC(version) \ argument 91 (((GET_CVID_IC_TYPE(version) == CHIP_8192C) || \ 92 (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? true : false) 93 #define IS_8723_SERIES(version) \ argument [all …]
|
/linux-4.1.27/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.1.27/drivers/net/wireless/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.1.27/drivers/net/wireless/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.1.27/drivers/net/wireless/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.1.27/drivers/net/wireless/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.1.27/scripts/ |
D | ver_linux | 17 make --version 2>&1 | awk -F, '{print $1}' | awk \ 23 fdformat --version | awk '{print $NF}' | sed -e s/^util-linux-// -e s/\)$// 26 mount --version | awk '{print $NF}' | sed -e s/^mount-// -e s/\)$// 33 fsck.jfs -V 2>&1 | grep version | sed 's/,//' | awk \ 42 xfs_db -V 2>&1 | grep version | awk \ 47 cardmgr -V 2>&1| grep version | awk \ 50 quota -V 2>&1 | grep version | awk \ 53 pppd --version 2>&1| grep version | awk \ 56 isdnctrl 2>&1 | grep version | awk \ 59 showmount --version 2>&1 | grep nfs-utils | awk \ [all …]
|
D | link-vmlinux.sh | 159 info GEN .version 160 if [ ! -r .version ]; then 161 rm -f .version; 162 echo 1 >.version; 164 mv .version .old_version; 165 expr 0$(cat .old_version) + 1 >.version;
|
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 | 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 131 # cc-version 132 cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh $(CC)) 136 $(srctree)/scripts/gcc-version.sh -p $(CC)) 140 cc-ifversion = $(shell [ $(cc-version) $(1) $(2) ] && echo $(3) || echo $(4)) 157 # ld-version 159 ld-version = $(shell $(LD) --version | $(srctree)/scripts/ld-version.sh) 163 ld-ifversion = $(shell [ $(ld-version) $(1) $(2) ] && echo $(3) || echo $(4)) 206 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.
|
/linux-4.1.27/drivers/net/wireless/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.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | class.h | 114 __u8 version; member 126 __u8 version; member 157 __u8 version; member 187 __u8 version; member 206 __u8 version; member 227 __u8 version; member 239 __u8 version; member 255 __u8 version; member 267 __u8 version; member 277 __u8 version; member [all …]
|
D | ioctl.h | 5 __u8 version; member 38 __u8 version; member 46 __u8 version; member 63 __u8 version; member 72 __u8 version; member 81 __u8 version; member 92 __u8 version; member 101 __u8 version; member 108 __u8 version; member 115 __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.1.27/scripts/package/ |
D | builddeb | 72 version=$KERNELRELEASE 73 revision=$(cat .version) 77 packageversion=$version-$revision 84 packagename=linux-image-$version 85 fwpackagename=linux-firmware-image-$version 86 kernel_headers_packagename=linux-headers-$version 91 packagename=user-mode-linux-$version 99 installed_image_path="usr/bin/linux-$version" 102 installed_image_path="boot/vmlinux-$version" 105 installed_image_path="boot/vmlinuz-$version" [all …]
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192cu/ |
D | def.h | 41 #define IS_8723_SERIES(version) \ argument 42 (((version) & CHIP_8723) ? true : false) 44 #define IS_92C_1T2R(version) \ argument 45 (((version) & CHIP_92C) && ((version) & CHIP_92C_1T2R)) 47 #define IS_VENDOR_UMC(version) \ argument 48 (((version) & CHIP_VENDOR_UMC) ? true : false) 50 #define IS_VENDOR_8723_A_CUT(version) \ argument 51 (((version) & CHIP_VENDOR_UMC) ? (((version) & (BIT(6))) ? \
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | base.c | 45 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 106 rev = (version & 0xf0) << 4 | (version & 0x0f); in mxm_shadow_dsm() 130 wmi_wmmx_mxmi(struct nvkm_mxm *mxm, u8 version) in wmi_wmmx_mxmi() argument 132 u32 mxmi_args[] = { 0x494D584D /* MXMI */, version, 0 }; in wmi_wmmx_mxmi() 146 version = obj->integer.value; in wmi_wmmx_mxmi() 148 (version >> 4), version & 0x0f); in wmi_wmmx_mxmi() 150 version = 0; in wmi_wmmx_mxmi() 155 return version; in wmi_wmmx_mxmi() 159 mxm_shadow_wmi(struct nvkm_mxm *mxm, u8 version) in mxm_shadow_wmi() argument [all …]
|
D | mxms.c | 40 u16 version = (mxms[4] << 8) | mxms[5]; in mxms_version() local 41 switch (version ) { in mxms_version() 45 return version; in mxms_version()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | base.c | 149 bios->version.major = nv_ro08(bios, bit_i.offset + 3); in nvkm_bios_ctor() 150 bios->version.chip = nv_ro08(bios, bit_i.offset + 2); in nvkm_bios_ctor() 151 bios->version.minor = nv_ro08(bios, bit_i.offset + 1); in nvkm_bios_ctor() 152 bios->version.micro = nv_ro08(bios, bit_i.offset + 0); in nvkm_bios_ctor() 153 bios->version.patch = nv_ro08(bios, bit_i.offset + 4); in nvkm_bios_ctor() 156 bios->version.major = nv_ro08(bios, bios->bmp_offset + 13); in nvkm_bios_ctor() 157 bios->version.chip = nv_ro08(bios, bios->bmp_offset + 12); in nvkm_bios_ctor() 158 bios->version.minor = nv_ro08(bios, bios->bmp_offset + 11); in nvkm_bios_ctor() 159 bios->version.micro = nv_ro08(bios, bios->bmp_offset + 10); in nvkm_bios_ctor() 163 bios->version.major, bios->version.chip, in nvkm_bios_ctor() [all …]
|
D | mxm.c | 38 *ver = x.version; in mxm_table() 96 if (bios->version.chip == 0x84 || bios->version.chip == 0x86) in mxm_sor_map() 98 if (bios->version.chip == 0x92) in mxm_sor_map() 100 if (bios->version.chip == 0x94 || bios->version.chip == 0x96) in mxm_sor_map() 102 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 | 261 switch (bios->version.chip) { in nvbios_pll_parse() 280 switch (bios->version.chip) { in nvbios_pll_parse() 313 if (bios->version.chip < 0x60) in nvbios_pll_parse() 365 if (bios->version.chip == 0x51) { in nvbios_pll_parse() 398 if (bios->version.chip < 0x11) in nvbios_pll_parse() 402 if (bios->version.chip < 0x11) in nvbios_pll_parse() 407 if (bios->version.chip < 0x17 || in nvbios_pll_parse() 408 bios->version.chip == 0x1a || in nvbios_pll_parse() 409 bios->version.chip == 0x20) in nvbios_pll_parse()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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() 484 static void tps6586x_print_version(struct i2c_client *client, int version) in tps6586x_print_version() argument 488 switch (version) { in tps6586x_print_version() 510 dev_info(&client->dev, "Found %s, VERSIONCRC is %02x\n", name, version); in tps6586x_print_version() 519 int version; in tps6586x_i2c_probe() local 529 version = i2c_smbus_read_byte_data(client, TPS6586X_VERSIONCRC); in tps6586x_i2c_probe() 530 if (version < 0) { in tps6586x_i2c_probe() 531 dev_err(&client->dev, "Chip ID read failed: %d\n", version); in tps6586x_i2c_probe() 539 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 | 164 unsigned int version; in tps65217_probe() local 210 ret = tps65217_reg_read(tps, TPS65217_REG_CHIPID, &version); in tps65217_probe() 227 (version & TPS65217_CHIPID_CHIP_MASK) >> 4, in tps65217_probe() 228 version & TPS65217_CHIPID_REV_MASK); in tps65217_probe()
|
D | tc3589x.c | 336 tc3589x_of_probe(struct device *dev, enum tc3589x_version *version) in tc3589x_of_probe() argument 350 *version = (enum tc3589x_version) of_id->data; in tc3589x_of_probe() 368 enum tc3589x_version version; in tc3589x_probe() local 372 pdata = tc3589x_of_probe(&i2c->dev, &version); in tc3589x_probe() 379 version = id->driver_data; in tc3589x_probe() 397 switch (version) { in tc3589x_probe()
|
/linux-4.1.27/drivers/hv/ |
D | connection.c | 68 __u32 version) in vmbus_negotiate_version() argument 79 msg->vmbus_version_requested = version; in vmbus_negotiate_version() 83 if (version == VERSION_WIN8_1) { in vmbus_negotiate_version() 132 __u32 version; in vmbus_connect() local 191 version = VERSION_CURRENT; in vmbus_connect() 194 ret = vmbus_negotiate_version(msginfo, version); in vmbus_connect() 201 version = vmbus_get_next_version(version); in vmbus_connect() 202 } while (version != VERSION_INVAL); in vmbus_connect() 204 if (version == VERSION_INVAL) in vmbus_connect() 207 vmbus_proto_version = version; in vmbus_connect() [all …]
|
/linux-4.1.27/net/batman-adv/ |
D | packet.h | 214 uint8_t version; member 247 uint8_t version; member 270 uint8_t version; member 297 uint8_t version; member 332 uint8_t version; member 371 uint8_t version; /* batman version field */ member 399 uint8_t version; /* batman version field */ member 429 uint8_t version; /* batman version field */ member 460 uint8_t version; /* batman version field */ member 477 uint8_t version; member
|
D | main.c | 398 if (batadv_ogm_packet->version != BATADV_COMPAT_VERSION) { in batadv_batman_skb_recv() 401 batadv_ogm_packet->version); in batadv_batman_skb_recv() 629 uint8_t type, uint8_t version) in batadv_tvlv_handler_get() argument 639 if (tvlv_handler_tmp->version != version) in batadv_tvlv_handler_get() 678 uint8_t type, uint8_t version) in batadv_tvlv_container_get() argument 686 if (tvlv_tmp->tvlv_hdr.version != version) in batadv_tvlv_container_get() 750 uint8_t type, uint8_t version) in batadv_tvlv_container_unregister() argument 755 tvlv = batadv_tvlv_container_get(bat_priv, type, version); in batadv_tvlv_container_unregister() 773 uint8_t type, uint8_t version, in batadv_tvlv_container_register() argument 785 tvlv_new->tvlv_hdr.version = version; in batadv_tvlv_container_register() [all …]
|
D | main.h | 353 uint8_t type, uint8_t version, 363 uint8_t type, uint8_t version); 375 uint8_t type, uint8_t version, uint8_t flags); 377 uint8_t type, uint8_t version); 384 uint8_t *dst, uint8_t type, uint8_t version,
|
/linux-4.1.27/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.1.27/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.1.27/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 …]
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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() 460 if (req->version[0] != DLM_DEVICE_VERSION_MAJOR || in check_version() 461 (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.1.27/drivers/staging/lustre/lnet/selftest/ |
D | conrpc.h | 114 unsigned version, lstcon_rpc_t **crpc); 116 unsigned version, lstcon_rpc_t **crpc); 117 int lstcon_batrpc_prep(struct lstcon_node *nd, int transop, unsigned version, 119 int lstcon_testrpc_prep(struct lstcon_node *nd, int transop, unsigned version, 121 int lstcon_statrpc_prep(struct lstcon_node *nd, unsigned version,
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/fs/f2fs/ |
D | node.h | 48 unsigned char version; /* version of the node */ member 63 #define nat_get_version(nat) (nat->ni.version) 64 #define nat_set_version(nat, v) (nat->ni.version = v) 66 #define inc_node_version(version) (++version) argument 74 dst->version = src->version; in copy_node_info() 107 ni->version = raw_ne->version; in node_info_from_raw_nat() 115 raw_ne->version = ni->version; in raw_nat_from_node_info()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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 …]
|
D | digsig.txt | 23 uint8_t version; /* key format version */ 31 uint8_t version; /* signature format version */
|
/linux-4.1.27/drivers/gpu/drm/panel/ |
D | panel-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.1.27/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.1.27/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.1.27/drivers/memory/ |
D | fsl_ifc.c | 216 int version, banks; in fsl_ifc_ctrl_probe() local 234 version = ioread32be(&fsl_ifc_ctrl_dev->regs->ifc_rev) & in fsl_ifc_ctrl_probe() 236 banks = (version == FSL_IFC_VERSION_1_0_0) ? 4 : 8; in fsl_ifc_ctrl_probe() 238 version >> 24, (version >> 16) & 0xf, banks); in fsl_ifc_ctrl_probe() 240 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, 124 switch (ccf->info->version) { in ccf_irq() 232 switch (ccf->info->version) { in ccf_probe() 251 switch (ccf->info->version) { in ccf_remove()
|
/linux-4.1.27/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.1.27/arch/x86/include/asm/ |
D | pvclock.h | 74 unsigned version; in __pvclock_read_cycles() local 78 version = src->version; in __pvclock_read_cycles() 93 return version; in __pvclock_read_cycles()
|
D | pvclock-abi.h | 26 u32 version; member 37 u32 version; member
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | ioctl.c | 67 args->v0.version, args->v0.count); in nvkm_ioctl_sclass() 107 args->v0.version, _handle, _oclass, in nvkm_ioctl_new() 214 args->v0.version, args->v0.method); in nvkm_ioctl_mthd() 236 args->v0.version, args->v0.size, args->v0.addr); in nvkm_ioctl_rd() 278 args->v0.version, args->v0.size, args->v0.addr, in nvkm_ioctl_wr() 320 nv_ioctl(object, "map vers %d\n", args->v0.version); in nvkm_ioctl_map() 361 args->v0.version, args->v0.event); in nvkm_ioctl_ntfy_new() 389 args->v0.version, args->v0.index); in nvkm_ioctl_ntfy_del() 409 args->v0.version, args->v0.index); in nvkm_ioctl_ntfy_get() 429 args->v0.version, args->v0.index); in nvkm_ioctl_ntfy_put() [all …]
|
D | client.c | 37 u8 version; member 117 "token %llx\n", req->v0.version, in nvkm_client_notify_new() 119 notify->version = req->v0.version; in nvkm_client_notify_new() 121 notify->rep.v0.version = req->v0.version; in nvkm_client_notify_new() 152 args->v0.version, args->v0.count); in nvkm_client_mthd_devlist()
|
/linux-4.1.27/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.1.27/drivers/virtio/ |
D | virtio_mmio.c | 90 unsigned long version; member 138 if (vm_dev->version == 2 && in vm_finalize_features() 164 if (vm_dev->version == 1) { in vm_get() 206 if (vm_dev->version == 1) { in vm_set() 244 if (vm_dev->version == 1) in vm_generation() 335 if (vm_dev->version == 1) { in vm_del_vq() 377 if (readl(vm_dev->base + (vm_dev->version == 1 ? in vm_setup_vq() 432 if (vm_dev->version == 1) { in vm_setup_vq() 467 if (vm_dev->version == 1) { in vm_setup_vq() 567 vm_dev->version = readl(vm_dev->base + VIRTIO_MMIO_VERSION); in virtio_mmio_probe() [all …]
|
/linux-4.1.27/drivers/mtd/nand/ |
D | nand_bbt.c | 400 td->version[0] = buf[bbt_get_ver_offs(mtd, td)]; in read_abs_bbts() 402 td->pages[0], td->version[0]); in read_abs_bbts() 409 md->version[0] = buf[bbt_get_ver_offs(mtd, md)]; in read_abs_bbts() 411 md->pages[0], md->version[0]); in read_abs_bbts() 557 td->version[i] = 0; in search_bbt() 571 td->version[i] = buf[offs]; in search_bbt() 584 td->pages[i], td->version[i]); in search_bbt() 777 buf[ooboffs + td->veroffs] = td->version[chip]; in write_bbt() 803 (unsigned long long)to, td->version[chip]); in write_bbt() 874 } else if (td->version[i] == md->version[i]) { in check_create() [all …]
|
/linux-4.1.27/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 202 uint32_t version = socinfo_get_version(); in adreno_bind() local 213 if (SOCINFO_VERSION_MAJOR(version) == 2) in adreno_bind() 215 else if ((SOCINFO_VERSION_MAJOR(version) == 1) && in adreno_bind() 216 (SOCINFO_VERSION_MINOR(version) == 1)) in adreno_bind() 226 if (SOCINFO_VERSION_MINOR(version) == 0) in adreno_bind() 236 if ((SOCINFO_VERSION_MAJOR(version) == 1) && in adreno_bind() 237 (SOCINFO_VERSION_MINOR(version) == 2)) in adreno_bind()
|
/linux-4.1.27/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.1.27/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-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.1.27/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.1.27/drivers/misc/ti-st/ |
D | st_kim.c | 220 unsigned short version = 0, chip = 0, min_ver = 0, maj_ver = 0; in read_local_version() local 243 version = in read_local_version() 246 chip = (version & 0x7C00) >> 10; in read_local_version() 247 min_ver = (version & 0x007F); in read_local_version() 248 maj_ver = (version & 0x0380) >> 7; in read_local_version() 250 if (version & 0x8000) in read_local_version() 257 kim_gdata->version.full = version; in read_local_version() 258 kim_gdata->version.chip = chip; in read_local_version() 259 kim_gdata->version.maj_ver = maj_ver; in read_local_version() 260 kim_gdata->version.min_ver = min_ver; in read_local_version() [all …]
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/sound/pci/asihpi/ |
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()
|
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()
|
/linux-4.1.27/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.1.27/drivers/dma/ioat/ |
D | dma.h | 82 u8 version; member 221 u8 ver = chan->device->version; in ioat_chansts_32() 240 u8 ver = chan->device->version; in ioat_chansts() 258 u8 ver = chan->device->version; in ioat_start() 275 u8 ver = chan->device->version; in ioat_suspend() 282 u8 ver = chan->device->version; in ioat_reset() 289 u8 ver = chan->device->version; in ioat_reset_pending()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/ |
D | falcon.c | 87 falcon->version = 0; in _nvkm_falcon_init() 91 falcon->version = (caps & 0x0000000f); in _nvkm_falcon_init() 99 nv_debug(falcon, "falcon version: %d\n", falcon->version); in _nvkm_falcon_init() 105 if (falcon->secret && falcon->version < 4) { in _nvkm_falcon_init() 106 if (!falcon->version) in _nvkm_falcon_init() 203 if (falcon->version < 3) { in _nvkm_falcon_init() 218 if (falcon->version < 3) { in _nvkm_falcon_init()
|
/linux-4.1.27/fs/nfs/ |
D | super.c | 614 unsigned int version, in nfs_show_nfs_version() argument 617 seq_printf(m, ",vers=%u", version); in nfs_show_nfs_version() 618 if (version == 4) in nfs_show_nfs_version() 646 u32 version = clp->rpc_ops->version; in nfs_show_mount_options() local 649 nfs_show_nfs_version(m, version, clp->cl_minorversion); in nfs_show_mount_options() 673 if (version == 4) { in nfs_show_mount_options() 684 if (version != 4) in nfs_show_mount_options() 835 if (nfss->nfs_client->rpc_ops->version == 4) { in nfs_show_stats() 1135 mnt->version = 2; in nfs_parse_version_string() 1139 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 | 165 .version = info->version, in nfs_mount() 185 if (info->version == NFS_MNT3_VERSION) in nfs_mount() 205 if (info->version != NFS_MNT3_VERSION || *info->auth_flav_len == 0) { in nfs_mount() 250 .version = info->version, in nfs_umount() 273 if (info->version == NFS_MNT3_VERSION) in nfs_umount() 533 .version = mnt_version,
|
D | client.c | 76 .version = nfs_version, 85 static struct nfs_subversion *find_nfs_version(unsigned int version) in find_nfs_version() argument 91 if (nfs->rpc_ops->version == version) { in find_nfs_version() 101 struct nfs_subversion *get_nfs_version(unsigned int version) in get_nfs_version() argument 103 struct nfs_subversion *nfs = find_nfs_version(version); in get_nfs_version() 107 request_module("nfsv%d", version); in get_nfs_version() 108 nfs = find_nfs_version(version); in get_nfs_version() 127 nfs_version[nfs->rpc_ops->version] = nfs->rpc_vers; in register_nfs_version() 137 nfs_version[nfs->rpc_ops->version] = NULL; in unregister_nfs_version() 242 dprintk("--> nfs_free_client(%u)\n", clp->rpc_ops->version); in nfs_free_client() [all …]
|
D | fscache-index.c | 32 .version = 0, 78 key->nfsversion = clp->rpc_ops->version; in nfs_server_get_key() 213 if (NFS_SERVER(&nfsi->vfs_inode)->nfs_client->rpc_ops->version == 4) in nfs_fscache_inode_get_aux() 245 if (NFS_SERVER(&nfsi->vfs_inode)->nfs_client->rpc_ops->version == 4) in nfs_fscache_inode_check_aux()
|
/linux-4.1.27/tools/build/feature/ |
D | test-glibc.c | 5 const char *version = gnu_get_libc_version(); in main() local 7 return (long)version; in main()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/gpu/drm/nouveau/nvif/ |
D | object.c | 38 if (size >= sizeof(*args) && args->v0.version == 0) { in nvif_object_ioctl() 65 args->ioctl.version = 0; in nvif_object_sclass() 67 args->sclass.version = 0; in nvif_object_sclass() 131 args->ioctl.version = 0; in nvif_object_mthd() 133 args->mthd.version = 0; in nvif_object_mthd() 246 ctor->ioctl.version = 0; in nvif_object_init() 248 ctor->new.version = 0; in nvif_object_init()
|
/linux-4.1.27/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.1.27/arch/arm/mach-pxa/ |
D | viper.c | 920 u8 version; in viper_init() local 936 version = viper_hw_version(); in viper_init() 937 if (version == 0) in viper_init() 948 if (version) { in viper_init() 951 VIPER_BOARD_VERSION(version), in viper_init() 952 VIPER_BOARD_ISSUE(version), in viper_init() 953 VIPER_CPLD_REVISION(version)); in viper_init() 954 system_rev = (VIPER_BOARD_VERSION(version) << 8) | in viper_init() 955 (VIPER_BOARD_ISSUE(version) << 4) | in viper_init() 956 VIPER_CPLD_REVISION(version); in viper_init()
|
/linux-4.1.27/net/rds/ |
D | ib_cm.c | 75 static void rds_ib_set_protocol(struct rds_connection *conn, unsigned int version) in rds_ib_set_protocol() argument 77 conn->c_version = version; in rds_ib_set_protocol() 417 u32 version = 0; in rds_ib_protocol_compatible() local 443 version = RDS_PROTOCOL_3_0; in rds_ib_protocol_compatible() 445 version++; in rds_ib_protocol_compatible() 451 return version; in rds_ib_protocol_compatible() 464 u32 version; in rds_ib_cm_handle_connect() local 468 version = rds_ib_protocol_compatible(event); in rds_ib_cm_handle_connect() 469 if (!version) in rds_ib_cm_handle_connect() 474 RDS_PROTOCOL_MAJOR(version), RDS_PROTOCOL_MINOR(version), in rds_ib_cm_handle_connect() [all …]
|
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() 351 u32 version = 0; in rds_iw_protocol_compatible() local 365 version = RDS_PROTOCOL_3_0; in rds_iw_protocol_compatible() 367 version++; in rds_iw_protocol_compatible() 374 return version; in rds_iw_protocol_compatible() 386 u32 version; in rds_iw_cm_handle_connect() local 390 version = rds_iw_protocol_compatible(dp); in rds_iw_cm_handle_connect() 391 if (!version) in rds_iw_cm_handle_connect() 396 RDS_PROTOCOL_MAJOR(version), RDS_PROTOCOL_MINOR(version)); in rds_iw_cm_handle_connect() [all …]
|
/linux-4.1.27/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.1.27/arch/arm/boot/dts/ |
D | tegra30-cardhu.dtsi | 4 * This file contains common DT entry for all fab version of Cardhu. 5 * There is multiple fab version of Cardhu starting from A01 to A07. 6 * Cardhu fab version A01 and A03 are not supported. Cardhu fab version 8 * Cardhu fab version A04. The Cardhu fab version A05, A06, A07 are 9 * compatible with fab version A04. Based on Cardhu fab version, the 10 * related dts file need to be chosen like for Cardhu fab version A02, 11 * use tegra30-cardhu-a02.dts, Cardhu fab version A04 and later, use 16 * number is the fab version like here it is 002 and hence fab version A02. 20 * In this Fab version is 02 i.e. A02. 22 * The location 0x8 of this eeprom contains the Fab version. It is 1 byte
|
D | vf500-colibri.dtsi | 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version.
|
D | vf500-colibri-eval-v3.dts | 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.
|
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.dtsi | 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version.
|
D | kirkwood-ts419-6281.dts | 8 * as published by the Free Software Foundation; either version 9 * 2 of the License, or (at your option) any later version.
|
/linux-4.1.27/drivers/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.1.27/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.1.27/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.1.27/net/ipv4/ |
D | gre_demux.c | 36 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol() argument 38 if (version >= GREPROTO_MAX) in gre_add_protocol() 41 return (cmpxchg((const struct gre_protocol **)&gre_proto[version], NULL, proto) == NULL) ? in gre_add_protocol() 46 int gre_del_protocol(const struct gre_protocol *proto, u8 version) in gre_del_protocol() argument 50 if (version >= GREPROTO_MAX) in gre_del_protocol() 53 ret = (cmpxchg((const struct gre_protocol **)&gre_proto[version], proto, NULL) == proto) ? in gre_del_protocol()
|
/linux-4.1.27/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.1.27/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() 212 const u32 version, in nlmclnt_lookup_host() argument 222 .version = version, in nlmclnt_lookup_host() 234 (hostname ? hostname : "<none>"), version, in nlmclnt_lookup_host() 252 if (host->h_version != version) in nlmclnt_lookup_host() 335 .version = rqstp->rq_vers, in nlmsvc_lookup_host() 364 if (host->h_version != ni.version) in nlmsvc_lookup_host() 454 .version = host->h_version, in nlm_bind_host()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/platform/chrome/ |
D | cros_ec_lightbar.c | 128 *ver_ptr = resp->version.num; in get_lightbar_version() 130 *flg_ptr = resp->version.flags; in get_lightbar_version() 141 uint32_t version, flags; in version_show() local 150 if (!get_lightbar_version(ec, &version, &flags)) in version_show() 153 return scnprintf(buf, PAGE_SIZE, "%d %d\n", version, flags); in version_show() 334 static DEVICE_ATTR_RO(version);
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | BIG.FAT.WARNING | 1 This is NOT the official version of dialog. This version has been
|
/linux-4.1.27/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.1.27/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.1.27/arch/x86/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.1.27/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.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_mfw_req.h | 70 u8 version[ETH_STAT_INFO_VERSION_LEN]; member 108 u8 version[12]; /* Function's Driver Version. */ member 132 u8 version[12]; /* Function's Driver Version. */ member
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_ethtool.c | 38 strlcpy(info->version, DRV_VERSION, sizeof(info->version)); in rtl819x_ethtool_get_drvinfo()
|
/linux-4.1.27/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.1.27/drivers/misc/mei/ |
D | hbm.c | 706 if (dev->version.major_version > HBM_MAJOR_VERSION_PGI) in mei_hbm_config_features() 709 if (dev->version.major_version == HBM_MAJOR_VERSION_PGI && in mei_hbm_config_features() 710 dev->version.minor_version >= HBM_MINOR_VERSION_PGI) in mei_hbm_config_features() 723 return (dev->version.major_version < HBM_MAJOR_VERSION) || in mei_hbm_version_is_supported() 724 (dev->version.major_version == HBM_MAJOR_VERSION && in mei_hbm_version_is_supported() 725 dev->version.minor_version <= HBM_MINOR_VERSION); in mei_hbm_version_is_supported() 776 dev->version.major_version = HBM_MAJOR_VERSION; in mei_hbm_dispatch() 777 dev->version.minor_version = HBM_MINOR_VERSION; in mei_hbm_dispatch() 779 dev->version.major_version = in mei_hbm_dispatch() 781 dev->version.minor_version = in mei_hbm_dispatch()
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
D | vnic_resource.h | 57 u32 version; member 62 u32 version; /* header format version */ member
|
/linux-4.1.27/net/wireless/ |
D | ethtool.c | 13 strlcpy(info->version, init_utsname()->release, sizeof(info->version)); in cfg80211_get_drvinfo()
|
/linux-4.1.27/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.1.27/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 (!access_ok(VERIFY_WRITE, version, sizeof(*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 …]
|
D | drm_ioctl.c | 470 struct drm_version *version = data; in drm_version() local 473 version->version_major = dev->driver->major; in drm_version() 474 version->version_minor = dev->driver->minor; in drm_version() 475 version->version_patchlevel = dev->driver->patchlevel; in drm_version() 476 err = drm_copy_field(version->name, &version->name_len, in drm_version() 479 err = drm_copy_field(version->date, &version->date_len, in drm_version() 482 err = drm_copy_field(version->desc, &version->desc_len, in drm_version()
|
/linux-4.1.27/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 …]
|
D | dm-log.c | 207 __le32 version; member 213 uint32_t version; member 283 disk->version = cpu_to_le32(core->version); in header_to_disk() 290 core->version = le32_to_cpu(disk->version); in header_from_disk() 327 log->header.version = MIRROR_DISK_VERSION; in read_header() 332 if (log->header.version == 1) in read_header() 333 log->header.version = 2; in read_header() 336 if (log->header.version != MIRROR_DISK_VERSION) { in read_header()
|
/linux-4.1.27/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.1.27/scripts/genksyms/ |
D | parse.tab.h_shipped | 9 the Free Software Foundation, either version 3 of the License, or 10 (at your option) any later version. 23 parser generator using the skeleton or a modified version thereof 31 version 2.2 of Bison. */
|
/linux-4.1.27/tools/perf/util/ |
D | trace-event-read.c | 350 char *version; in trace_report() local 379 version = read_string(); in trace_report() 380 if (version == NULL) in trace_report() 383 printf("version = %s\n", version); in trace_report() 384 free(version); in trace_report()
|
/linux-4.1.27/drivers/firmware/ |
D | qcom_scm.c | 356 static u32 version = -1; in qcom_scm_get_version() local 360 if (version != -1) in qcom_scm_get_version() 361 return version; in qcom_scm_get_version() 382 version = r1; in qcom_scm_get_version() 385 return version; in qcom_scm_get_version()
|
/linux-4.1.27/drivers/misc/ibmasm/ |
D | i2o.h | 26 u8 version; member 38 { .version = 0x01, \
|
/linux-4.1.27/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.1.27/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() 1476 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.1.27/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.1.27/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.1.27/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 | down2.H16 | 27 //* the Free Software Foundation; either version 2 of the License, or 28 //* (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 | boot.H16 | 27 //* the Free Software Foundation; either version 2 of the License, or 28 //* (at your option) any later version.
|
/linux-4.1.27/include/uapi/scsi/ |
D | scsi_netlink.h | 43 uint8_t version; member 115 (hdr)->version = SCSI_NL_VERSION; \
|
/linux-4.1.27/drivers/xen/ |
D | sys-hypervisor.c | 58 int version = HYPERVISOR_xen_version(XENVER_version, NULL); in major_show() local 59 if (version) in major_show() 60 return sprintf(buffer, "%d\n", version >> 16); in major_show() 68 int version = HYPERVISOR_xen_version(XENVER_version, NULL); in minor_show() local 69 if (version) in minor_show() 70 return sprintf(buffer, "%d\n", version & 0xff); in minor_show()
|
/linux-4.1.27/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.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | fwil_types.h | 236 __le32 version; /* version field */ member 326 u32 version; member 332 __le32 version; member 340 __le32 version; member 491 __be16 version; member
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
D | prism2fw.c | 99 hfa384x_compident_t version; member 931 tmpinfo = (u16 *)&(s3info[ns3info].info.version); in read_fwfile() 1143 s3info[i].info.version.id, in validate_identity() 1144 s3info[i].info.version.major, in validate_identity() 1145 s3info[i].info.version.minor, in validate_identity() 1146 s3info[i].info.version.variant); in validate_identity() 1187 s3info[i].info.version.id, in validate_identity() 1188 s3info[i].info.version.major, in validate_identity() 1189 s3info[i].info.version.minor, in validate_identity() 1190 s3info[i].info.version.variant); in validate_identity() [all …]
|
/linux-4.1.27/include/net/ |
D | gue.h | 38 version:2; member 40 __u8 version:2,
|
/linux-4.1.27/drivers/scsi/pcmcia/ |
D | Kconfig | 41 NinjaSCSI-3: (version string: "WBT","NinjaSCSI-3","R1.0") 52 [Workbit (version string: "WORKBIT","UltraNinja-16","1")] 54 [I-O DATA (OEM) (version string: "IO DATA","CBSC16 ","1")] 57 (version string: "KME ","SCSI-CARD-001","1")]
|
/linux-4.1.27/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 1 Perf-Trace-Util version 0.01 53 it under the same terms as Perl itself, either Perl version 5.10.0 or, 54 at your option, any later version of Perl 5 you may have available. 57 GNU General Public License ("GPL") version 2 as published by the Free
|
/linux-4.1.27/arch/arm/xen/ |
D | enlighten.c | 160 const char *version = NULL; in xen_guest_init() local 173 version = s + strlen(xen_prefix); in xen_guest_init() 174 if (version == NULL) { in xen_guest_init() 183 version, xen_events_irq, &grant_frames); in xen_guest_init()
|
/linux-4.1.27/Documentation/vDSO/ |
D | parse_vdso.c | 45 extern void *vdso_sym(const char *version, const char *name); 222 void *vdso_sym(const char *version, const char *name) in vdso_sym() argument 228 ver_hash = elf_hash(version); in vdso_sym() 248 version, ver_hash)) in vdso_sym()
|
/linux-4.1.27/fs/ceph/ |
D | mdsmap.c | 57 u16 version; in ceph_mdsmap_decode() local 63 ceph_decode_16_safe(p, end, version, bad); in ceph_mdsmap_decode() 64 if (version > 3) { in ceph_mdsmap_decode() 65 pr_warn("got mdsmap version %d > 3, failing", version); in ceph_mdsmap_decode()
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | p1010rdb-pa.dts | 8 * Free Software Foundation; either version 2 of the License, or (at your 9 * option) any later version.
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | ubi-media.h | 159 __u8 version; member 280 __u8 version; member 419 __u8 version; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 706 uint8_t version, headerlen, entrylen, num_entries; in parse_bit_A_tbl_entry() local 720 version = bios->data[load_table_ptr]; in parse_bit_A_tbl_entry() 722 if (version != 0x10) { in parse_bit_A_tbl_entry() 724 version >> 4, version & 0xF); in parse_bit_A_tbl_entry() 891 if (bitentry->version < 2) { in parse_bit_M_tbl_entry() 985 bit->version = entry[1]; in bit_table() 1416 entry->crtconf.maxfreq = (dcb->version < 0x30) ? in parse_dcb20_entry() 1425 if (dcb->version < 0x22) { in parse_dcb20_entry() 1453 if (dcb->version >= 0x40) in parse_dcb20_entry() 1463 if (dcb->version >= 0x30) in parse_dcb20_entry() [all …]
|