Searched refs:vrInterface (Results 1 – 3 of 3) sorted by relevance
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/ |
| H A D | i2cvr_device.cpp | 16 if (!(co_await vrInterface->verifyImage(image, imageSize))) in updateDevice() 25 if (!(co_await vrInterface->updateFirmware(false))) in updateDevice() 41 if (!(co_await this->vrInterface->getCRC(sum))) in getVersion()
|
| H A D | i2cvr_device.hpp | 31 vrInterface(VRInf::create(ctx, vrType, bus, address)) 34 std::unique_ptr<VRInf::VoltageRegulator> vrInterface; member in phosphor::software::i2c_vr::device::I2CVRDevice
|
| /openbmc/phosphor-host-ipmid/dbus-sdr/ |
| H A D | sensorcommands.cpp | 257 static constexpr const char* vrInterface = variable 571 auto ec = getDbusProperty(ctx, connection, path, sensor::vrInterface, in getVrEventStatus() 860 if (std::find(interfaces.begin(), interfaces.end(), sensor::vrInterface) != in ipmiSetSensorReading() 868 auto sensorObject = sensorMap.find(sensor::vrInterface); in ipmiSetSensorReading() 884 ctx, connection, path, sensor::vrInterface, "Selected", *vrMode); in ipmiSetSensorReading() 1684 auto vrInterface = sensorMap.find(sensor::vrInterface); in ipmiSenGetSensorEventStatus() local 1685 if (vrInterface != sensorMap.end()) in ipmiSenGetSensorEventStatus() 1688 vrInterface->second, assertions)) in ipmiSenGetSensorEventStatus() 2272 if (std::find(interfaces.begin(), interfaces.end(), sensor::vrInterface) != in getSensorDataRecord()
|