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

/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
H A DSal.h780 UINT16 VendorId; member in struct:__anon11778
/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/src-client/
H A DRemoteUSBDeviceImpl.cpp180 STDMETHODIMP RemoteUSBDevice::COMGETTER(VendorId) (USHORT *aVendorId) function in class:RemoteUSBDevice
/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/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c265 @param VendorId Vendor ID of the PCI device
282 IN UINT16 VendorId,
327 if (Pcir->VendorId == VendorId) {
384 DEBUG ((EFI_D_ERROR, "GetPciLegacyRom - OpRom not match (%04x-%04x)\n", (UINTN)VendorId, (UINTN)DeviceId));
1898 // PCI specification states you should check VendorId and Device Id.
1911 PciConfigHeader.Hdr.VendorId,
280 GetPciLegacyRom( IN UINT16 Csm16Revision, IN UINT16 VendorId, IN UINT16 DeviceId, IN OUT VOID **Rom, IN OUT UINTN *ImageSize, OUT UINTN *MaxRuntimeImageLength, OPTIONAL OUT UINT8 *OpRomRevision, OPTIONAL OUT VOID **ConfigUtilityCodeHeader OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDevicePath.h411 UINT16 VendorId; member in struct:__anon12065
451 UINT16 VendorId; member in struct:__anon12066
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h325 UINT16 VendorId; member in struct:__anon12824
/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/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/MdePkg/Include/Guid/
H A DCper.h861 UINT16 VendorId; member in struct:__anon11331
963 UINT16 VendorId; member in struct:__anon11336
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3d8types.h1006 DWORD VendorId; member in struct:_D3DADAPTER_IDENTIFIER8
H A Ddbghelp.h832 ULONG VendorId[3]; member in struct:_MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION::__anon13381
H A Dd3d9types.h1236 DWORD VendorId; member in struct:_D3DADAPTER_IDENTIFIER9
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dd3d8types.h1006 DWORD VendorId; member in struct:_D3DADAPTER_IDENTIFIER8
H A Ddbghelp.h772 ULONG VendorId[3]; member in struct:_MINIDUMP_SYSTEM_INFO::_CPU_INFORMATION::__anon780
H A Dd3d9types.h1232 DWORD VendorId; member in struct:_D3DADAPTER_IDENTIFIER9

Completed in 136 milliseconds