Searched full:voltageregulator (Results 1 – 14 of 14) sorted by relevance
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/ |
| H A D | vr.hpp | 22 class VoltageRegulator class 25 explicit VoltageRegulator(sdbusplus::async::context& ctx) : ctx(ctx) {} in VoltageRegulator() function in phosphor::software::VR::VoltageRegulator 26 virtual ~VoltageRegulator() = default; 28 VoltageRegulator(VoltageRegulator& vr) = delete; 29 VoltageRegulator& operator=(VoltageRegulator other) = delete; 30 VoltageRegulator(VoltageRegulator&& other) = delete; 31 VoltageRegulator& operator=(VoltageRegulator&& other) = delete; 56 std::unique_ptr<VoltageRegulator> create(sdbusplus::async::context& ctx,
|
| H A D | i2cvr_device.hpp | 34 std::unique_ptr<VRInf::VoltageRegulator> vrInterface;
|
| H A D | vr.cpp | 14 std::unique_ptr<VoltageRegulator> create(sdbusplus::async::context& ctx, in create()
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
| H A D | Power.events.yaml | 22 - name: VoltageRegulator 33 '{VoltageRegulator}' 49 - name: VoltageRegulator 56 A fault has cleared on voltage regulator '{VoltageRegulator}'.
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | physical_context.hpp | 32 VoltageRegulator, enumerator 106 {PhysicalContext::VoltageRegulator, "VoltageRegulator"},
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
| H A D | PhysicalContext.json | 48 "VoltageRegulator", 137 "VoltageRegulator": "A voltage regulator device." string
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
| H A D | PhysicalContext.json | 48 "VoltageRegulator", 137 "VoltageRegulator": "A voltage regulator device." string
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/xdpe1x2xx/ |
| H A D | xdpe1x2xx.hpp | 13 class XDPE1X2XX : public VoltageRegulator
|
| H A D | xdpe1x2xx.cpp | 70 VoltageRegulator(ctx), i2cInterface(phosphor::i2c::I2C(bus, address)) in XDPE1X2XX()
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/isl69269/ |
| H A D | isl69269.hpp | 13 class ISL69269 : public VoltageRegulator
|
| H A D | isl69269.cpp | 67 VoltageRegulator(ctx), i2cInterface(phosphor::i2c::I2C(bus, address)), in ISL69269()
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/ |
| H A D | mps.hpp | 254 class MPSVoltageRegulator : public VoltageRegulator 259 VoltageRegulator(ctx), i2cInterface(phosphor::i2c::I2C(bus, address)) in MPSVoltageRegulator()
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
| H A D | PhysicalContext_v1.xml | 153 <Member Name="VoltageRegulator">
|
| /openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
| H A D | PhysicalContext_v1.xml | 153 <Member Name="VoltageRegulator">
|