Lines Matching +full:panel +full:- +full:specific
2 * Copyright (c) 2018-present Facebook. All Rights Reserved.
8 * http://www.apache.org/licenses/LICENSE-2.0
13 * See the License for the specific language governing permissions and
26 #include <phosphor-logging/lg2.hpp>
27 #include <phosphor-logging/log.hpp>
42 "/usr/share/lcd-debug/post_desc.json";
44 "/usr/share/lcd-debug/gpio_desc.json";
46 "/usr/share/lcd-debug/cri_sensors.json";
102 auto parse(const std::string& input, size_t indent) -> std::string;
110 enum class panel : uint8_t enum
120 panel parent;
123 panel (*select)(size_t item);
126 static panel panel_main(size_t item);
127 static panel panel_boot_order(size_t item);
128 static panel panel_power_policy(size_t item);
131 {/* dummy entry for making other to 1-based */},
133 .parent = panel::MAIN,
144 .parent = panel::MAIN,
153 .parent = panel::MAIN,