Home
last modified time | relevance | path

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

/openbmc/phosphor-buttons/inc/
H A Dgpio.hpp76 GpioState getGpioState(int fd, GpioPolarity polarity);
/openbmc/phosphor-buttons/src/
H A Dserial_uart_mux.cpp43 auto gpioState = getGpioState(debugCardPresentGpio.fd, in isOCPDebugCardPresent()
H A Dgpio.cpp58 GpioState getGpioState(int fd, GpioPolarity polarity) in getGpioState() function