Home
last modified time | relevance | path

Searched full:percent (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/openbmc/phosphor-pid-control/pid/
H A Dfancontroller.cpp126 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 Dzone.hpp137 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 Dbacklight.h30 * @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 Dpanel.h23 * @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 Dvideo_bridge.h51 * @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 Dthermal.hpp13 Percent, enumerator
19 {ReadingUnits::Percent, "Percent"},
H A Dcontrol.hpp19 Percent, enumerator
61 {ControlType::Percent, "Percent"},
H A Dsensor.hpp68 Percent, enumerator
152 {ReadingType::Percent, "Percent"},
/openbmc/u-boot/drivers/video/
H A Dpanel-uclass.c25 * @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 Dpwm_backlight.c118 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 Dbacklight-uclass.c21 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 Dcheck-machine-coverage27 percent = int(covered / total * 100) variable
28 print(f"Coverage: {percent}%")
H A Dpatchreview184 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 Ddump-hmp-cmds.c94 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 Dqemu-progress.c41 * @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 Denvironmental_message_registry.hpp396 …"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 Dpatchreview.py177 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 Dcpld.cpp18 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 DValue.interface.yaml55 "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 DEnvironmentMetrics.v1_5_0.json171 "description": "Fan speeds (percent).",
176percent 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.",
234percent units, for this device that represents the `Total` `ElectricalContext` for this device. T…
H A DPowerDistributionMetrics.v1_4_0.json155 "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.",
184percent units, for this device that represents the `Total` `ElectricalContext` for this device. T…
H A DPowerSupplyMetrics.v1_1_2.json128 "description": "The fan speed (percent) for this power supply.",
130percent units, for this resource. The value of the `DataSourceUri` property, if present, shall re…
134 "description": "Fan speeds (percent).",
139percent units, for this resource. The value of the `DataSourceUri` property, if present, shall re…
H A DFan.v1_6_0.json229 … "description": "The fan speed (percent) of the second rotor in a multi-rotor fan.",
231percent units, for the secondary rotor of this resource. Services should calculate the value of `…
261 "description": "The fan speed (percent).",
263percent 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 DEnvironmentMetrics.v1_5_0.json171 "description": "Fan speeds (percent).",
176percent 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.",
234percent units, for this device that represents the `Total` `ElectricalContext` for this device. T…
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dteamcity.py82 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 ""))

12345678910>>...17