Searched refs:i2cAddr (Results 1 – 5 of 5) sorted by relevance
126 const auto [i2cBus, i2cAddr] = getPsuI2c(bus, psuInventoryPath); in getModelDbus()127 auto pmbus = getPmbusIntf(i2cBus, i2cAddr); in getModelDbus()
122 std::uint64_t i2cAddr) in getPmbusIntf() argument125 ss << std::hex << std::setw(4) << std::setfill('0') << i2cAddr; in getPmbusIntf()
59 std::uint64_t i2cAddr);
100 $self->{i2cAddr} = $_[5];113 return $self->{i2cAddr};165 $self->{i2cAddr} = $_[6];184 return $self->{i2cAddr};
1106 auto i2cAddr = additionalData.getValue("CALLOUT_IIC_ADDR"); in addDevicePathCallouts() local1127 else if (i2cBus && i2cAddr) in addDevicePathCallouts()1141 address = stoul(*i2cAddr, nullptr, 0); in addDevicePathCallouts()1147 *i2cAddr + " in AdditionalData property"; in addDevicePathCallouts()