Home
last modified time | relevance | path

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

/openbmc/phosphor-buttons/src/
H A Dserial_uart_mux.cpp10 static ButtonIFRegister<SerialUartMux> buttonRegister;
17 void SerialUartMux::init() in init()
28 std::bind(std::mem_fn(&SerialUartMux::hostSelectorPositionChanged), in init()
41 bool SerialUartMux::isOCPDebugCardPresent() in isOCPDebugCardPresent()
48 void SerialUartMux::configSerialConsoleMux(size_t position) in configSerialConsoleMux()
81 void SerialUartMux::hostSelectorPositionChanged(sdbusplus::message_t& msg) in hostSelectorPositionChanged()
/openbmc/phosphor-buttons/inc/
H A Dserial_uart_mux.hpp20 class SerialUartMux final : public ButtonIface class
23 SerialUartMux(sdbusplus::bus_t& bus, [[maybe_unused]] const char* path, in SerialUartMux() function in SerialUartMux
55 ~SerialUartMux() in ~SerialUartMux()
/openbmc/phosphor-buttons/
H A Dmeson_config.hpp.in17 "/xyz/openbmc_project/Chassis/Buttons/SerialUartMux";