Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dibm_vpd_utils.cpp576 std::regex i2cPattern("((i2c)-[0-9]+\\/)([0-9]+-[0-9]{4})"); in udevToGenericPath() local
578 if (std::regex_search(file, match, i2cPattern)) in udevToGenericPath()
636 std::regex i2cPattern("(at24/)([0-9]+-[0-9]+)\\/"); in getBadVpdName() local
638 if (std::regex_search(file, match, i2cPattern)) in getBadVpdName()