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

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp230 static int usbRead16(const char *pszValue, unsigned uBase, uint16_t *pu16, char **ppszNext) function
657 // rc = usbRead16(pszValue, 10, &Dev.wMaxPacketSize, &psz);
678 rc = usbRead16(pszValue, 16, &Dev.idVendor, &psz);
680 rc = usbRead16(pszValue, 16, &Dev.idProduct, &psz);

Completed in 36 milliseconds