Home
last modified time | relevance | path

Searched refs:constant (Results 1 – 129 of 129) sorted by relevance

/linux-4.4.14/scripts/coccinelle/misc/
Dcompare_const_fl.cocci16 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."
Dreturnvar.cocci19 constant C;
32 constant C;
42 constant C;
Dcstptr.cocci17 constant c;
40 msg = "ERROR: PTR_ERR applied after initialization to constant on line %s" % (p1[0].line)
Dorplus.cocci17 constant c;
33 constant r.c,c1;
Dboolinit.cocci122 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/
Diforce-ff.c238 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/
Dsmovecr.S4 | The entry point sMOVECR returns the constant at the
9 | Output: The constant rounded to the user's rounding
Dsetox.S72 | 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.
Dround.S179 .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/
Dchacha20_generic.c106 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()
Djitterentropy.c435 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/
Domap4-thermal-data.c86 .constant = OMAP_GRADIENT_CONST_4430,
226 .constant = OMAP_GRADIENT_CONST_4460,
259 .constant = OMAP_GRADIENT_CONST_4470,
Ddra752-thermal-data.c440 .constant = DRA752_GRADIENT_CONST,
449 .constant = DRA752_GRADIENT_CONST,
458 .constant = DRA752_GRADIENT_CONST,
467 .constant = DRA752_GRADIENT_CONST,
476 .constant = DRA752_GRADIENT_CONST,
Dti-thermal-common.c85 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()
Domap3-thermal-data.c95 .constant = 20000,
168 .constant = 20000,
Domap5-thermal-data.c340 .constant = OMAP_GRADIENT_CONST_5430_CPU,
349 .constant = OMAP_GRADIENT_CONST_5430_GPU,
Dti-bandgap.h278 const int constant; member
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmax77693.txt49 - 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>;
Dmax14577.txt35 - 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/
Delan_i2c_smbus.c290 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()
Delan_i2c_i2c.c400 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/
Dsparse.txt38 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_
Djava.txt178 /* 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);
Dunaligned-memory-access.txt237 regular ethernet hardware, the constant NET_IP_ALIGN is used. On most
238 architectures this constant has the value 2 because the normal ethernet
Dlzo.txt49 length += constant (generally 2 or 3)
Dkernel-doc-nano-HOWTO.txt243 '%CONST' - name of a constant.
Ddynamic-debug-howto.txt17 its 'prefix_str' argument, if it is constant string; or "hexdump"
Dcpu-hotplug.txt72 constant even if the machine gets rebooted.
DCodingStyle761 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
Dxillybus.txt149 require data at a constant rate: There is no data transmitted to the FPGA
Dapplying-patches.txt403 This branch is in constant flux and contains many experimental features, a
Dadding-syscalls.txt113 of the O_CLOEXEC constant, as it is architecture-specific and is part of a
Dkmemcheck.txt568 actually the constant SI_KERNEL defined in include/asm-generic/siginfo.h:
Dmemory-barriers.txt1584 than two instructions to build the constant and then store it.
Dkernel-parameters.txt1981 Sets loops_per_jiffy to given constant, thus avoiding
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dacceptor.c59 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/
Dset-tai.c46 tx.constant = offset; in set_tai()
/linux-4.4.14/Documentation/leds/
Dledtrig-oneshot.txt12 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/
Dpower_allocator.txt103 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
Dcpu-cooling-api.txt109 represented as a constant coefficient. This is a simplification
116 Where `capacitance` is a constant that represents an indicative
Dsysfs-api.txt194 |---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/
Dinput-compat.h60 struct ff_constant_effect constant; member
Dff-memless.c79 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/
Dtimex.h71 __kernel_long_t constant;/* pll time constant */ member
Dinput.h432 struct ff_constant_effect constant; member
/linux-4.4.14/kernel/time/
Dntp.c629 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()
DKconfig73 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/
Dscript_asm.pl157 $constant = "$hexnum|$decnum";
163 "$identifier\\s*[+-]\s*$hexnum|$constant";
418 if ($rest =~ /^($identifier)\s*=\s*($constant)\s*$/) {
/linux-4.4.14/drivers/hid/usbhid/
Dhid-pidff.c291 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/
Dbq2415x.txt26 constant-voltage phase drops below this value (in mA).
Dbq25890.txt10 constant-voltage phase drops below this value (in uA);
Drt9455_charger.txt14 When the current in constant-voltage phase drops
Dbq24257.txt16 constant-voltage phase drops below this value (in uA).
/linux-4.4.14/scripts/coccinelle/free/
Dkfree.cocci26 constant char [] c;
/linux-4.4.14/lib/
Dsha1.c54 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
56 E += TEMP + rol32(A,5) + (fn) + (constant); \
DKconfig303 Drivers may select this option to force specific constant
/linux-4.4.14/lib/raid6/
Dtilegx.uc25 /* Create 8 byte copies of constant byte */
/linux-4.4.14/tools/perf/config/
Dutilities.mak49 # NOTE: The escape is used directly as a string constant
66 # expression constant in an `awk' program that is
/linux-4.4.14/kernel/
Dcompat.c44 __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/
DTODO10 1) Possibly add sysfs exports of constant useful to userspace.
/linux-4.4.14/Documentation/networking/
Dgen_stats.txt87 interval in microsecs, a time constant also in microsecs and a struct
Dlapb-module.txt93 connected, it sends DM without polls set, every T1. The upper case constant
Darcnet.txt532 the buffers are cleared to a constant value of 0x42 every time the card is
/linux-4.4.14/drivers/leds/trigger/
DKconfig29 or on dense events, where this blinks the LED at constant rate if
/linux-4.4.14/Documentation/power/
Dpower_supply_class.txt122 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/
Dcore.txt36 kernel "constant" loops_per_jiffy is updated on frequency changes
/linux-4.4.14/drivers/media/dvb-frontends/
Drtl2830.c544 static const u32 constant[CONSTELLATION_NUM][HIERARCHY_NUM] = { in rtl2830_stat_work() local
568 tmp = (constant[constellation][hierarchy] - in rtl2830_stat_work()
Drtl2832.c780 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/
Dkconfig-language.txt198 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/
Dthermal.txt125 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/
Daicasm_gram.y246 | constant
247 | program constant
737 constant:
/linux-4.4.14/drivers/mtd/ubi/
DKconfig67 in nearly constant time. Instead of scanning the whole MTD device it
/linux-4.4.14/tools/perf/Documentation/
Dperf-list.txt41 1 - SAMPLE_IP must have constant skid
/linux-4.4.14/Documentation/video4linux/
Dradiotrack.txt100 0 : Tuner held constant
DZoran336 standard is "more constant" for current country than geometry
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt238 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/
DChangeLog.ide-tape.1995-200240 * 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/
Dknfsd-stats.txt98 remains constant for hours at a time, this counter is unlikely
/linux-4.4.14/Documentation/arm/
Dtcm.txt140 printk("TCM constant: 0x%x @ %p\n", tcmconst, &tcmconst);
/linux-4.4.14/arch/m68k/ifpsp060/
Dilsp.doc52 (define constant longword). The file can be converted to other
Dfplsp.doc53 (define constant longword). The file can be converted to other
Disp.doc57 (define constant longword). The file can be converted to other
Dfpsp.doc49 (define constant longword). The file can be converted to other
DTEST.DOC43 directive "dc.l" (define constant longword). The files can be
/linux-4.4.14/arch/m68k/math-emu/
Dfp_scan.S344 | Move an (emulated) ROM constant
/linux-4.4.14/Documentation/hwmon/
Dnct6775160 This modes tries to keep the fan speed constant.
/linux-4.4.14/arch/arm/kernel/
Dhead.S114 ldr r8, =PLAT_PHYS_OFFSET @ always constant in this case
/linux-4.4.14/Documentation/scheduler/
Dsched-rt-group.txt43 the amount of bandwidth (eg. CPU time) being constant. In order to schedule
Dsched-deadline.txt202 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/
Dff.txt61 - FF_CONSTANT can render constant force effects
Delantech.txt413 For all the other ones, there are just a few constant bits:
674 constant bits
Datarikbd.txt433 The sample interval should be as constant as possible.
/linux-4.4.14/Documentation/development-process/
D1.Intro146 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
D5.Posting16 There is a constant temptation to avoid posting patches before they are
/linux-4.4.14/arch/arm/boot/dts/
Dexynos3250-monk.dts105 maxim,constant-uvolt = <4350000>;
Dexynos3250-rinato.dts96 maxim,constant-uvolt = <4350000>;
Dexynos4412-trats2.dts171 maxim,constant-microvolt = <4350000>;
/linux-4.4.14/Documentation/filesystems/
Dlogfs.txt26 constant updates, like the amount of free space, etc.
Dporting327 1, or more times (eg. constant, idempotent).
Dvfs.txt989 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/
Dcompress_offload.txt9 constant bitrates payloads such as IEC61937 in mind. Arguments and
/linux-4.4.14/include/linux/
Dcompat.h109 compat_long_t constant; member
/linux-4.4.14/Documentation/RCU/
Drcu_dereference.txt45 it is within its rights to substitute the corresponding constant
Dstallwarn.txt131 since boot until the current time. If this latter number stays constant
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt106 0=variable bitrate, 1=constant bitrate
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt339 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
Dapi.txt71 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/
Ddriver272 Return a pointer to a string constant describing the specified
/linux-4.4.14/sound/oss/
DCHANGELOG39 - Disabled MIDI input with GUS PnP (Interwave). There seems to be constant
/linux-4.4.14/arch/alpha/kernel/
Dosf_sys.c1252 long constant; /* pll time constant */ member
/linux-4.4.14/arch/sparc/lib/
Dchecksum_32.S367 sll %o2, 1, %g2 ! constant multiplies are fun...
/linux-4.4.14/Documentation/hid/
Dhid-transport.txt62 Transport drivers attach a constant "struct hid_ll_driver" object with each
/linux-4.4.14/Documentation/gpio/
Dgpio-legacy.txt188 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/
Devents.txt170 logged event with a constant value and returns either 0 or 1 depending
/linux-4.4.14/drivers/leds/
DKconfig98 converter plus 1.5A constant current driver for a high-current
/linux-4.4.14/Documentation/scsi/
DChangeLog.1992-199749 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
DChangeLog.sym53c8xx268 (Size is limited to 8 for now, but a constant is just to be
/linux-4.4.14/Documentation/s390/
DDebugging390.txt595 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/
Dentry.S1192 sethi %hi(0x028f4b62), %l0 ! Add in rounding constant * 2**32,
/linux-4.4.14/Documentation/powerpc/
Dhvcs.txt112 to allow. This can always be changed by modifying the constant in the
/linux-4.4.14/Documentation/PCI/
Dpci.txt225 You can use the constant PCI_ANY_ID as a wildcard replacement for
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt284 a constant length of 10 octets. Trailing octets required to fill out the 10
/linux-4.4.14/Documentation/sysctl/
Dkernel.txt898 constant FUTEX_TID_MASK (0x3fffffff).
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped290 /* Identity function, used to suppress warnings about constant conditions. */
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped281 /* Identity function, used to suppress warnings about constant conditions. */
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfplsp.S6726 # 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 #
Dfpsp.S9311 # 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/
Daic79xx.reg1705 * as a constant outside of this register
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt387 defined by the constant OF_DT_HEADER