Home
last modified time | relevance | path

Searched refs:readVPDValue (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp856 auto PowerSupply::readVPDValue(const std::string& vpdName, in readVPDValue() function in phosphor::power::psu::PowerSupply
945 fwVersion = readVPDValue(FW_VERSION, Type::Debug, in updateInventory()
951 modelName = readVPDValue(CCIN, Type::HwmonDeviceDebug, CC_KW_SIZE); in updateInventory()
952 pn = readVPDValue(PART_NUMBER, Type::Debug, PN_KW_SIZE); in updateInventory()
953 fn = readVPDValue(FRU_NUMBER, Type::Debug, FN_KW_SIZE); in updateInventory()
955 header = readVPDValue(SERIAL_HEADER, Type::Debug, HEADER_SIZE); in updateInventory()
956 sn = readVPDValue(SERIAL_NUMBER, Type::Debug, SERIAL_SIZE); in updateInventory()
958 fwVersion = readVPDValue(FW_VERSION, Type::HwmonDeviceDebug, in updateInventory()
H A Dpower_supply.hpp747 auto readVPDValue(const std::string& vpdName,
/openbmc/phosphor-power/tools/power-utils/
H A Dutils.hpp75 std::string readVPDValue(phosphor::pmbus::PMBusBase& pmbusIntf,
H A Dutils.cpp129 std::string readVPDValue(phosphor::pmbus::PMBusBase& pmbusIntf, in readVPDValue() function