Searched defs:i2cDevice (Results 1 – 7 of 7) sorted by relevance
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/ |
H A D | i2cvr_software_manager.cpp | 78 auto i2cDevice = std::make_unique<I2CDevice::I2CVRDevice>( in initDevice() local
|
/openbmc/dbus-sensors/src/hwmon-temp/ |
H A D | HwmonTempSensor.hpp | 60 std::shared_ptr<I2CDevice> i2cDevice; member in HwmonTempSensor
|
H A D | HwmonTempSensor.cpp | 60 const std::shared_ptr<I2CDevice>& i2cDevice) : in HwmonTempSensor()
|
/openbmc/smbios-mdr/include/ |
H A D | cpuinfo.hpp | 60 uint8_t i2cDevice; member
|
/openbmc/dbus-sensors/src/psu/ |
H A D | PSUSensor.hpp | 51 std::shared_ptr<I2CDevice> i2cDevice; member in PSUSensor
|
H A D | PSUSensor.cpp | 56 PSUSensor(const std::string & path,const std::string & objectType,sdbusplus::asio::object_server & objectServer,std::shared_ptr<sdbusplus::asio::connection> & conn,boost::asio::io_context & io,const std::string & sensorName,std::vector<thresholds::Threshold> && thresholdsIn,const std::string & sensorConfiguration,const PowerState & powerState,const std::string & sensorUnits,unsigned int factor,double max,double min,double offset,const std::string & label,size_t tSize,double pollRate,const std::shared_ptr<I2CDevice> & i2cDevice) PSUSensor() argument
|
/openbmc/smbios-mdr/src/ |
H A D | cpuinfo_main.cpp | 494 std::optional<uint8_t> i2cDevice; in getCpuAddress() local
|