Home
last modified time | relevance | path

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

/openbmc/phosphor-power/
H A Dutility.hpp210 phosphor::pmbus::Type getPMBusAccessType(const nlohmann::json& json);
H A Dutility.cpp157 phosphor::pmbus::Type getPMBusAccessType(const json& json) in getPMBusAccessType() function
/openbmc/phosphor-power/tools/power-utils/
H A Dversion.cpp71 auto type = phosphor::power::util::getPMBusAccessType(data); in getVersionInfo()
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp111 inventoryPMBusAccessType = getPMBusAccessType(fruJson); in getAccessType()