Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Ddevice_callouts_test.cpp362 EXPECT_EQ(util::getI2CSearchKeys( in TEST_F()
367 EXPECT_EQ(util::getI2CSearchKeys( in TEST_F()
375 EXPECT_THROW(util::getI2CSearchKeys("/sys/some/bad/path"), in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddevice_callouts.hpp178 std::tuple<size_t, uint8_t> getI2CSearchKeys(const std::string& devPath);
H A Ddevice_callouts.cpp97 std::tuple<size_t, uint8_t> getI2CSearchKeys(const std::string& devPath) in getI2CSearchKeys() function
165 auto busAndAddr = getI2CSearchKeys(devPath); in getFSII2CSearchKeys()
317 auto [bus, address] = getI2CSearchKeys(devPath); in calloutI2CUsingPath()