Home
last modified time | relevance | path

Searched defs:gpioNames (Results 1 – 3 of 3) sorted by relevance

/openbmc/entity-manager/test/
H A Dtest_gpio_presence.cpp37 std::vector<std::string> gpioNames = {gpioName}; in TEST() local
67 std::vector<std::string> gpioNames = {gpioName}; in testDevicePresentDbus() local
112 std::vector<std::string> gpioNames = {gpioName}; in testDevicePresentThenDisappearDbus() local
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Ducd90160_device.cpp37 static constexpr std::array<const char*, 26> gpioNames = { variable
/openbmc/entity-manager/src/gpio-presence/
H A Ddevice_presence.cpp26 sdbusplus::async::context& ctx, const std::vector<std::string>& gpioNames, in DevicePresence()