Searched refs:ioMap (Results 1 – 1 of 1) sorted by relevance
338 std::unordered_map<std::string, std::vector<std::string>> ioMap; member in IoExpander372 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() local2309 ioMap.try_emplace(key, *outList); in loadIoExpanderInfo()2325 if ((*outCtrlByteCount) != ioMap.size()) in loadIoExpanderInfo()2337 *outCtrlByteCount, ioMap, *name, *type); in loadIoExpanderInfo()