Searched refs:vrType (Results 1 – 4 of 4) sorted by relevance
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/ |
| H A D | vr.cpp | 17 enum VRType vrType, uint16_t bus, in create() argument 20 switch (vrType) in create() 49 bool stringToEnum(std::string& vrStr, VRType& vrType) in stringToEnum() argument 65 vrType = VRTypeToString[vrStr]; in stringToEnum()
|
| H A D | vr.hpp | 61 enum VRType vrType, uint16_t bus, 64 bool stringToEnum(std::string& vrStr, VRType& vrType);
|
| H A D | i2cvr_device.hpp | 24 I2CVRDevice(sdbusplus::async::context& ctx, enum VRInf::VRType vrType, in I2CVRDevice() argument 31 vrInterface(VRInf::create(ctx, vrType, bus, address))
|
| H A D | i2cvr_software_manager.cpp | 67 VR::VRType vrType; in initDevice() local 68 if (!VR::stringToEnum(vrChipType.value(), vrType)) in initDevice() 81 ctx, vrType, static_cast<uint16_t>(busNum.value()), in initDevice()
|