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