Home
last modified time | relevance | path

Searched refs:gpioLineCount (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-buttons/inc/
H A Dserial_uart_mux.hpp52 gpioLineCount = buttonCfg.gpios.size() - 1; in SerialUartMux()
76 size_t gpioLineCount; member in SerialUartMux
H A DhostSelector_switch.hpp50 gpioLineCount = buttonCfg.gpios.size(); in HostSelector()
84 size_t gpioLineCount; member in HostSelector
/openbmc/phosphor-buttons/src/
H A DhostSelector_switch.cpp33 for (size_t index = 0; index < gpioLineCount; index++) in getGpioIndex()
71 for (size_t index = 0; index < gpioLineCount; index++) in setInitialHostSelectorValue()
H A Dserial_uart_mux.cpp61 for (size_t uartMuxSel = 0; uartMuxSel < gpioLineCount; uartMuxSel++) in configSerialConsoleMux()