Home
last modified time | relevance | path

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

/openbmc/phosphor-buttons/inc/
H A Dgpio.hpp72 uint32_t getGpioNum(const std::string& gpioPin);
/openbmc/phosphor-buttons/src/
H A Dgpio.cpp120 uint32_t getGpioNum(const std::string& gpioPin) in getGpioNum() argument
124 auto offset = gpioplus::utility::aspeed::nameToOffset(gpioPin); in getGpioNum()
/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp460 std::string gpioPin; in plat_udbg_get_gpio_desc() local
499 gpioPin = obj[i][GPIO_PIN_INDEX]; in plat_udbg_get_gpio_desc()
500 if (index == stoul(gpioPin, nullptr, 16)) in plat_udbg_get_gpio_desc()
504 gpioPin = obj[i + 1][GPIO_PIN_INDEX]; in plat_udbg_get_gpio_desc()
505 *next = stoul(gpioPin, nullptr, 16); in plat_udbg_get_gpio_desc()