Home
last modified time | relevance | path

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

/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp338 std::unordered_map<std::string, std::vector<std::string>> ioMap; member in IoExpander
372 auto io = ioMap.find(ioName); in initialize()
373 if (io == ioMap.end()) in initialize()
460 outCtrlByteCount(outCtrlByteCountIn), ioMap(std::move(ioMapIn)), in IoExpander()
495 auto io = ioMap.find(ioName); in enableDisableOuput()
496 if (io == ioMap.end()) in enableDisableOuput()
2266 ioMap; in loadIoExpanderInfo() local
2309 ioMap.try_emplace(key, *outList); in loadIoExpanderInfo()
2325 if ((*outCtrlByteCount) != ioMap.size()) in loadIoExpanderInfo()
2337 *outCtrlByteCount, ioMap, *name, *type); in loadIoExpanderInfo()