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

/vbox/src/VBox/Main/src-server/linux/
H A DUSBGetDevices.cpp224 static int usbRead8(const char *pszValue, unsigned uBase, uint8_t *pu8, char **ppszNext) function
607 rc = usbRead8(pszValue, 10, &Dev.bBus, &psz);
609 rc = usbRead8(pszValue, 10, &Dev.bPort, &psz);
613 rc = usbRead8(pszValue, 10, &Dev.bDevNum, &psz);
648 rc = usbRead8(pszValue, 16, &Dev.bDeviceClass, &psz);
653 rc = usbRead8(pszValue, 16, &Dev.bDeviceSubClass, &psz);
655 rc = usbRead8(pszValue, 16, &Dev.bDeviceProtocol, &psz);
659 rc = usbRead8(pszValue, 10, &Dev.bNumConfigurations, &psz);
754 rc = usbRead8(pszValue, 16, &bInterfaceClass, &psz);

Completed in 48 milliseconds