Searched refs:addrStr (Results 1 – 4 of 4) sorted by relevance
394 std::string addrStr = deviceName.substr(findHyphen + 1); in getDeviceBusAddr() local403 res = std::from_chars(&*addrStr.begin(), &*addrStr.end(), addr, 16); in getDeviceBusAddr()404 if (res.ec != std::errc{} || res.ptr != &*addrStr.end()) in getDeviceBusAddr()
211 std::string addrStr = ss.str(); in getDevicePath() local213 std::string devPath = DevicePath + busStr + "-" + addrStr; in getDevicePath()
69 std::string addrStr = ss.str(); in logI2CError() local76 additionalData.emplace("CALLOUT_IIC_ADDR", addrStr); in logI2CError()
53 std::string addrStr = ss.str(); in PowerSupply() local57 bindDevice.append(addrStr); in PowerSupply()59 pmbusIntf = phosphor::pmbus::createPMBus(i2cbus, addrStr); in PowerSupply()