| /openbmc/phosphor-pid-control/pid/ |
| H A D | fancontroller.cpp | 126 double percent = value; in outputProc() local 147 percent = failsafePercent; in outputProc() 153 if (percent < failsafePercent) in outputProc() 155 percent = failsafePercent; in outputProc() 165 << " mode, output pwm: " << percent << "\n"; in outputProc() 176 << " mode, output pwm: " << percent << "\n"; in outputProc() 194 << percent << "\n"; in outputProc() 199 percent /= 100.0; in outputProc() 207 sensor->write(percent, redundantWrite, &rawWritten); in outputProc() 213 _owner->setOutputCache(sensor->getName(), {percent, unscaledWritten}); in outputProc() [all …]
|
| H A D | zone.hpp | 137 double percent); 235 // Zone fail safe Percent setting by configuration. 240 * <map key = sensor name, value = sensor fail reason and failsafe percent> 258 * <key = sensor name, value = sensor failsafe percent> 259 * sensor fail safe Percent setting by each pid controller configuration.
|
| /openbmc/u-boot/include/ |
| H A D | backlight.h | 30 * @percent: Brightness value (0 to 100, or BACKLIGHT_... value) 33 int (*set_brightness)(struct udevice *dev, int percent); 50 * @percent: Brightness value (0 to 100, or BACKLIGHT_... value) 53 int backlight_set_brightness(struct udevice *dev, int percent);
|
| H A D | panel.h | 23 * @percent: Brightness value (0 to 100, or BACKLIGHT_... value) 26 int (*set_backlight)(struct udevice *dev, int percent); 54 * @percent: Brightness value (0 to 100, or BACKLIGHT_... value) 57 int panel_set_backlight(struct udevice *dev, int percent);
|
| H A D | video_bridge.h | 51 * @percent: brightness percentage (0=off, 100=full brightness) 54 int (*set_backlight)(struct udevice *dev, int percent); 80 * @percent: brightness percentage (0=off, 100=full brightness) 83 int video_bridge_set_backlight(struct udevice *dev, int percent);
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | thermal.hpp | 13 Percent, enumerator 19 {ReadingUnits::Percent, "Percent"},
|
| H A D | control.hpp | 19 Percent, enumerator 61 {ControlType::Percent, "Percent"},
|
| H A D | sensor.hpp | 68 Percent, enumerator 152 {ReadingType::Percent, "Percent"},
|
| /openbmc/u-boot/drivers/video/ |
| H A D | panel-uclass.c | 25 * @percent: Brightness value (0=off, 1=min brightness, 29 int panel_set_backlight(struct udevice *dev, int percent) in panel_set_backlight() argument 36 return ops->set_backlight(dev, percent); in panel_set_backlight()
|
| H A D | pwm_backlight.c | 118 static int pwm_backlight_set_brightness(struct udevice *dev, int percent) in pwm_backlight_set_brightness() argument 130 if (percent == BACKLIGHT_OFF) { in pwm_backlight_set_brightness() 132 percent = 0; in pwm_backlight_set_brightness() 134 if (percent == BACKLIGHT_DEFAULT) { in pwm_backlight_set_brightness() 138 level = priv->levels[percent * (priv->num_levels - 1) in pwm_backlight_set_brightness() 143 percent / 100; in pwm_backlight_set_brightness()
|
| H A D | backlight-uclass.c | 21 int backlight_set_brightness(struct udevice *dev, int percent) in backlight_set_brightness() argument 28 return ops->set_brightness(dev, percent); in backlight_set_brightness()
|
| /openbmc/openbmc/meta-arm/ci/ |
| H A D | check-machine-coverage | 27 percent = int(covered / total * 100) variable 28 print(f"Coverage: {percent}%")
|
| H A D | patchreview | 184 def percent(num): function 200 percent(summary.sob_missing), 201 percent(summary.sob_malformed), 202 percent(summary.cve_missing), 203 percent(summary.status_missing), 204 percent(summary.status_malformed), 205 percent(summary.status_pending)))
|
| /openbmc/qemu/dump/ |
| H A D | dump-hmp-cmds.c | 94 float percent = 0; in hmp_info_dump() local 96 percent = 100.0 * result->completed / result->total; in hmp_info_dump() 97 monitor_printf(mon, "Finished: %.2f %%\n", percent); in hmp_info_dump()
|
| /openbmc/qemu/util/ |
| H A D | qemu-progress.c | 41 * @percent relative percent of current operation 42 * @max percent of total operation 114 * percent progress since the last report.
|
| /openbmc/bmcweb/redfish-core/include/registries/ |
| H A D | environmental_message_registry.hpp | 396 …"Fluid level '%1' reading of %2 percent is now above the %3 lower critical threshold but remains o… 410 …"Fluid level '%1' reading of %2 percent is now above the %3 lower fatal threshold but remains outs… 424 "Fluid level '%1' reading of %2 percent is above the %3 upper caution threshold.", 438 "Fluid level '%1' reading of %2 percent is above the %3 upper critical threshold.", 452 "Fluid level '%1' reading of %2 percent is above the %3 upper fatal threshold.", 466 "Fluid level '%1' reading of %2 percent is below the %3 lower caution threshold.", 480 "Fluid level '%1' reading of %2 percent is below the %3 lower critical threshold.", 494 "Fluid level '%1' reading of %2 percent is below the %3 lower fatal threshold.", 508 …"Fluid level '%1' reading of %2 percent is now below the %3 upper critical threshold but remains o… 522 …"Fluid level '%1' reading of %2 percent is now below the %3 upper fatal threshold but remains outs… [all …]
|
| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | patchreview.py | 177 def percent(num): function 193 percent(missing_sob), 194 percent(malformed_sob), 195 percent(missing_cve), 196 percent(missing_status), 197 percent(malformed_status), 198 percent(pending_patches)))
|
| /openbmc/phosphor-bmc-code-mgmt/cpld/ |
| H A D | cpld.cpp | 18 false, image, image_size, [this](int percent) -> bool { in updateDevice() argument 19 return this->setUpdateProgress(percent); in updateDevice()
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
| H A D | Value.interface.yaml | 55 "Percent" For objects in the voltage namespace, Unit must be "Volts", 58 in the valve namespace, Unit must be "Percent". 86 - name: Percent
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
| H A D | EnvironmentMetrics.v1_5_0.json | 171 "description": "Fan speeds (percent).", 176 …percent units, for this resource. The value of the `DataSourceUri` property, if present, shall re… 191 "description": "Humidity (percent).", 193 …"longDescription": "This property shall contain the humidity, in percent units, for this resource.… 232 "description": "The power load (percent) for this device.", 234 …percent units, for this device that represents the `Total` `ElectricalContext` for this device. T…
|
| H A D | PowerDistributionMetrics.v1_4_0.json | 155 "description": "Humidity (percent).", 157 …"longDescription": "This property shall contain the humidity, in percent units, for this resource.… 182 "description": "The power load (percent) for this equipment.", 184 …percent units, for this device that represents the `Total` `ElectricalContext` for this device. T…
|
| H A D | PowerSupplyMetrics.v1_1_2.json | 128 "description": "The fan speed (percent) for this power supply.", 130 …percent units, for this resource. The value of the `DataSourceUri` property, if present, shall re… 134 "description": "Fan speeds (percent).", 139 …percent units, for this resource. The value of the `DataSourceUri` property, if present, shall re…
|
| H A D | Fan.v1_6_0.json | 229 … "description": "The fan speed (percent) of the second rotor in a multi-rotor fan.", 231 …percent units, for the secondary rotor of this resource. Services should calculate the value of `… 261 "description": "The fan speed (percent).", 263 …percent units, for this resource. Services should calculate the value of `Reading` by dividing `S…
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
| H A D | EnvironmentMetrics.v1_5_0.json | 171 "description": "Fan speeds (percent).", 176 …percent units, for this resource. The value of the `DataSourceUri` property, if present, shall re… 191 "description": "Humidity (percent).", 193 …"longDescription": "This property shall contain the humidity, in percent units, for this resource.… 232 "description": "The power load (percent) for this device.", 234 …percent units, for this device that represents the `Total` `ElectricalContext` for this device. T…
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | teamcity.py | 82 def progress(self, message, percent, extra=None): argument 84 percent = "{0: >3.0f}".format(percent) 89 and self._last_progress_state[1] != percent 93 self._last_progress_state = (message, percent, now) 95 if report or percent in [0, 100]: 96 …mit_simple_service_message("progressMessage", "{0}: {1}%{2}".format(message, percent, extra or ""))
|