Home
last modified time | relevance | path

Searched refs:deviceMap (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Did_map.hpp84 auto it = deviceMap.find(id); in getDevice()
85 if (it == deviceMap.end()) in getDevice()
135 std::map<std::string, Device*> deviceMap{}; member in phosphor::power::regulators::IDMap
H A Did_map.cpp29 if (deviceMap.count(id) != 0) in addDevice()
34 deviceMap[id] = &device; in addDevice()
/openbmc/phosphor-power/power-sequencer/
H A Ducd90160.cpp55 interface(std::get<ucd90160::pathField>(deviceMap.find(instance)->second), in UCD90160()
149 deviceMap.find(getInstance())->second); in checkVOUTFaults()
192 deviceMap.find(getInstance())->second); in checkPGOODFaults()
347 deviceMap.find(getInstance())->second); in doGPIOAnalysis()
H A Ducd90160.hpp308 static const ucd90160::DeviceMap deviceMap; member in phosphor::power::UCD90160
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Ducd90160.cpp55 interface(std::get<ucd90160::pathField>(deviceMap.find(instance)->second), in UCD90160()
149 deviceMap.find(getInstance())->second); in checkVOUTFaults()
192 deviceMap.find(getInstance())->second); in checkPGOODFaults()
347 deviceMap.find(getInstance())->second); in doGPIOAnalysis()
H A Ducd90160.hpp308 static const ucd90160::DeviceMap deviceMap; member in witherspoon::power::UCD90160
/openbmc/witherspoon-pfault-analysis/power-sequencer/templates/
H A Ducd90160_defs.mako.cpp13 const DeviceMap UCD90160::deviceMap
/openbmc/phosphor-power/power-sequencer/templates/
H A Ducd90160_defs.mako.cpp13 const DeviceMap UCD90160::deviceMap{
/openbmc/entity-manager/src/
H A Dfru_utils.cpp878 auto deviceMap = busMap.find(bus); in getFRUInfo() local
879 if (deviceMap == busMap.end()) in getFRUInfo()
883 auto device = deviceMap->second->find(address); in getFRUInfo()
884 if (device == deviceMap->second->end()) in getFRUInfo()