Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dusb-dbg.hpp118 struct ctrl_panel struct
130 static ctrl_panel panels[] = {
/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp95 static int panelNum = (sizeof(panels) / sizeof(struct ctrl_panel)) - 1;
902 ctrl_panel& bootOrderPanel = panels[std::to_underlying(panel::BOOT_ORDER)]; in panel_boot_order()