Home
last modified time | relevance | path

Searched refs:vrType (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Dvr.cpp17 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 Dvr.hpp61 enum VRType vrType, uint16_t bus,
64 bool stringToEnum(std::string& vrStr, VRType& vrType);
H A Di2cvr_device.hpp24 I2CVRDevice(sdbusplus::async::context& ctx, enum VRInf::VRType vrType, in I2CVRDevice() argument
31 vrInterface(VRInf::create(ctx, vrType, bus, address))
H A Di2cvr_software_manager.cpp67 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()