Home
last modified time | relevance | path

Searched refs:hostSMbusIndex (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSensor.cpp72 uint8_t hostSMbusIndex, const float pollRate, std::string& sensorTypeName) : in IpmbSensor()
76 deviceAddress(deviceAddress), hostSMbusIndex(hostSMbusIndex), in IpmbSensor()
185 commandData = {0x57, 0x01, 0x00, 0x16, hostSMbusIndex, in loadDefaults()
189 initData = {0x57, 0x01, 0x00, 0x14, hostSMbusIndex, in loadDefaults()
200 commandData = {0x57, 0x01, 0x00, 0x16, hostSMbusIndex, in loadDefaults()
245 commandData = {0x57, 0x01, 0x00, 0x16, hostSMbusIndex, in loadDefaults()
249 initData = {0x57, 0x01, 0x00, 0x14, hostSMbusIndex, in loadDefaults()
636 uint8_t hostSMbusIndex = hostSMbusIndexDefault; in createSensors()
640 hostSMbusIndex in createSensors()
69 IpmbSensor(std::shared_ptr<sdbusplus::asio::connection> & conn,boost::asio::io_context & io,const std::string & sensorName,const std::string & sensorConfiguration,sdbusplus::asio::object_server & objectServer,std::vector<thresholds::Threshold> && thresholdData,uint8_t deviceAddress,uint8_t hostSMbusIndex,const float pollRate,std::string & sensorTypeName) IpmbSensor() argument
632 uint8_t hostSMbusIndex = hostSMbusIndexDefault; createSensors() local
[all...]
H A DIpmbSensor.hpp105 uint8_t deviceAddress, uint8_t hostSMbusIndex, float pollRate,
131 uint8_t hostSMbusIndex = 0; member