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()
22 case VRType::XDPE1X2XX: in create()
24 case VRType::ISL69269: in create()
26 case VRType::MP2X6XX: in create()
28 case VRType::MP292X: in create()
30 case VRType::MP297X: in create()
32 case VRType::MP5998: in create()
34 case VRType::MP994X: in create()
36 case VRType::RAA22XGen2: in create()
39 case VRType::RAA22XGen3p5: in create()
[all …]
H A Dvr.hpp12 enum class VRType enum
61 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()
H A Di2cvr_software_manager.cpp67 VR::VRType vrType; in initDevice()