Searched refs:i2cDevRegex (Results 1 – 1 of 1) sorted by relevance
64 static std::regex i2cDevRegex(R"((\/i2c\-\d+\/\d+-[a-fA-F0-9]{4,4})(\/|$))"); variable362 std::regex_search(devicePath, match, i2cDevRegex); in createSensorsCallback()