HomeSort by relevance Sort by last modified time
    Searched refs:BcdUSB (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
usb.h 183 UINT16 BcdUSB;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Usb.h 112 UINT16 BcdUSB;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbDesc.c 542 if ((DevDesc.BcdUSB >= 0x0300) && (DevDesc.MaxPacketSize0 == 9)) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
UsbPeim.c 705 if ((DeviceDescriptor.BcdUSB >= 0x0300) && (DeviceDescriptor.MaxPacketSize0 == 9)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.c 696 if (Xhc->UsbDevContext[SlotId].DevDesc.BcdUSB >= 0x0300) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.c 958 if (Xhc->UsbDevContext[SlotId].DevDesc.BcdUSB >= 0x0300) {
    [all...]

Completed in 127 milliseconds