Searched defs:vendorId (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | USBDeviceImpl.h | 64 Data() : vendorId (0), productId (0), revision (0), port (0), 71 const USHORT vendorId; member in struct:OUSBDevice::Data
|
H A D | RemoteUSBDeviceImpl.h | 99 Data() : vendorId (0), productId (0), revision (0), port (0), version (1), 104 const uint16_t vendorId; member in struct:RemoteUSBDevice::Data
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/xpdm/ |
H A D | VBoxMPDriver.cpp | 109 /* NT crashes if either of 'vendorId, 'deviceId' or 'slot' parameters is NULL, 112 ULONG vendorId = 0x80EE; local 115 &vendorId, &deviceId, &slot);
|
/vbox/src/VBox/Main/src-server/ |
H A D | USBDeviceFiltersImpl.cpp | 935 USHORT vendorId = 0; local 936 rc = aUSBDevice->COMGETTER(VendorId)(&vendorId); 938 ComAssertRet(vendorId, false); 939 int vrc = USBFilterSetNumExact(&dev, USBFILTERIDX_VENDOR_ID, vendorId, true); AssertRC(vrc);
|
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
H A D | DarwinKeyboard.cpp | 1478 uint32_t vendorId = darwinHidVendorId(pHidDeviceRef); local 1481 if (vendorId == 0x05D5) /* Genius */ 1486 if (vendorId == 0xE6A) /* Megawin Technology */ 1492 LogRel2(("HID device [VendorID=0x%X, ProductId=0x%X] %s in the list of supported devices.\n", vendorId, productId, (fSupported ? "is" : "is not")));
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | tlan.h | 95 u16 vendorId; member in struct:tlan_adapter_entry
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | VBoxGlobal.cpp | 886 QString vendorId = aFilter.GetVendorId(); local 887 if (!vendorId.isEmpty()) 889 .arg (vendorId);
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 9357 USHORT vendorId = 0; local 9358 pUSBDevice->COMGETTER(VendorId)(&vendorId); 9367 vendorId, productId, product.raw()));
|
Completed in 146 milliseconds