Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Dusb-dbg.cpp459 nlohmann::json gpioObj; in plat_udbg_get_gpio_desc() local
466 file >> gpioObj; in plat_udbg_get_gpio_desc()
478 if (gpioObj.find(DEBUG_GPIO_KEY) == gpioObj.end()) in plat_udbg_get_gpio_desc()
486 auto obj = gpioObj[DEBUG_GPIO_KEY]; in plat_udbg_get_gpio_desc()