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

/vbox/src/VBox/HostDrivers/VBoxUSB/win/testcase/
H A DUSBTest.cpp121 * @param usVendorId Vendor id
125 int usbMonReleaseDevice(USHORT usVendorId, USHORT usProductId, USHORT usRevision) argument
130 printf("usbLibReleaseDevice %x %x %x\n", usVendorId, usProductId, usRevision);
132 release.usVendorId = usVendorId;
/vbox/include/VBox/
H A Dusblib-win.h146 uint16_t usVendorId; member in struct:__anon273
256 uint16_t usVendorId; member in struct:__anon287
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageList.cpp392 USHORT usVendorId; local
393 CHECK_ERROR_RET(dev, COMGETTER(VendorId)(&usVendorId), 1);
413 usVendorId, usVendorId, usProductId, usProductId,
H A DVBoxManageInfo.cpp2019 USHORT usVendorId; local
2020 CHECK_ERROR_RET(dev, COMGETTER(VendorId)(&usVendorId), rc);
2032 index + 1, usVendorId,
2041 usVendorId, usVendorId, usProductId, usProductId,
2108 USHORT usVendorId; local
2109 CHECK_ERROR_RET(dev, COMGETTER(VendorId)(&usVendorId), rc);
2121 index + 1, usVendorId,
2130 usVendorId, usVendorId, usProductI
[all...]

Completed in 42 milliseconds