Home
last modified time | relevance | path

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

/openbmc/phosphor-gpio-monitor/multi-presence/
H A Dmain.cpp116 std::string chipIdStr = obj["ChipId"].get<std::string>(); in main() local
119 lineMsg += chipIdStr + " " + std::to_string(gpioNum); in main()
122 line = gpiod_line_get(chipIdStr.c_str(), gpioNum); in main()
/openbmc/phosphor-gpio-monitor/
H A DgpioMonMain.cpp115 std::string chipIdStr = obj["ChipId"]; in main() local
121 line = gpiod_line_get(chipIdStr.c_str(), gpioNum); in main()