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.hpp53 gpioLineCount = buttonCfg.gpios.size() - 1; in SerialUartMux()
77 size_t gpioLineCount; member in SerialUartMux
H A DhostSelector_switch.hpp42 gpioLineCount = buttonCfg.gpios.size(); in HostSelector()
72 size_t gpioLineCount; member in HostSelector
/openbmc/phosphor-buttons/src/
H A DhostSelector_switch.cpp31 for (size_t index = 0; index < gpioLineCount; index++) in getGpioIndex()
69 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()