Searched refs:readVPDValue (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 856 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 D | power_supply.hpp | 747 auto readVPDValue(const std::string& vpdName,
|
/openbmc/phosphor-power/tools/power-utils/ |
H A D | utils.hpp | 75 std::string readVPDValue(phosphor::pmbus::PMBusBase& pmbusIntf,
|
H A D | utils.cpp | 129 std::string readVPDValue(phosphor::pmbus::PMBusBase& pmbusIntf, in readVPDValue() function
|