Home
last modified time | relevance | path

Searched refs:EFI_DISPLAY_CAPSULE (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DWindowsUxCapsule.h36 } EFI_DISPLAY_CAPSULE; typedef
/device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
DCapsuleApp.c192 EFI_DISPLAY_CAPSULE *DisplayCapsule; in CreateBmpFmp()
229 FullCapsuleBufferSize = sizeof(EFI_DISPLAY_CAPSULE) + FileSize; in CreateBmpFmp()
237 DisplayCapsule = (EFI_DISPLAY_CAPSULE *)FullCapsuleBuffer; in CreateBmpFmp()
DCapsuleDump.c74 EFI_DISPLAY_CAPSULE *DisplayCapsule; in DumpUxCapsule()
75 DisplayCapsule = (EFI_DISPLAY_CAPSULE *)CapsuleHeader; in DumpUxCapsule()