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