Searched refs:gpioPin (Results 1 – 3 of 3) sorted by relevance
72 uint32_t getGpioNum(const std::string& gpioPin);
120 uint32_t getGpioNum(const std::string& gpioPin) in getGpioNum() argument124 auto offset = gpioplus::utility::aspeed::nameToOffset(gpioPin); in getGpioNum()
460 std::string gpioPin; in plat_udbg_get_gpio_desc() local499 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()