Home
last modified time | relevance | path

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

/openbmc/phosphor-power/tools/power-utils/
H A Dutils.hpp75 std::string readVPDValue(phosphor::pmbus::PMBusBase& pmbusIntf,
H A Dutils.cpp125 std::string readVPDValue(phosphor::pmbus::PMBusBase& pmbusIntf, in readVPDValue() function
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp864 auto PowerSupply::readVPDValue(const std::string& vpdName, in readVPDValue() function in phosphor::power::psu::PowerSupply
952 fwVersion = readVPDValue(FW_VERSION, Type::Debug, in updateInventory()
958 modelName = readVPDValue(CCIN, Type::HwmonDeviceDebug, CC_KW_SIZE); in updateInventory()
959 pn = readVPDValue(PART_NUMBER, Type::Debug, PN_KW_SIZE); in updateInventory()
960 fn = readVPDValue(FRU_NUMBER, Type::Debug, FN_KW_SIZE); in updateInventory()
962 header = readVPDValue(SERIAL_HEADER, Type::Debug, HEADER_SIZE); in updateInventory()
963 sn = readVPDValue(SERIAL_NUMBER, Type::Debug, SERIAL_SIZE); in updateInventory()
965 fwVersion = readVPDValue(FW_VERSION, Type::HwmonDeviceDebug, in updateInventory()
H A Dnew_power_supply.cpp879 auto PowerSupply::readVPDValue(const std::string& vpdName, in readVPDValue() function in phosphor::power::psu::PowerSupply
967 fwVersion = readVPDValue(FW_VERSION, Type::Debug, in updateInventory()
973 modelName = readVPDValue(CCIN, Type::HwmonDeviceDebug, CC_KW_SIZE); in updateInventory()
974 pn = readVPDValue(PART_NUMBER, Type::Debug, PN_KW_SIZE); in updateInventory()
975 fn = readVPDValue(FRU_NUMBER, Type::Debug, FN_KW_SIZE); in updateInventory()
977 header = readVPDValue(SERIAL_HEADER, Type::Debug, HEADER_SIZE); in updateInventory()
978 sn = readVPDValue(SERIAL_NUMBER, Type::Debug, SERIAL_SIZE); in updateInventory()
980 fwVersion = readVPDValue(FW_VERSION, Type::HwmonDeviceDebug, in updateInventory()
H A Dpower_supply.hpp747 auto readVPDValue(const std::string& vpdName,
H A Dnew_power_supply.hpp763 auto readVPDValue(const std::string& vpdName,