Home
last modified time | relevance | path

Searched refs:DeviceRecoveryPpi (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
DPeiCdExpress.h79 EFI_PEI_DEVICE_RECOVERY_MODULE_PPI DeviceRecoveryPpi; member
93 DeviceRecoveryPpi, \
DPeiCdExpress.c69 PrivateData->DeviceRecoveryPpi.GetNumberRecoveryCapsules = GetNumberRecoveryCapsules; in CdExpressPeimEntry()
70 PrivateData->DeviceRecoveryPpi.GetRecoveryCapsuleInfo = GetRecoveryCapsuleInfo; in CdExpressPeimEntry()
71 PrivateData->DeviceRecoveryPpi.LoadRecoveryCapsule = LoadRecoveryCapsule; in CdExpressPeimEntry()
75 PrivateData->PpiDescriptor.Ppi = &PrivateData->DeviceRecoveryPpi; in CdExpressPeimEntry()