Searched refs:integral (Results 1 – 21 of 21) sorted by relevance
/linux-4.4.14/drivers/cpufreq/ |
D | intel_pstate.c | 94 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/ |
D | altera_tse.txt | 146 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/ |
D | README | 29 pid.c : a proportional-integral-derivative (PID) controller
|
/linux-4.4.14/drivers/scsi/arm/ |
D | Kconfig | 40 was either sold on its own or with an integral SCSI controller.
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 160 `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
|
D | sysfs-api.txt | 191 |---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
|
D | intel_powerclamp.txt | 131 maintain a desired target temperature, based on integral and
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 63 * 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/ |
D | osd.txt | 8 integral part of the object and provide metadata about the object. The standard
|
/linux-4.4.14/Documentation/vm/ |
D | pagemap.txt | 104 this is an integral part of a HugeTLB page
|
/linux-4.4.14/Documentation/filesystems/ |
D | exofs.txt | 13 attached to it, which are integral part of the object and provide metadata about
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | Kconfig | 26 The debug board is an integral part of the MXC 3-stack(PDK)
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxl.txt | 254 read() will always return an integral number of events.
|
/linux-4.4.14/Documentation/ |
D | adding-syscalls.txt | 276 - 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.
|
D | atomic_ops.txt | 186 These four routines add and subtract integral values to/from the given
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 557 intregral||integral
|
/linux-4.4.14/Documentation/crypto/ |
D | descore-readme.txt | 187 2) the typedef `word' means a 32 bit unsigned integral type.
|
/linux-4.4.14/Documentation/development-process/ |
D | 2.Process | 292 Linux-next has become an integral part of the kernel development process;
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 58 /* Limits of integral types. */
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 58 /* Limits of integral types. */
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 76 /* Limits of integral types. */
|