Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/cpufreq/
Dintel_pstate.c94 int32_t integral; member
193 int deadband, int integral) { in pid_reset() argument
196 pid->integral = int_tofp(integral); in pid_reset()
228 pid->integral += fp_error; in pid_calc()
239 if (pid->integral > integral_limit) in pid_calc()
240 pid->integral = integral_limit; in pid_calc()
241 if (pid->integral < -integral_limit) in pid_calc()
242 pid->integral = -integral_limit; in pid_calc()
247 result = pterm + mul_fp(pid->integral, pid->i_gain) + dterm; in pid_calc()
/linux-4.4.14/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.4.14/tools/thermal/tmon/
DREADME29 pid.c : a proportional-integral-derivative (PID) controller
/linux-4.4.14/drivers/scsi/arm/
DKconfig40 was either sold on its own or with an integral SCSI controller.
/linux-4.4.14/Documentation/thermal/
Dpower_allocator.txt160 `k_i` configures the PID loop's integral term constant. This term
165 integral term. This term is then multiplied by `k_i` and the result
Dsysfs-api.txt191 |---k_i: PID's integral term in the power allocator gov
347 The integral term of the power allocator governor's PID
361 above which the integral term of the power allocator
363 example, if integral_cutoff is 0, then the integral term only
Dintel_powerclamp.txt131 maintain a desired target temperature, based on integral and
/linux-4.4.14/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.4.14/Documentation/scsi/
Dosd.txt8 integral part of the object and provide metadata about the object. The standard
/linux-4.4.14/Documentation/vm/
Dpagemap.txt104 this is an integral part of a HugeTLB page
/linux-4.4.14/Documentation/filesystems/
Dexofs.txt13 attached to it, which are integral part of the object and provide metadata about
/linux-4.4.14/arch/arm/mach-imx/
DKconfig26 The debug board is an integral part of the MXC 3-stack(PDK)
/linux-4.4.14/Documentation/powerpc/
Dcxl.txt254 read() will always return an integral number of events.
/linux-4.4.14/Documentation/
Dadding-syscalls.txt276 - a pointer to a varying sized integral type (time_t, off_t, long, ...)
277 - a pointer to a struct containing a varying sized integral type.
Datomic_ops.txt186 These four routines add and subtract integral values to/from the given
/linux-4.4.14/scripts/
Dspelling.txt557 intregral||integral
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt187 2) the typedef `word' means a 32 bit unsigned integral type.
/linux-4.4.14/Documentation/development-process/
D2.Process292 Linux-next has become an integral part of the kernel development process;
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped58 /* Limits of integral types. */
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped58 /* Limits of integral types. */
/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c_shipped76 /* Limits of integral types. */