| /openbmc/phosphor-fan-presence/control/json/actions/ |
| H A D | net_target_decrease.hpp | 32 * @class NetTargetDecrease - Action to determine the net target decrease to 35 * Calculates the net target decrease to be requested based on the value of each 36 * property given within a group. The net target decrease is the minimum delta 37 * determined from all of the properties of the group. This net target decrease 38 * is the decrease change that's requested to the current target of a zone. 56 * @brief Determine/Set the net target decrease 66 * Determines the net target decrease delta to be requested based on the 68 * decrease on the zone. The property values of the group is compared to 69 * the configured state value to determine if an decrease delta should be 74 * target decrease for each group member. After all members of the group of [all …]
|
| H A D | net_target_decrease.cpp | 68 // No decrease allowed for this group in run() 74 // Decrease factor is the difference in configured state in run() 89 // Multiply the decrease factor by the configured delta in run() 90 // to get the net decrease delta for the given group in run() 91 // member. The lowest net decrease delta of the entire in run() 92 // group is the decrease requested. in run() 107 // provided, request a decrease of the configured delta in run() 136 // Update group's decrease allowed state in run() 139 // Request target decrease to occur on decrease interval in run()
|
| /openbmc/phosphor-fan-presence/control/json/ |
| H A D | zone.hpp | 50 * decrease interval, and any profiles(OPTIONAL) the zone should be included in. 109 * are allowed to decrease to. The zone's floor defaults to this 138 * @brief Get the decrease interval 143 * decrease. 145 * @return Decrease interval(in seconds) 173 * @brief Get the target decrease delta 175 * @return - The current target decrease delta 299 * @brief Sets the decrease allowed state of a group 324 * @brief Calculate the lowest requested decrease target from the given 325 * delta within a decrease interval. [all …]
|
| H A D | zone.cpp | 93 // Decrease interval is optional, defaults to 0 94 // A decrease interval of 0sec disables the decrease timer 130 // A decrease interval of 0sec disables the decrease timer in enable() 369 // Only decrease the lowest target delta requested in requestDecrease() 378 // Check all entries are set to allow a decrease in decTimerExpired() 382 // Only decrease targets when allowed, a requested decrease target delta in decTimerExpired() 405 // Clear decrease delta when timer expires in decTimerExpired() 407 // Decrease timer is restarted since its repeating in decTimerExpired()
|
| /openbmc/phosphor-fan-presence/control/ |
| H A D | actions.hpp | 62 * or subtracted, for increases or decrease respectively, from a base speed. 344 * @brief An action to set the speed decrease delta and request speed change 345 * @details Provides the ability to determine what the net decrease delta each 347 * request that speed change occur on the next decrease interval. 354 * A lambda function that determines the net decrease delta and requests 355 * a new target speed with that decrease for the zone. 380 // Decrease is the factor applied to the in set_net_decrease_speed() 390 // No decrease allowed for this group in set_net_decrease_speed() 400 // Update group's decrease allowed state in set_net_decrease_speed() 402 // Request speed decrease to occur on decrease interval in set_net_decrease_speed()
|
| H A D | zone.cpp | 254 // Only decrease the lowest target delta requested in requestSpeedDecrease() 263 // Check all entries are set to allow a decrease in decTimerExpired() 267 // Only decrease speeds when allowed, in decTimerExpired() 268 // a requested decrease speed delta exists, in decTimerExpired() 293 // Clear decrease delta when timer expires in decTimerExpired() 295 // Decrease timer is restarted since its repeating in decTimerExpired()
|
| H A D | zone.hpp | 129 * @brief Sets the decrease allowed state of a group 407 * @brief Get the decrease speed delta 409 * @return - The current decrease speed delta 459 * @brief Callback function for the decrease timer that processes any 728 * Speed decrease delta 743 * Speed decrease interval in seconds 753 * The decrease timer object
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-google/acpi-power-state/acpi-power-state-daemon/ |
| H A D | gbs-host-s5-set-failsafe.service | 2 Description=Decrease GBS fan failsafe speed on host shutdown
|
| /openbmc/phosphor-fan-presence/docs/control/ |
| H A D | events.md | 240 value explicitly, or by requesting an increase or decrease delta. Targets and 331 Calculates the net target decrease to be requested based on the value of each 332 property given within a group. The net target decrease is based on the minimum 334 final result is the decrease change that's requested to the current target of a 363 - Requests a decrease of the smallest calculated delta value, if there is one. 389 - Requests a decrease of the smallest calculated delta value, if there is one.
|
| H A D | zones.md | 56 NetTargetDecrease requests a decrease. All increases and decreases requested
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | virtio_ring.h | 137 * alignments assumptions. Thus, we might need to decrease the compiler-selected 144 * increase the alignment; in order to decrease it, the packed attribute must 146 * can both increase and decrease alignment, and specifying the packed
|
| /openbmc/qemu/include/block/ |
| H A D | export.h | 71 * export a second time (which would decrease the refcount without having
|
| /openbmc/qemu/scripts/qapi/ |
| H A D | common.py | 152 def decrease(self, amount: int = 4) -> None: member in Indentation 153 """Decrease the indentation level by ``amount``, default 4."""
|
| /openbmc/qemu/docs/tools/ |
| H A D | qemu-vmsr-helper.rst | 53 decrease verbosity
|
| H A D | qemu-pr-helper.rst | 55 decrease verbosity
|
| /openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-events-config/ |
| H A D | events.yaml | 218 Set the speed decrease delta based on a factor applied to 219 the delta decrease size times the given value and property's
|
| /openbmc/u-boot/arch/x86/cpu/quark/ |
| H A D | mrc_util.h | 56 /* indicates to decrease delays when looking for edge */
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | socfpga_arria5_socdk.dts | 92 * adjust the falling times to decrease the i2c frequency to 50Khz
|
| H A D | socfpga_cyclone5_socdk.dts | 96 * adjust the falling times to decrease the i2c frequency to 50Khz
|
| H A D | socfpga_arria10_socdk.dtsi | 132 * adjust the falling times to decrease the i2c frequency to 50Khz
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/ |
| H A D | glibc-locale.inc | 14 # to decrease initial boot time and avoid localedef being killed by the OOM
|
| /openbmc/phosphor-pid-control/pid/ec/ |
| H A D | pid.cpp | 125 // Don't decrease too fast in pid()
|
| /openbmc/phosphor-fan-presence/control/example/ |
| H A D | events.yaml | 224 # Set the speed decrease delta based on the delta decrease
|
| /openbmc/qemu/include/crypto/ |
| H A D | afsplit.h | 116 * @stripes: the number of times to decrease @in in size
|
| /openbmc/openbmc/meta-arm/ |
| H A D | README.md | 58 > arm-bsp/trusted-firmware-a: decrease frobbing level
|