Searched refs:deviceMap (Results 1 – 9 of 9) sorted by relevance
84 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
29 if (deviceMap.count(id) != 0) in addDevice()34 deviceMap[id] = &device; in addDevice()
55 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()
308 static const ucd90160::DeviceMap deviceMap; member in phosphor::power::UCD90160
308 static const ucd90160::DeviceMap deviceMap; member in witherspoon::power::UCD90160
13 const DeviceMap UCD90160::deviceMap
13 const DeviceMap UCD90160::deviceMap{
878 auto deviceMap = busMap.find(bus); in getFRUInfo() local879 if (deviceMap == busMap.end()) in getFRUInfo()883 auto device = deviceMap->second->find(address); in getFRUInfo()884 if (device == deviceMap->second->end()) in getFRUInfo()