Home
last modified time | relevance | path

Searched defs:i2cDevice (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/
H A Di2cvr_software_manager.cpp78 auto i2cDevice = std::make_unique<I2CDevice::I2CVRDevice>( in initDevice() local
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempSensor.hpp60 std::shared_ptr<I2CDevice> i2cDevice; member in HwmonTempSensor
H A DHwmonTempSensor.cpp60 const std::shared_ptr<I2CDevice>& i2cDevice) : in HwmonTempSensor()
/openbmc/smbios-mdr/include/
H A Dcpuinfo.hpp60 uint8_t i2cDevice; member
/openbmc/dbus-sensors/src/psu/
H A DPSUSensor.hpp51 std::shared_ptr<I2CDevice> i2cDevice; member in PSUSensor
H A DPSUSensor.cpp56 const std::shared_ptr<I2CDevice>& i2cDevice) : in PSUSensor()
/openbmc/smbios-mdr/src/
H A Dcpuinfo_main.cpp494 std::optional<uint8_t> i2cDevice; in getCpuAddress() local