Searched refs:oemModeList (Results 1 – 2 of 2) sorted by relevance
386 std::set<SysPwrMode> oemModeList = {SysPwrMode::SFP, SysPwrMode::FFO, member in open_power::occ::powermode::PowerMode
1435 oemModeList.clear(); in getSupportedModes()1439 oemModeList.insert(modeValue); in getSupportedModes()1455 if (customerModeList.contains(mode) || oemModeList.contains(mode)) in isValidMode()