Searched defs:convertSysfsStrToBCD (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp1207 static int convertSysfsStrToBCD(const char *pszBuf, uint16_t *pu16) function
1281 rc = convertSysfsStrToBCD(szBuf, &Dev->bcdUSB);
1295 rc = convertSysfsStrToBCD(szBuf, &Dev->bcdDevice);

Completed in 47 milliseconds