/linux-4.4.14/scripts/coccinelle/misc/ |
D | compare_const_fl.cocci | 16 constant c,c1; 45 constant c,c1; 86 constant c, c1; 112 constant c, c1; 146 msg = "Move constant to right." 153 msg = "Move constant to right." 162 msg = "Move constant to right." 169 msg = "Move constant to right."
|
D | returnvar.cocci | 19 constant C; 32 constant C; 42 constant C;
|
D | cstptr.cocci | 17 constant c; 40 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
|
D | orplus.cocci | 17 constant c; 33 constant r.c,c1;
|
D | boolinit.cocci | 122 constant c; 154 cocci.print_main("ERROR: Assignment of bool to non-0/1 constant",p2) 178 coccilib.report.print_report(p2[0],"ERROR: Assignment of bool to non-0/1 constant")
|
/linux-4.4.14/drivers/input/joystick/iforce/ |
D | iforce-ff.c | 238 return old->u.constant.level != effect->u.constant.level; in need_magnitude_modifier() 250 if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length in need_envelope_modifier() 251 || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level in need_envelope_modifier() 252 || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length in need_envelope_modifier() 253 || old->u.constant.envelope.fade_level != effect->u.constant.envelope.fade_level) in need_envelope_modifier() 441 effect->u.constant.level); in iforce_upload_constant() 450 effect->u.constant.envelope.attack_length, in iforce_upload_constant() 451 effect->u.constant.envelope.attack_level, in iforce_upload_constant() 452 effect->u.constant.envelope.fade_length, in iforce_upload_constant() 453 effect->u.constant.envelope.fade_level); in iforce_upload_constant()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | smovecr.S | 4 | The entry point sMOVECR returns the constant at the 9 | Output: The constant rounded to the user's rounding
|
D | setox.S | 72 | Note also that the constant 16380 log(2) used in Step 1.3 88 | Z := X * constant 93 | constant := single-precision( 64/log 2 ). 95 | Using a single-precision constant avoids memory access.
|
D | round.S | 179 .set ad_1_sgl,0x00000100 | constant to add 1 to l-bit in sgl prec 180 .set ad_1_dbl,0x00000800 | constant to add 1 to l-bit in dbl prec
|
/linux-4.4.14/crypto/ |
D | chacha20_generic.c | 106 static const char constant[16] = "expand 32-byte k"; in crypto_chacha20_init() local 108 state[0] = le32_to_cpuvp(constant + 0); in crypto_chacha20_init() 109 state[1] = le32_to_cpuvp(constant + 4); in crypto_chacha20_init() 110 state[2] = le32_to_cpuvp(constant + 8); in crypto_chacha20_init() 111 state[3] = le32_to_cpuvp(constant + 12); in crypto_chacha20_init()
|
D | jitterentropy.c | 435 union c constant; in jent_stir_pool() local 451 constant.u32[1] = 0x67452301; in jent_stir_pool() 452 constant.u32[0] = 0xefcdab89; in jent_stir_pool() 462 mixer.u64 ^= constant.u64; in jent_stir_pool()
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | omap4-thermal-data.c | 86 .constant = OMAP_GRADIENT_CONST_4430, 226 .constant = OMAP_GRADIENT_CONST_4460, 259 .constant = OMAP_GRADIENT_CONST_4470,
|
D | dra752-thermal-data.c | 440 .constant = DRA752_GRADIENT_CONST, 449 .constant = DRA752_GRADIENT_CONST, 458 .constant = DRA752_GRADIENT_CONST, 467 .constant = DRA752_GRADIENT_CONST, 476 .constant = DRA752_GRADIENT_CONST,
|
D | ti-thermal-common.c | 85 int ret, tmp, slope, constant; in __ti_thermal_get_temp() local 100 constant = s->constant; in __ti_thermal_get_temp() 109 constant = s->constant_pcb; in __ti_thermal_get_temp() 116 *temp = ti_thermal_hotspot_temperature(tmp, slope, constant); in __ti_thermal_get_temp()
|
D | omap3-thermal-data.c | 95 .constant = 20000, 168 .constant = 20000,
|
D | omap5-thermal-data.c | 340 .constant = OMAP_GRADIENT_CONST_5430_CPU, 349 .constant = OMAP_GRADIENT_CONST_5430_GPU,
|
D | ti-bandgap.h | 278 const int constant; member
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | max77693.txt | 49 - maxim,constant-microvolt : Battery constant voltage in uV. The charger 50 will operate in fast charge constant current mode till battery voltage 51 reaches this level. Then the charger will switch to fast charge constant 168 maxim,constant-microvolt = <4200000>;
|
D | max14577.txt | 35 - maxim,constant-uvolt : Battery Constant Voltage in uV; 96 maxim,constant-uvolt = <4350000>; 141 maxim,constant-uvolt = <4350000>;
|
/linux-4.4.14/drivers/input/mouse/ |
D | elan_i2c_smbus.c | 290 u16 constant; in elan_smbus_iap_get_mode() local 300 constant = be16_to_cpup((__be16 *)val); in elan_smbus_iap_get_mode() 301 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_smbus_iap_get_mode() 303 *mode = (constant & ETP_SMBUS_IAP_MODE_ON) ? IAP_MODE : MAIN_MODE; in elan_smbus_iap_get_mode()
|
D | elan_i2c_i2c.c | 400 u16 constant; in elan_i2c_iap_get_mode() local 411 constant = le16_to_cpup((__le16 *)val); in elan_i2c_iap_get_mode() 412 dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); in elan_i2c_iap_get_mode() 414 *mode = (constant & ETP_I2C_MAIN_MODE_ON) ? MAIN_MODE : IAP_MODE; in elan_i2c_iap_get_mode()
|
/linux-4.4.14/Documentation/ |
D | sparse.txt | 38 One small note: the constant integer "0" is special. You can use a 39 constant zero as a bitwise integer type without sparse ever complaining. 42 vs cpu-endian vs whatever), and there the constant "0" really _is_
|
D | java.txt | 178 /* From Sun's Java VM Specification, as tag entries in the constant pool. */ 234 /* Reads in a value from the constant pool. */ 303 error("%s: Out of memory for constant pool\n", program);
|
D | unaligned-memory-access.txt | 237 regular ethernet hardware, the constant NET_IP_ALIGN is used. On most 238 architectures this constant has the value 2 because the normal ethernet
|
D | lzo.txt | 49 length += constant (generally 2 or 3)
|
D | kernel-doc-nano-HOWTO.txt | 243 '%CONST' - name of a constant.
|
D | dynamic-debug-howto.txt | 17 its 'prefix_str' argument, if it is constant string; or "hexdump"
|
D | cpu-hotplug.txt | 72 constant even if the machine gets rebooted.
|
D | CodingStyle | 761 a parameter is known to be a compiletime constant, and as a result of this 910 The compiler will constant-fold the conditional away, and include or exclude
|
D | xillybus.txt | 149 require data at a constant rate: There is no data transmitted to the FPGA
|
D | applying-patches.txt | 403 This branch is in constant flux and contains many experimental features, a
|
D | adding-syscalls.txt | 113 of the O_CLOEXEC constant, as it is architecture-specific and is part of a
|
D | kmemcheck.txt | 568 actually the constant SI_KERNEL defined in include/asm-generic/siginfo.h:
|
D | memory-barriers.txt | 1584 than two instructions to build the constant and then store it.
|
D | kernel-parameters.txt | 1981 Sets loops_per_jiffy to given constant, thus avoiding
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | acceptor.c | 59 lnet_accept_magic(__u32 magic, __u32 constant) in lnet_accept_magic() argument 61 return (magic == constant || in lnet_accept_magic() 62 magic == __swab32(constant)); in lnet_accept_magic()
|
/linux-4.4.14/tools/testing/selftests/timers/ |
D | set-tai.c | 46 tx.constant = offset; in set_tai()
|
/linux-4.4.14/Documentation/leds/ |
D | ledtrig-oneshot.txt | 12 event, while in the latter it keeps blinking at constant rate, as to signal 15 A one-shot LED only stays in a constant state when there are no events. An
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 103 constant during temperature overshoot periods (current temperature is 105 proportional term constant during temperature undershoot periods 134 thermal equilibrium under constant load. `sustainable_power` is only 160 `k_i` configures the PID loop's integral term constant. This term 172 `k_d` configures the PID loop's derivative term constant. It's
|
D | cpu-cooling-api.txt | 109 represented as a constant coefficient. This is a simplification 116 Where `capacitance` is a constant that represents an indicative
|
D | sysfs-api.txt | 194 |---slope: Slope constant applied as linear extrapolation 195 |---offset: Offset constant applied as linear extrapolation 370 The slope constant used in a linear extrapolation model 377 The offset constant used in a linear extrapolation model
|
/linux-4.4.14/drivers/input/ |
D | input-compat.h | 60 struct ff_constant_effect constant; member
|
D | ff-memless.c | 79 return &effect->u.constant.envelope; in get_envelope() 268 new->u.constant.level, in ml_combine_effects() 269 &new->u.constant.envelope)); in ml_combine_effects()
|
/linux-4.4.14/include/uapi/linux/ |
D | timex.h | 71 __kernel_long_t constant;/* pll time constant */ member
|
D | input.h | 432 struct ff_constant_effect constant; member
|
/linux-4.4.14/kernel/time/ |
D | ntp.c | 629 time_constant = txc->constant; in process_adjtimex_modes() 636 if (txc->modes & ADJ_TAI && txc->constant > 0) in process_adjtimex_modes() 637 *time_tai = txc->constant; in process_adjtimex_modes() 734 txc->constant = time_constant; in __do_adjtimex()
|
D | Kconfig | 73 bool "Periodic timer ticks (constant rate, no dynticks)" 75 This option keeps the tick running periodically at a constant
|
/linux-4.4.14/drivers/scsi/ |
D | script_asm.pl | 157 $constant = "$hexnum|$decnum"; 163 "$identifier\\s*[+-]\s*$hexnum|$constant"; 418 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) {
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | hid-pidff.c | 291 effect->u.constant.level); in pidff_set_constant_force_report() 303 return effect->u.constant.level != old->u.constant.level; in pidff_needs_set_constant() 590 pidff_needs_set_envelope(&effect->u.constant.envelope, in pidff_upload_effect() 591 &old->u.constant.envelope)) in pidff_upload_effect() 593 &effect->u.constant.envelope); in pidff_upload_effect()
|
/linux-4.4.14/Documentation/devicetree/bindings/power/ |
D | bq2415x.txt | 26 constant-voltage phase drops below this value (in mA).
|
D | bq25890.txt | 10 constant-voltage phase drops below this value (in uA);
|
D | rt9455_charger.txt | 14 When the current in constant-voltage phase drops
|
D | bq24257.txt | 16 constant-voltage phase drops below this value (in uA).
|
/linux-4.4.14/scripts/coccinelle/free/ |
D | kfree.cocci | 26 constant char [] c;
|
/linux-4.4.14/lib/ |
D | sha1.c | 54 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument 56 E += TEMP + rol32(A,5) + (fn) + (constant); \
|
D | Kconfig | 303 Drivers may select this option to force specific constant
|
/linux-4.4.14/lib/raid6/ |
D | tilegx.uc | 25 /* Create 8 byte copies of constant byte */
|
/linux-4.4.14/tools/perf/config/ |
D | utilities.mak | 49 # NOTE: The escape is used directly as a string constant 66 # expression constant in an `awk' program that is
|
/linux-4.4.14/kernel/ |
D | compat.c | 44 __get_user(txc->constant, &utp->constant) || in compat_get_timex() 72 __put_user(txc->constant, &utp->constant) || in compat_put_timex()
|
/linux-4.4.14/drivers/staging/iio/ |
D | TODO | 10 1) Possibly add sysfs exports of constant useful to userspace.
|
/linux-4.4.14/Documentation/networking/ |
D | gen_stats.txt | 87 interval in microsecs, a time constant also in microsecs and a struct
|
D | lapb-module.txt | 93 connected, it sends DM without polls set, every T1. The upper case constant
|
D | arcnet.txt | 532 the buffers are cleared to a constant value of 0x42 every time the card is
|
/linux-4.4.14/drivers/leds/trigger/ |
D | Kconfig | 29 or on dense events, where this blinks the LED at constant rate if
|
/linux-4.4.14/Documentation/power/ |
D | power_supply_class.txt | 122 CONSTANT_CHARGE_CURRENT - constant charge current programmed by charger. 132 CONSTANT_CHARGE_VOLTAGE - constant charge voltage programmed by charger.
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | core.txt | 36 kernel "constant" loops_per_jiffy is updated on frequency changes
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | rtl2830.c | 544 static const u32 constant[CONSTELLATION_NUM][HIERARCHY_NUM] = { in rtl2830_stat_work() local 568 tmp = (constant[constellation][hierarchy] - in rtl2830_stat_work()
|
D | rtl2832.c | 780 static const u32 constant[CONSTELLATION_NUM][HIERARCHY_NUM] = { in rtl2832_stat_work() local 804 tmp = (constant[constellation][hierarchy] - in rtl2832_stat_work()
|
/linux-4.4.14/Documentation/kbuild/ |
D | kconfig-language.txt | 198 There are two types of symbols: constant and non-constant symbols. 199 Non-constant symbols are the most common ones and are defined with the 200 'config' statement. Non-constant symbols consist entirely of alphanumeric
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | thermal.txt | 125 Note: Using the THERMAL_NO_LIMIT (-1UL) constant in the cooling-device phandle 129 Refer to include/dt-bindings/thermal/thermal.h for definition of this constant. 169 interpreted as constant offset.
|
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 246 | constant 247 | program constant 737 constant:
|
/linux-4.4.14/drivers/mtd/ubi/ |
D | Kconfig | 67 in nearly constant time. Instead of scanning the whole MTD device it
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-list.txt | 41 1 - SAMPLE_IP must have constant skid
|
/linux-4.4.14/Documentation/video4linux/ |
D | radiotrack.txt | 100 0 : Tuner held constant
|
D | Zoran | 336 standard is "more constant" for current country than geometry
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 238 i assume that the use of a constant is more expensive than using a register: 246 be assigned to different constant registers and instead repetitively 255 or from a register and a small constant.
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 40 * if we can transfer a constant number of bytes 45 * more bytes than the constant referred to above, the
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 98 remains constant for hours at a time, this counter is unlikely
|
/linux-4.4.14/Documentation/arm/ |
D | tcm.txt | 140 printk("TCM constant: 0x%x @ %p\n", tcmconst, &tcmconst);
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | ilsp.doc | 52 (define constant longword). The file can be converted to other
|
D | fplsp.doc | 53 (define constant longword). The file can be converted to other
|
D | isp.doc | 57 (define constant longword). The file can be converted to other
|
D | fpsp.doc | 49 (define constant longword). The file can be converted to other
|
D | TEST.DOC | 43 directive "dc.l" (define constant longword). The files can be
|
/linux-4.4.14/arch/m68k/math-emu/ |
D | fp_scan.S | 344 | Move an (emulated) ROM constant
|
/linux-4.4.14/Documentation/hwmon/ |
D | nct6775 | 160 This modes tries to keep the fan speed constant.
|
/linux-4.4.14/arch/arm/kernel/ |
D | head.S | 114 ldr r8, =PLAT_PHYS_OFFSET @ always constant in this case
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-rt-group.txt | 43 the amount of bandwidth (eg. CPU time) being constant. In order to schedule
|
D | sched-deadline.txt | 202 a constant. Instead, the so called "processor demand" approach can be used, 244 between total utilization (or density) and a fixed constant. If all tasks
|
/linux-4.4.14/Documentation/input/ |
D | ff.txt | 61 - FF_CONSTANT can render constant force effects
|
D | elantech.txt | 413 For all the other ones, there are just a few constant bits: 674 constant bits
|
D | atarikbd.txt | 433 The sample interval should be as constant as possible.
|
/linux-4.4.14/Documentation/development-process/ |
D | 1.Intro | 146 space, the internal kernel API is in constant flux. The lack of a stable 150 constant upkeep if it is to work with new kernels. Maintaining
|
D | 5.Posting | 16 There is a constant temptation to avoid posting patches before they are
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | exynos3250-monk.dts | 105 maxim,constant-uvolt = <4350000>;
|
D | exynos3250-rinato.dts | 96 maxim,constant-uvolt = <4350000>;
|
D | exynos4412-trats2.dts | 171 maxim,constant-microvolt = <4350000>;
|
/linux-4.4.14/Documentation/filesystems/ |
D | logfs.txt | 26 constant updates, like the amount of free space, etc.
|
D | porting | 327 1, or more times (eg. constant, idempotent).
|
D | vfs.txt | 989 Must be constant and idempotent, and should not take locks if 1004 always cache a reachable dentry. d_delete must be constant and
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | compress_offload.txt | 9 constant bitrates payloads such as IEC61937 in mind. Arguments and
|
/linux-4.4.14/include/linux/ |
D | compat.h | 109 compat_long_t constant; member
|
/linux-4.4.14/Documentation/RCU/ |
D | rcu_dereference.txt | 45 it is within its rights to substitute the corresponding constant
|
D | stallwarn.txt | 131 since boot until the current time. If this latter number stays constant
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 106 0=variable bitrate, 1=constant bitrate
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | timekeeping.txt | 339 allows the guest visible TSC to be offset by a constant. Newer implementations 408 Whether the TSC runs at a constant rate or scales with the P-state is model
|
D | api.txt | 71 API version 12 (see section 4.1), a KVM_CAP_xyz constant, which 95 Returns: the constant KVM_API_VERSION (=12)
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 272 Return a pointer to a string constant describing the specified
|
/linux-4.4.14/sound/oss/ |
D | CHANGELOG | 39 - Disabled MIDI input with GUS PnP (Interwave). There seems to be constant
|
/linux-4.4.14/arch/alpha/kernel/ |
D | osf_sys.c | 1252 long constant; /* pll time constant */ member
|
/linux-4.4.14/arch/sparc/lib/ |
D | checksum_32.S | 367 sll %o2, 1, %g2 ! constant multiplies are fun...
|
/linux-4.4.14/Documentation/hid/ |
D | hid-transport.txt | 62 Transport drivers attach a constant "struct hid_ll_driver" object with each
|
/linux-4.4.14/Documentation/gpio/ |
D | gpio-legacy.txt | 188 output, value) are constant. It's normal for them to need only a couple 584 referenced GPIO is the constant "12", getting or setting its value could
|
/linux-4.4.14/Documentation/trace/ |
D | events.txt | 170 logged event with a constant value and returns either 0 or 1 depending
|
/linux-4.4.14/drivers/leds/ |
D | Kconfig | 98 converter plus 1.5A constant current driver for a high-current
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.1992-1997 | 49 Throughout Use HZ constant for time references. 51 * eata_pio.c: Use HZ constant for time references. 56 * scsi.h: Added READ_12 command opcode constant
|
D | ChangeLog.sym53c8xx | 268 (Size is limited to 8 for now, but a constant is just to be
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 595 1) It didn't need to set up a pointer to the constant pool gpr13 as it is not 609 400380: 0d d0 basr %r13,%r0 # Set up pointer to constant pool using 656 # compiler now puts constant pool in code to so it saves an instruction 976 so your kernel structures will stay constant for a reasonable period of
|
/linux-4.4.14/arch/sparc/kernel/ |
D | entry.S | 1192 sethi %hi(0x028f4b62), %l0 ! Add in rounding constant * 2**32,
|
/linux-4.4.14/Documentation/powerpc/ |
D | hvcs.txt | 112 to allow. This can always be changed by modifying the constant in the
|
/linux-4.4.14/Documentation/PCI/ |
D | pci.txt | 225 You can use the constant PCI_ANY_ID as a wildcard replacement for
|
/linux-4.4.14/Documentation/netlabel/ |
D | draft-ietf-cipso-ipsecurity-01.txt | 284 a constant length of 10 octets. Trailing octets required to fill out the 10
|
/linux-4.4.14/Documentation/sysctl/ |
D | kernel.txt | 898 constant FUTEX_TID_MASK (0x3fffffff).
|
/linux-4.4.14/scripts/genksyms/ |
D | parse.tab.c_shipped | 290 /* Identity function, used to suppress warnings about constant conditions. */
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.tab.c_shipped | 281 /* Identity function, used to suppress warnings about constant conditions. */
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fplsp.S | 6726 # by integer comparison. Note also that the constant # 6744 # Z := X * constant # 6747 # constant := single-precision( 64/log 2 ). # 6749 # Using a single-precision constant avoids memory #
|
D | fpsp.S | 9311 # smovcr(): returns the ROM constant at the offset specified in d1 # 9319 # fp0 = the ROM constant rounded to the user's rounding mode,prec #
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.reg | 1705 * as a constant outside of this register
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 387 defined by the constant OF_DT_HEADER
|