Home
last modified time | relevance | path

Searched refs:integral (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/drivers/cpufreq/
Dintel_pstate.c92 int32_t integral; member
170 int deadband, int integral) { in pid_reset() argument
173 pid->integral = int_tofp(integral); in pid_reset()
205 pid->integral += fp_error; in pid_calc()
216 if (pid->integral > integral_limit) in pid_calc()
217 pid->integral = integral_limit; in pid_calc()
218 if (pid->integral < -integral_limit) in pid_calc()
219 pid->integral = -integral_limit; in pid_calc()
224 result = pterm + mul_fp(pid->integral, pid->i_gain) + dterm; in pid_calc()
/linux-4.1.27/Documentation/networking/
Daltera_tse.txt146 an integral number of bytes in length and do not pass the CRC test as the frame
151 integral number of bytes in length and do not pass the CRC test as the frame is
257 octets, and had either a bad CRC with an integral number of octets (CRC Error)
258 or a bad CRC with a non-integral number of octets (Alignment Error).
262 in length and had either a bad CRC with an integral number of octets (CRC
263 error) or a bad CRC with a non-integral number of octets (Alignment Error).
/linux-4.1.27/tools/thermal/tmon/
DREADME29 pid.c : a proportional-integral-derivative (PID) controller
/linux-4.1.27/drivers/scsi/arm/
DKconfig40 was either sold on its own or with an integral SCSI controller.
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-tape.1995-200263 * For best results, use an integral number of this
154 * of bytes written to the tape was not an integral
/linux-4.1.27/Documentation/vm/
Dpagemap.txt93 this is an integral part of a HugeTLB page
/linux-4.1.27/Documentation/scsi/
Dosd.txt8 integral part of the object and provide metadata about the object. The standard
/linux-4.1.27/Documentation/filesystems/
Dexofs.txt13 attached to it, which are integral part of the object and provide metadata about
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt131 maintain a desired target temperature, based on integral and
/linux-4.1.27/Documentation/powerpc/
Dcxl.txt251 read() will always return an integral number of events.
/linux-4.1.27/arch/arm/mach-imx/
DKconfig26 The debug board is an integral part of the MXC 3-stack(PDK)
/linux-4.1.27/scripts/
Dspelling.txt539 intregral||integral
/linux-4.1.27/Documentation/crypto/
Ddescore-readme.txt187 2) the typedef `word' means a 32 bit unsigned integral type.
/linux-4.1.27/Documentation/
Datomic_ops.txt186 These four routines add and subtract integral values to/from the given
/linux-4.1.27/Documentation/development-process/
D2.Process292 Linux-next has become an integral part of the kernel development process;
/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c_shipped77 /* Limits of integral types. */
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped58 /* Limits of integral types. */
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped58 /* Limits of integral types. */