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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbBus.c 730 EFI_USB_STRING_DESCRIPTOR *StrDesc;
765 StrDesc = UsbGetOneString (Dev, StringIndex, LangID);
767 if (StrDesc == NULL) {
771 if (StrDesc->Length <= 2) {
775 Buf = AllocateZeroPool (StrDesc->Length);
782 CopyMem (Buf, StrDesc->String, StrDesc->Length - 2);
787 gBS->FreePool (StrDesc);
    [all...]
UsbUtility.c     [all...]

Completed in 54 milliseconds