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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbEnumer.c 198 if (Device->DevDesc != NULL) {
199 UsbFreeDevDesc (Device->DevDesc);
376 USB_DEVICE_DESC *DevDesc;
386 DevDesc = Device->DevDesc;
389 for (Index = 0; Index < DevDesc->Desc.NumConfigurations; Index++) {
390 ConfigDesc = DevDesc->Configs[Index];
397 if (Index == DevDesc->Desc.NumConfigurations) {
811 Config = Child->DevDesc->Configs[0]->Desc.ConfigurationValue;
UsbDesc.c 107 @param DevDesc The device descriptor.
112 IN USB_DEVICE_DESC *DevDesc
117 if (DevDesc->Configs != NULL) {
118 for (Index = 0; Index < DevDesc->Desc.NumConfigurations; Index++) {
119 if (DevDesc->Configs[Index] != NULL) {
120 UsbFreeConfigDesc (DevDesc->Configs[Index]);
124 FreePool (DevDesc->Configs);
127 FreePool (DevDesc);
529 EFI_USB_DEVICE_DESCRIPTOR DevDesc;
539 Status = UsbCtrlGetDesc (UsbDev, USB_DESC_TYPE_DEVICE, 0, 0, &DevDesc, 8);
    [all...]
UsbUtility.c 921 EFI_USB_DEVICE_DESCRIPTOR *DevDesc;
933 DevDesc = &(UsbIf->Device->DevDesc->Desc);
949 if ((UsbClassDevicePathPtr->VendorId == 0xffff || UsbClassDevicePathPtr->VendorId == DevDesc->IdVendor) &&
950 (UsbClassDevicePathPtr->ProductId == 0xffff || UsbClassDevicePathPtr->ProductId == DevDesc->IdProduct)) {
955 if (DevDesc->DeviceClass == 0) {
965 } else if ((UsbClassDevicePathPtr->DeviceClass == DevDesc->DeviceClass ||
967 (UsbClassDevicePathPtr->DeviceSubClass == DevDesc->DeviceSubClass ||
969 (UsbClassDevicePathPtr->DeviceProtocol == DevDesc->DeviceProtocol ||
    [all...]
UsbBus.h 183 USB_DEVICE_DESC *DevDesc;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhcPeim.h 129 EFI_USB_DEVICE_DESCRIPTOR DevDesc;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
Xhci.h 185 EFI_USB_DEVICE_DESCRIPTOR DevDesc;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c 372 EFI_USB_DEVICE_DESCRIPTOR DevDesc;
386 Status = UsbIo->UsbGetDeviceDescriptor (UsbIo, &DevDesc);
392 (UsbClass->VendorId != DevDesc.IdVendor)) {
397 (UsbClass->ProductId != DevDesc.IdProduct)) {
401 DeviceClass = DevDesc.DeviceClass;
402 DeviceSubClass = DevDesc.DeviceSubClass;
403 DeviceProtocol = DevDesc.DeviceProtocol;
583 EFI_USB_DEVICE_DESCRIPTOR DevDesc;
597 Status = UsbIo->UsbGetDeviceDescriptor (UsbIo, &DevDesc);
605 DevDesc.StrManufacturer,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]

Completed in 264 milliseconds