HomeSort by relevance Sort by last modified time
    Searched refs:DeviceId (Results 51 - 75 of 137) sorted by null

1 23 4 5 6

  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockFront.c 180 Dev->DeviceId = XenBusIo->DeviceId;
268 XenBusIo->Type, XenBusIo->DeviceId, Status, State));
467 Request->handle = Dev->DeviceId;
538 Request->handle = Dev->DeviceId;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
EfiRom.c 772 PciDs.DeviceId = DevId;
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/
PciEmulation.c 509 IN UINTN DeviceId,
551 Private->ConfigSpace->Hdr.DeviceId = 0x0000; // Not relevant as the vendor id is not valid.
562 Private->DevicePath.PciDevicePath.Device = DeviceId;
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciBus.h 222 #define IS_INTEL_ISA_BRIDGE(_p) (IS_CLASS2 (_p, PCI_CLASS_BRIDGE, PCI_CLASS_BRIDGE_ISA_PDECODE) && ((_p)->Hdr.VendorId == 0x8086) && ((_p)->Hdr.DeviceId == 0x7110))
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
IpmiNetFnApp.h 47 UINT8 DeviceId;
  /device/linaro/bootloader/edk2/OvmfPkg/Include/Protocol/
XenBus.h 409 UINT16 DeviceId;
  /device/linaro/bootloader/edk2/OvmfPkg/Virtio10Dxe/
Virtio10.c 831 Pci.Hdr.DeviceId >= 0x1040 &&
832 Pci.Hdr.DeviceId <= 0x107F &&
844 // Both virtio-vga and virtio-gpu-pci have DeviceId 0x1050, but only the
847 if (Pci.Hdr.DeviceId != 0x1050 || !IS_PCI_VGA (&Pci)) {
895 Device->VirtIo.SubSystemDeviceId = Pci.Hdr.DeviceId - 0x1040;
  /device/linaro/bootloader/edk2/OvmfPkg/XenIoPciDxe/
XenIoPciDxe.c 105 (Pci.Hdr.DeviceId == PCI_DEVICE_ID_XEN_PLATFORM)) {
  /external/mesa3d/src/gallium/targets/d3dadapter9/
description.c 226 /* override VendorId, DeviceId and Description for unknown vendors */
241 drvid->DeviceId = fallback_dev;
drm.c 117 DWORD *deviceid,
127 *deviceid = did;
133 *deviceid = fallback_cards[0].device_id;
148 get_bus_info(fd, &drvid->VendorId, &drvid->DeviceId,
165 drvid->DeviceId = fallback_cards[i].device_id;
  /external/tensorflow/tensorflow/compiler/xla/service/
local_service.cc 150 return backend().computation_placer()->DeviceId(
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationCrossInstanceSharingTests.cpp 281 class DeviceId
284 DeviceId (deUint32 vendorId,
289 bool operator== (const DeviceId& other) const;
290 bool operator|= (const DeviceId& other) const;
299 DeviceId::DeviceId (deUint32 vendorId,
310 bool DeviceId::operator== (const DeviceId& other) const
327 DeviceId getDeviceId (const vk::InstanceInterface& vki,
343 return DeviceId(properties.properties.vendorID, properties.properties.driverVersion, propertiesId.driverUUID, prop (…)
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioPciDeviceDxe/
VirtioPciDevice.c 286 (Pci.Hdr.DeviceId >= 0x1000) &&
287 (Pci.Hdr.DeviceId <= 0x103F) &&
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
MemoryConv.c 729 if (Mcdd->DeviceId < 1) {
733 DeviceLoadOffset = OFFSET_OF (SMBIOS_TABLE_TYPE37, MemoryDevice[0]) + 3 * (Mcdd->DeviceId - 1);
734 DeviceLoadHandleOffset = OFFSET_OF (SMBIOS_TABLE_TYPE37, MemoryDevice[1]) + 3 * (Mcdd->DeviceId - 1);
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DebugCommunicationLibUsb.c 177 UINT16 DeviceId;
185 DeviceId = PciRead16 (PcdGet32(PcdUsbEhciPciAddress) + PCI_DEVICE_ID_OFFSET);
187 if ((VendorId == 0xFFFF) || (DeviceId == 0xFFFF)) {
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Common.c 230 UINT16 DeviceId;
240 DeviceId = PciRead16 (PcdGet32(PcdUsbXhciPciAddress) + PCI_DEVICE_ID_OFFSET);
242 if ((VendorId == 0xFFFF) || (DeviceId == 0xFFFF)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
pci22.h 34 UINT16 DeviceId;
402 UINT16 DeviceId;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
pci22.h 41 UINT16 DeviceId;
417 UINT16 DeviceId;
  /device/linaro/bootloader/edk2/Omap35xxPkg/Flash/
Flash.c 168 //Check if the ManufactureId and DeviceId are part of the currently supported nand parts.
170 if (gNandPartInfoTable[Index].ManufactureId == PartInfo[0] && gNandPartInfoTable[Index].DeviceId == PartInfo[1]) {
185 gNandFlashInfo->DeviceId = PartInfo[1];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi1_2.idl 213 UINT DeviceId;
wtsapi32.h 225 WCHAR DeviceId[MAX_PATH + 1];
247 CHAR DeviceId[MAX_PATH + 1];
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.c 618 PciDs23.DeviceId = DevId;
633 PciDs30.DeviceId = DevId;
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.h 186 UINTN DeviceId;
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Qemu.h 99 UINT16 DeviceId;
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/
AcpiSmmPlatform.c 831 UINT16 DeviceId;
834 // Check what Soc we are running on (read Host bridge DeviceId)
836 DeviceId = QncGetSocDeviceId();
899 if (DeviceId == QUARK2_MC_DEVICE_ID) {
935 if (DeviceId == QUARK2_MC_DEVICE_ID) {
    [all...]

Completed in 648 milliseconds

1 23 4 5 6