/openbmc/phosphor-pid-control/pid/ec/ |
H A D | pid.hpp | 27 double integral = 0.0; // integral of error member 37 limits_t integralLimit; // clamp of integral 60 ec::limits_t integralLimit; // clamp of integral
|
H A D | pid.cpp | 94 integralTerm = pidinfoptr->integral; in pid() 163 // Back calculate integral term for the cases where we limited the in pid() 173 // larger integral term in pid() 176 pidinfoptr->integral = integralTerm; in pid() 181 coreContext.integralTerm = pidinfoptr->integral; in pid()
|
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/json-schema/ |
H A D | OpenBMCManager.v1_0_0.json | 114 "description": "Integral Coefficient for the PID.", 115 "longDescription": "Integral Coefficient for the PID.", 120 "description": "Integral limit maximum for the PID.", 121 "longDescription": "Integral limit maximum for the PID.", 126 "description": "Integral limit minimum for the PID.", 127 "longDescription": "Integral limit minimum for the PID.", 366 "description": "Integral Coefficient for the PID.", 367 "longDescription": "Integral Coefficient for the PID.", 372 "description": "Integral limit maximum for the PID.", 373 "longDescription": "Integral limit maximum for the PID.", [all …]
|
/openbmc/bmcweb/redfish-core/schema/oem/openbmc/csdl/ |
H A D | OpenBMCManager_v1.xml | 136 <Annotation Term="OData.Description" String="Integral Coefficient for the PID."/> 137 <Annotation Term="OData.LongDescription" String="Integral Coefficient for the PID."/> 141 <Annotation Term="OData.Description" String="Integral limit maximum for the PID."/> 142 <Annotation Term="OData.LongDescription" String="Integral limit maximum for the PID."/> 146 <Annotation Term="OData.Description" String="Integral limit minimum for the PID."/> 147 <Annotation Term="OData.LongDescription" String="Integral limit minimum for the PID."/> 238 <Annotation Term="OData.Description" String="Integral Coefficient for the PID."/> 239 <Annotation Term="OData.LongDescription" String="Integral Coefficient for the PID."/> 243 <Annotation Term="OData.Description" String="Integral limit maximum for the PID."/> 244 <Annotation Term="OData.LongDescription" String="Integral limit maximum for the PID."/> [all …]
|
/openbmc/linux/include/uapi/linux/ |
H A D | resource.h | 28 __kernel_long_t ru_ixrss; /* integral shared memory size */ 29 __kernel_long_t ru_idrss; /* integral unshared data size */ 30 __kernel_long_t ru_isrss; /* integral unshared stack size */
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/altera/ |
H A D | altera_tse.rst | 169 an integral number of bytes in length and do not pass the CRC test as the frame 174 integral number of bytes in length and do not pass the CRC test as the frame is 280 octets, and had either a bad CRC with an integral number of octets (CRC Error) 281 or a bad CRC with a non-integral number of octets (Alignment Error). 285 in length and had either a bad CRC with an integral number of octets (CRC 286 error) or a bad CRC with a non-integral number of octets (Alignment Error).
|
/openbmc/linux/drivers/iio/light/ |
H A D | max44009.c | 299 static int max44009_threshold_byte_from_fraction(int integral, int fractional) in max44009_threshold_byte_from_fraction() argument 303 if ((integral <= 0 && fractional <= 0) || in max44009_threshold_byte_from_fraction() 304 integral > MAX44009_MAXIMUM_THRESHOLD || in max44009_threshold_byte_from_fraction() 305 (integral == MAX44009_MAXIMUM_THRESHOLD && fractional != 0)) in max44009_threshold_byte_from_fraction() 308 /* Reverse scaling of fixed-point integral */ in max44009_threshold_byte_from_fraction() 309 mantissa = integral * MAX44009_SCALE_DENOMINATOR; in max44009_threshold_byte_from_fraction()
|
/openbmc/u-boot/api/ |
H A D | README | 22 - the U-Boot integral part of the API is meant to be thin and non-intrusive, 43 - core API, integral part of U-Boot, mandatory
|
/openbmc/linux/kernel/ |
H A D | tsacct.c | 149 * acct_update_integrals - update mm integral fields in task_struct 164 * acct_account_cputime - update mm integral after cputime update 173 * acct_clear_integrals - clear the mm integral fields in task_struct
|
/openbmc/phosphor-pid-control/pid/ |
H A D | util.cpp | 61 << " integral: " << info->integral << std::endl; in dumpPIDStruct()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-thermal | 130 The integral term of the power allocator governor's PID 160 above which the integral term of the power allocator 162 example, if integral_cutoff is 0, then the integral term only
|
/openbmc/phosphor-pid-control/examples/ |
H A D | README | 69 "integralCoeff": 0.0, /* The integral coefficient. (double) */ 72 "integralLimit_min": 0.0, /* The integral limit clamp, min, max (double) */
|
/openbmc/linux/tools/thermal/tmon/ |
H A D | pid.c | 29 * PID (Proportional-Integral-Derivative) controller is commonly used in 33 * ki = integral gain
|
H A D | tmon.8 | 32 - with a built-in Proportional Integral Derivative (\fBPID\fP) 74 \fBki \fP integral gain of \fBPID\fP controller
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | power_allocator.rst | 23 Proportional-Integral-Derivative controller (PID controller) with 165 `k_i` configures the PID loop's integral term constant. This term 170 integral term. This term is then multiplied by `k_i` and the result
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
H A D | 0005-adb-add-base64-implementation.patch | 147 + right) to form an integral number of 6-bit groups. Padding at the 150 + Since all base64 input is an integral number of octets, only the 154 + (1) the final quantum of encoding input is an integral 156 + output will be an integral multiple of 4 characters
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | long-double.c | 3 * With small integral numbers, we can cross-check with integers.
|
/openbmc/linux/drivers/macintosh/ |
H A D | windfarm_pid.c | 56 /* Calculate integral term */ in wf_pid_run() 114 /* Calculate integral term */ in wf_cpu_pid_run()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netcat/netcat-openbsd/ |
H A D | 0001-bundle-own-base64-encode-decode-functions.patch | 156 + right) to form an integral number of 6-bit groups. Padding at the 159 + Since all base64 input is an integral number of octets, only the 163 + (1) the final quantum of encoding input is an integral 165 + output will be an integral multiple of 4 characters
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __bulk.hpp | 80 template <sender _Sender, integral _Shape, __movable_value _Fun> 92 template <integral _Shape, class _Fun>
|
/openbmc/linux/net/sched/ |
H A D | Kconfig | 323 tristate "Proportional Integral controller Enhanced (PIE) scheduler" 325 Say Y here if you want to use the Proportional Integral controller 336 tristate "Flow Queue Proportional Integral controller Enhanced (FQ-PIE)" 338 Say Y here if you want to use the Flow Queue Proportional Integral 436 bool "Flow Queue Proportional Integral controller Enhanced" if NET_SCH_FQ_PIE
|
/openbmc/linux/Documentation/mm/ |
H A D | z3fold.rst | 18 stores an integral number of compressed pages per page, but it can store
|
/openbmc/qemu/trace/ |
H A D | event-internal.h | 29 * - true : Integral counting the number of vCPUs that have this event enabled.
|
/openbmc/phosphor-pid-control/ |
H A D | configure.md | 231 | `integralCoeff` | `double` | The integral coefficient. … 234 | `integralLimit_min` | `double` | The integral minimum clamp value. … 235 | `integralLimit_max` | `double` | The integral maximum clamp value. … 244 output in RPM: proportionalCoeff is your p value in units: RPM/C and integral
|
/openbmc/linux/drivers/iio/accel/ |
H A D | msa311.c | 230 int integral; member 469 msa311_odr_table[odr].integral, in msa311_set_odr() 508 freq_uhz = msa311_odr_table[odr].integral * MICROHZ_PER_HZ + in msa311_wait_for_next_data() 644 *val = msa311_fs_table[fs].integral; in msa311_read_scale() 667 *val = msa311_odr_table[odr].integral; in msa311_read_samp_freq() 734 /* Do not check msa311_fs_table[fs].integral, it's always 0 */ in msa311_write_scale() 773 if (val == msa311_odr_table[odr].integral && in msa311_write_samp_freq()
|