Searched refs:DeviceId (Results 1 - 25 of 47) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/IndustryStandard/
H A Dpci30.h30 UINT16 DeviceId; member in struct:__anon10204
H A Dpci22.h36 UINT16 DeviceId; member in struct:__anon10182
404 UINT16 DeviceId; member in struct:__anon10193
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddsconf.h81 GUID DeviceId; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_A_DATA
88 GUID DeviceId; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W_DATA
101 GUID DeviceId; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_1_DATA
116 GUID DeviceId; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_A_DATA
127 GUID DeviceId; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_W_DATA
H A Ddxgi.idl118 UINT DeviceId;
434 UINT DeviceId;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddsconf.h81 GUID DeviceId; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_A_DATA
88 GUID DeviceId; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_WAVEDEVICEMAPPING_W_DATA
101 GUID DeviceId; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_1_DATA
116 GUID DeviceId; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_A_DATA
127 GUID DeviceId; member in struct:_DSPROPERTY_DIRECTSOUNDDEVICE_DESCRIPTION_W_DATA
H A Ddxgi.idl113 UINT DeviceId;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DPci30.h53 UINT16 DeviceId; member in struct:__anon11718
H A DSmBus.h28 UINT16 DeviceId; member in struct:__anon11906
H A DPci22.h35 UINT16 DeviceId; member in struct:__anon11694
778 UINT16 DeviceId; member in struct:__anon11713
H A DSal.h781 UINT16 DeviceId; member in struct:__anon11778
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIncompatiblePciDeviceSupport.h104 VendorId, DeviceId, RevisionId, SubsystemVendorId, or SubsystemDeviceId value is
131 @param[in] DeviceId A unique ID to identify the particular PCI
152 IN UINTN DeviceId,
H A DDevicePath.h650 UINT64 DeviceId; member in struct:__anon12073
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/IncompatiblePciDeviceSupportDxe/
H A DIncompatiblePciDeviceSupport.c31 UINT64 DeviceId; member in struct:__anon10828
48 #define PCI_DEVICE_ID(VendorId, DeviceId, Revision, SubVendorId, SubDeviceId) \
49 VendorId, DeviceId, Revision, SubVendorId, SubDeviceId
65 @param DeviceId A unique ID to identify the particular PCI device.
83 IN UINTN DeviceId,
230 @param DeviceId A unique ID to identify the particular PCI device.
248 IN UINTN DeviceId,
294 if (Header->DeviceId != DEVICE_ID_NOCARE) {
295 if (DeviceId != Header->DeviceId) {
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/OvmfPkg/QemuVideoDxe/
H A DDriver.c94 if (Pci.Hdr.DeviceId == CIRRUS_LOGIC_5430_DEVICE_ID ||
95 Pci.Hdr.DeviceId == CIRRUS_LOGIC_5430_ALTERNATE_DEVICE_ID ||
96 Pci.Hdr.DeviceId == CIRRUS_LOGIC_5446_DEVICE_ID) {
650 UINT16 DeviceId; local
658 &DeviceId
672 if (DeviceId != CIRRUS_LOGIC_5446_DEVICE_ID) {
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430.c172 if (Pci.Hdr.DeviceId == CIRRUS_LOGIC_5430_DEVICE_ID ||
173 Pci.Hdr.DeviceId == CIRRUS_LOGIC_5430_ALTERNATE_DEVICE_ID ||
174 Pci.Hdr.DeviceId == CIRRUS_LOGIC_5446_DEVICE_ID) {
831 UINT16 DeviceId; local
839 &DeviceId
853 if (DeviceId != CIRRUS_LOGIC_5446_DEVICE_ID) {
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c168 UINT16 DeviceId; local
176 DeviceId = PciRead16 (PcdGet32(PcdUsbEhciPciAddress) + PCI_DEVICE_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/PC/ipxe/src/include/ipxe/efi/IndustryStandard/
H A DPci22.h37 UINT16 DeviceId; member in struct:__anon15499
780 UINT16 DeviceId; member in struct:__anon15518
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.c604 PciDs23.DeviceId = DevId;
619 PciDs30.DeviceId = DevId;
1203 fprintf (stdout, "Usage: %s -f VendorId -i DeviceId [options] [file name<s>] \n\n", UTILITY_NAME);
1228 fprintf (stdout, " -i DeviceId\n\
1347 fprintf (stdout, " Device ID 0x%04X\n", PciDs23.DeviceId);
1368 fprintf (stdout, " Device ID 0x%04X\n", PciDs30.DeviceId);
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Defirom.c146 headers->pci.DeviceId = opts->device;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyPci.c266 @param DeviceId Device ID of the PCI device
283 IN UINT16 DeviceId,
328 if (Pcir->DeviceId == DeviceId) {
336 if (*DeviceIdList == DeviceId) {
384 DEBUG ((EFI_D_ERROR, "GetPciLegacyRom - OpRom not match (%04x-%04x)\n", (UINTN)VendorId, (UINTN)DeviceId));
1912 PciConfigHeader.Hdr.DeviceId,
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/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DDevicePath.h613 UINT64 DeviceId; member in struct:__anon15636
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py518 Revision=None, DeviceId=None, VendorId=None):
547 if DeviceId != None:
548 Cmd += ["-i", DeviceId]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.c294 if (Pci.Hdr.DeviceId == VBOX_VGA_DEVICE_ID) {
918 UINT16 DeviceId; local
927 &DeviceId
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DPci.h326 UINT16 DeviceId; member in struct:__anon12824

Completed in 246 milliseconds

12