Home
last modified time | relevance | path

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

/openbmc/s2600wf-misc/hsbp-manager/src/
H A Dhsbp_manager.cpp91 std::vector<std::string> ioExpanderTypes; member
99 ioExpanderTypes.clear(); in clearConfig()
2344 0, hsbpConfig.ioExpanderTypes); in loadIoExpanderInfo()
2557 std::optional<std::vector<std::string>> ioExpanderTypes; in loadHsbpConfig() local
2579 ioExpanderTypes = in loadHsbpConfig()
2608 if (ioExpanderTypes) in loadHsbpConfig()
2610 for (auto& ioCntrType : *ioExpanderTypes) in loadHsbpConfig()
2612 hsbpConfig.ioExpanderTypes.emplace_back( in loadHsbpConfig()
2687 if (ioExpanderTypes) in loadHsbpConfig()