Searched refs:slotString (Results 1 – 1 of 1) sorted by relevance
280 std::string slotString = in dimmDeviceLocator() local285 if ((std::regex_match(slotString, std::regex("^[A-Za-z]+$"))) && in dimmDeviceLocator()286 (slotString.length() == 1)) in dimmDeviceLocator()288 slot(static_cast<uint8_t>(toupper(slotString[0]))); in dimmDeviceLocator()