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 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 Dcpuinfo_main.cpp494 std::optional<uint8_t> i2cDevice; in getCpuAddress() local