Searched refs:VendorId (Results 1 - 25 of 56) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A Dpci30.h29 UINT16 VendorId; member in struct:__anon10204
H A Dpci22.h35 UINT16 VendorId; member in struct:__anon10182
403 UINT16 VendorId; member in struct:__anon10193
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPci30.h52 UINT16 VendorId; member in struct:__anon11718
H A DSmBus.h29 UINT16 VendorId; member in struct:__anon11906
H A DPci22.h34 UINT16 VendorId; member in struct:__anon11694
777 UINT16 VendorId; member in struct:__anon11713
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIncompatiblePciDeviceSupport.h104 VendorId, DeviceId, RevisionId, SubsystemVendorId, or SubsystemDeviceId value is
128 @param[in] VendorId A unique ID to identify the manufacturer of
151 IN UINTN VendorId,
H A DDevicePath.h411 UINT16 VendorId; member in struct:__anon12065
451 UINT16 VendorId; member in struct:__anon12066
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/
H A DIncompatiblePciDeviceSupport.c30 UINT64 VendorId; member in struct:__anon10828
48 #define PCI_DEVICE_ID(VendorId, DeviceId, Revision, SubVendorId, SubDeviceId) \
49 VendorId, DeviceId, Revision, SubVendorId, SubDeviceId
64 @param VendorId A unique ID to identify the manufacturer of the PCI device.
82 IN UINTN VendorId,
229 @param VendorId A unique ID to identify the manufacturer of the PCI device.
247 IN UINTN VendorId,
288 if (Header->VendorId != DEVICE_ID_NOCARE) {
289 if (Header->VendorId != VendorId) {
245 PCheckDevice( IN EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL *This, IN UINTN VendorId, IN UINTN DeviceId, IN UINTN RevisionId, IN UINTN SubsystemVendorId, IN UINTN SubsystemDeviceId, OUT VOID **Configuration ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Include/Register/
H A DHpet.h51 UINT32 VendorId:16; member in struct:__anon12633::__anon12634
/vbox/src/VBox/Main/include/
H A DRemoteUSBDeviceImpl.h57 STDMETHOD(COMGETTER(VendorId)) (USHORT *aVendorId);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp77 STDMETHOD(COMGETTER(VendorId))(USHORT *a_pusVendorId) { *a_pusVendorId = m_usVendorId; return S_OK; }
417 CHECK_ERROR_BREAK(flt, COMSETTER(VendorId)(f.mVendorId.raw()));
443 CHECK_ERROR_BREAK(flt, COMSETTER(VendorId)(f.mVendorId.raw()));
475 CHECK_ERROR_BREAK(flt, COMSETTER(VendorId)(f.mVendorId.raw()));
502 CHECK_ERROR_BREAK(flt, COMSETTER(VendorId)(f.mVendorId.raw()));
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDevicePath.h393 UINT16 VendorId; member in struct:__anon15628
433 UINT16 VendorId; member in struct:__anon15629
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c167 UINT16 VendorId; local
175 VendorId = PciRead16 (PcdGet32(PcdUsbEhciPciAddress) + PCI_VENDOR_ID_OFFSET);
178 if ((VendorId == 0xFFFF) || (DeviceId == 0xFFFF)) {
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaMiniPortDxe/
H A DVBoxVgaMiniPortDxe.c214 DEBUG((DEBUG_INFO, "%a: Found supported VGA device! (VendorId=%x DeviceId=%x)\n",
215 __FUNCTION__, CfgRegs.Hdr.VendorId, CfgRegs.Hdr.DeviceId));
219 DEBUG((DEBUG_INFO, "%a: VGA device not enabled! (VendorId=%x DeviceId=%x)\n",
220 __FUNCTION__, CfgRegs.Hdr.VendorId, CfgRegs.Hdr.DeviceId));
223 DEBUG((DEBUG_INFO, "%a: Not VGA (Class=%x,%x,%x VendorId=%x DeviceId=%x)\n",
225 CfgRegs.Hdr.ClassCode[2], CfgRegs.Hdr.VendorId, CfgRegs.Hdr.DeviceId));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c816 UsbWWId->VendorId,
936 UsbClass->VendorId,
949 UsbClass->VendorId,
958 UsbClass->VendorId,
967 UsbClass->VendorId,
978 UsbClass->VendorId,
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPci22.h36 UINT16 VendorId; member in struct:__anon15499
779 UINT16 VendorId; member in struct:__anon15518
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/IsaAcpiDxe/
H A DPcatIsaAcpi.c118 Pci.Hdr.VendorId == 0x8086 ) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.c603 PciDs23.VendorId = VendId;
618 PciDs30.VendorId = VendId;
1203 fprintf (stdout, "Usage: %s -f VendorId -i DeviceId [options] [file name<s>] \n\n", UTILITY_NAME);
1226 fprintf (stdout, " -f VendorId\n\
1346 fprintf (stdout, " Vendor ID 0x%04X\n", PciDs23.VendorId);
1367 fprintf (stdout, " Vendor ID 0x%04X\n", PciDs30.VendorId);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddxgi.idl117 UINT VendorId;
433 UINT VendorId;
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBDeviceImpl.cpp180 STDMETHODIMP RemoteUSBDevice::COMGETTER(VendorId) (USHORT *aVendorId) function in class:RemoteUSBDevice
H A DUSBDeviceImpl.cpp60 HRESULT hrc = aUSBDevice->COMGETTER(VendorId)(&unconst(mData.vendorId));
/vbox/src/VBox/Main/src-server/
H A DUSBDeviceFiltersImpl.cpp270 STDMETHOD(COMGETTER(VendorId))(BSTR *aVendorId);
271 STDMETHOD(COMSETTER(VendorId))(IN_BSTR aVendorId);
548 (*it)->COMGETTER(VendorId)(str.asOutParam());
936 rc = aUSBDevice->COMGETTER(VendorId)(&vendorId);
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Defirom.c145 headers->pci.VendorId = opts->vendor;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddxgi.idl112 UINT VendorId;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbUtility.c34 0xffff, // VendorId
949 if ((UsbClassDevicePathPtr->VendorId == 0xffff || UsbClassDevicePathPtr->VendorId == DevDesc->IdVendor) &&
1027 if ((DevDesc->IdVendor != UsbWWIDDevicePathPtr->VendorId) ||

Completed in 142 milliseconds

123