Home
last modified time | relevance | path

Searched defs:Response (Results 1 – 25 of 36) sorted by relevance

12

/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
DMmcBlockIo.c36 UINT32 Response[4]; in MmcGetCardStatus() local
116 UINT32 Response[4]; in MmcStopTransmission() local
143 UINT32 Response[4]; in MmcTransferBlock() local
228 UINT32 Response[4]; in MmcIoBlocks() local
392 UINT32 Response[4]; in MmcEraseBlocks() local
DMmcDebug.c128 IN UINT32 Response in PrintResponseR1()
DMmcIdentification.c144 IN OCR_RESPONSE Response in EmmcIdentificationMode()
317 UINT32 Response[4]; in InitializeSdMmcDevice() local
464 UINT32 Response[4]; in MmcIdentificationMode() local
DMmc.h38 #define MMC_CSD_GET_CCC(Response) (Response[2] >> 20) argument
39 #define MMC_CSD_GET_TRANSPEED(Response) (Response[3] & 0xFF) argument
40 #define MMC_CSD_GET_READBLLEN(Response) ((Response[2] >> 16) & 0xF) argument
41 #define MMC_CSD_GET_WRITEBLLEN(Response) ((Response[0] >> 22) & 0xF) argument
42 #define MMC_CSD_GET_FILEFORMAT(Response) ((Response[0] >> 10) & 0x3) argument
43 #define MMC_CSD_GET_FILEFORMATGRP(Response) ((Response[0] >> 15) & 0x1) argument
45 #define HC_MMC_CSD_GET_DEVICESIZE(Response) ((Response[1] >> 16) | ((Response[2] & 0x40) << 16)); argument
50 #define MMC_R0_CURRENTSTATE(Response) ((Response[0] >> 9) & 0xF) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiCHAP.c141 CHAR8 *Response; in IScsiCHAPOnRspReceived() local
325 CHAR8 *Response; in IScsiCHAPToSendReq() local
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiCHAP.c166 CHAR8 *Response; in IScsiCHAPOnRspReceived() local
367 CHAR8 *Response; in IScsiCHAPToSendReq() local
/device/google/contexthub/util/nanotool/
Dnanomessage.h113 struct Response { struct
131 class ReadEventResponse : public NanoResponse { argument
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
DCp.c70 VOID *Response; in CopySingleFile() local
306 VOID *Response; in ValidateAndCopyFiles() local
DMv.c473 VOID *Response; in ValidateAndMoveFiles() local
675 VOID *Response; in ShellCommandRunMv() local
/device/linaro/bootloader/edk2/SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/
DSmmTcg2PhysicalPresenceLib.c51 OUT UINT32 *Response in Tcg2PhysicalPresenceLibReturnOperationResponseToOsFunction()
/device/linaro/bootloader/edk2/EmbeddedPkg/Application/AndroidFastboot/
DAndroidFastbootApp.c80 CHAR8 Response[FASTBOOT_COMMAND_MAX_LENGTH + 1] = "OKAY"; in HandleGetVar() local
103 CHAR8 Response[12] = "DATA"; in HandleDownload() local
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PlatformToDriverConfiguration/
DPlatformToDriverConfiguration.h167 EFI_PLATFORM_TO_DRIVER_CONFIGURATION_RESPONSE Response; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DPlatformToDriverConfiguration.h270 EFI_PLATFORM_TO_DRIVER_CONFIGURATION_RESPONSE Response; member
DHttp.h245 EFI_HTTP_RESPONSE_DATA *Response; member
500 EFI_HTTP_RESPONSE Response; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DTpm2Acpi.h46 UINT64 Response; member
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
DTcg2Smm.c70 UINT32 Response; in PhysicalPresenceCallback() local
DTcg2Smm.h45 UINT32 Response; member
/device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
DVirtioScsi.c297 IN CONST volatile VIRTIO_SCSI_RESP *Response in ParseResponse()
411 volatile VIRTIO_SCSI_RESP Response; in VirtioScsiPassThru() local
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
DTrEESmm.h46 UINT32 Response; member
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
DTcgSmm.h45 UINT32 Response; member
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
DVirtioScsi.h75 UINT8 Response; member
/device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
DBlockFront.c587 blkif_response_t *Response; in XenPvBlockAsyncIoPoll() local
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootSupport.h194 EFI_HTTP_RESPONSE_DATA Response; member
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/
DDxeTcg2PhysicalPresenceLib.c1127 OUT UINT32 *Response in Tcg2PhysicalPresenceLibReturnOperationResponseToOsFunction()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
DUfsPassThruHci.c1425 UTP_RESPONSE_UPIU *Response; in UfsExecScsiCmds() local
2245 UTP_RESPONSE_UPIU *Response; in ProcessAsyncTaskList() local

12