Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DIpmbSensor.cpp69 uint8_t hostSMbusIndex, const float pollRate, std::string& sensorTypeName) : in IpmbSensor() argument
73 deviceAddress(deviceAddress), hostSMbusIndex(hostSMbusIndex), in IpmbSensor()
182 commandData = {0x57, 0x01, 0x00, 0x16, hostSMbusIndex, in loadDefaults()
186 initData = {0x57, 0x01, 0x00, 0x14, hostSMbusIndex, in loadDefaults()
197 commandData = {0x57, 0x01, 0x00, 0x16, hostSMbusIndex, in loadDefaults()
242 commandData = {0x57, 0x01, 0x00, 0x16, hostSMbusIndex, in loadDefaults()
246 initData = {0x57, 0x01, 0x00, 0x14, hostSMbusIndex, in loadDefaults()
632 uint8_t hostSMbusIndex = hostSMbusIndexDefault; in createSensors() local
636 hostSMbusIndex = std::visit( in createSensors()
666 hostSMbusIndex, pollRate, sensorTypeName); in createSensors()
H A DIpmbSensor.hpp97 uint8_t deviceAddress, uint8_t hostSMbusIndex, float pollRate,
123 uint8_t hostSMbusIndex = 0; member