HomeSort by relevance Sort by last modified time
    Searched defs:DeviceClass (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciPlatform/
PciPlatform.c 113 UINT16 DeviceClass;
127 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint16, 0x0A, 1, &DeviceClass);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PciPlatform/
PciPlatform.c 202 UINT16 DeviceClass;
251 PciIo->Pci.Read (PciIo, EfiPciIoWidthUint16, 0x0A, 1, &DeviceClass);
270 if ( (DeviceClass == ((PCI_CLASS_MASS_STORAGE << 8 ) | PCI_CLASS_MASS_STORAGE_IDE)) ) {
277 if (DeviceClass == ((PCI_CLASS_NETWORK << 8 ) | PCI_CLASS_NETWORK_ETHERNET)) {
293 ((DeviceClass == ((PCI_CLASS_NETWORK << 8 ) | PCI_CLASS_NETWORK_ETHERNET)) &&
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c 282 UINT8 DeviceClass;
309 DeviceClass = DevDesc.DeviceClass;
312 if (DeviceClass == 0) {
322 DeviceClass = IfDesc.InterfaceClass;
330 if ((UsbClass->DeviceClass != 0xff) &&
331 (UsbClass->DeviceClass != DeviceClass)) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 212 UINT8 DeviceClass;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 184 UINT8 DeviceClass;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Usb.h 113 UINT8 DeviceClass;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]
  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 727 cmsProfileClassSignature DeviceClass;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 443 UINT8 DeviceClass;
    [all...]

Completed in 349 milliseconds