HomeSort by relevance Sort by last modified time
    Searched refs:MediaId (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
NorFlashBlockIoDxe.c 34 DEBUG ((DEBUG_BLKIO, "NorFlashBlockIoReset(MediaId=0x%x)\n", This->Media->MediaId));
46 IN UINT32 MediaId,
63 DEBUG ((DEBUG_BLKIO, "NorFlashBlockIoReadBlocks(MediaId=0x%x, Lba=%ld, BufferSize=0x%x bytes (%d kB), BufferPtr @ 0x%08x)\n", MediaId, Lba, BufferSizeInBytes, Buffer));
69 } else if (Media->MediaId != MediaId) {
87 IN UINT32 MediaId,
98 DEBUG ((DEBUG_BLKIO, "NorFlashBlockIoWriteBlocks(MediaId=0x%x, Lba=%ld, BufferSize=0x%x bytes (%d kB), BufferPtr @ 0x%08x)\n", MediaId, Lba, BufferSizeInBytes, Buffer));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressBlockIo.h 40 @param MediaId Id of the media, changes every time the media is replaced.
49 @retval EFI_MEDIA_CHANGED The MediaId does not matched the current device.
59 IN UINT32 MediaId,
69 @param MediaId The media ID that the write request is for.
79 @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
89 IN UINT32 MediaId,
115 The ReceiveData function sends a security protocol command to the given MediaId.
137 If the given MediaId does not support security protocol commands, the function shall
139 EFI_NO_MEDIA. If the MediaId is not the ID for the current media in the device,
150 @param MediaId ID of the medium to receive data from.
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockIo.h 20 @param MediaId Id of the media, changes every time the media is replaced.
29 @retval EFI_MEDIA_CHANGED The MediaId does not matched the current device.
39 IN UINT32 MediaId,
49 @param MediaId The media ID that the write request is for.
59 @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
69 IN UINT32 MediaId,
BlockIo.c 28 0, // MediaId
65 @param MediaId Id of the media, changes every time the media is replaced.
78 IN UINT32 MediaId,
128 Status = XenPvBlkDxeBlockIoReadBlocks (This, MediaId,
133 Status = XenPvBlkDxeBlockIoWriteBlocks (This, MediaId,
172 @param MediaId Id of the media, changes every time the media is replaced.
181 @retval EFI_MEDIA_CHANGED The MediaId does not matched the current device.
191 IN UINT32 MediaId,
198 MediaId, Lba, BufferSize, Buffer, FALSE);
205 @param MediaId The media ID that the write request is for.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DiskIo/
DiskIo.h 40 IN UINT32 MediaId,
52 MediaId - Id of the media, changes every time the media is replaced.
61 EFI_MEDIA_CHNAGED - The MediaId does not matched the current device.
72 IN UINT32 MediaId,
84 MediaId - Id of the media, changes every time the media is replaced.
94 EFI_MEDIA_CHNAGED - The MediaId does not matched the current device.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DiskIo.h 43 @param MediaId Id of the media, changes every time the media is replaced.
51 @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
60 IN UINT32 MediaId,
70 @param MediaId ID of the medium to be written.
79 @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
88 IN UINT32 MediaId,
StorageSecurityCommand.h 33 The ReceiveData function sends a security protocol command to the given MediaId.
55 If the given MediaId does not support security protocol commands, the function shall
57 EFI_NO_MEDIA. If the MediaId is not the ID for the current media in the device,
68 @param MediaId ID of the medium to receive data from.
90 @retval EFI_UNSUPPORTED The given MediaId does not support security protocol commands.
93 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
104 IN UINT32 MediaId,
117 PayloadBuffer to the given MediaId. The security protocol command sent is
134 If the given MediaId does not support security protocol commands, the function
136 returns EFI_NO_MEDIA. If the MediaId is not the ID for the current media in the
    [all...]
BlockIo.h 60 @param MediaId Id of the media, changes every time the media is replaced.
69 @retval EFI_MEDIA_CHANGED The MediaId does not matched the current device.
79 IN UINT32 MediaId,
89 @param MediaId The media ID that the write request is for.
99 @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
109 IN UINT32 MediaId,
138 UINT32 MediaId;
EraseBlock.h 40 @param MediaId The media ID that the erase request is for.
53 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
61 IN UINT32 MediaId,
BlockIo2.h 80 @param[in] MediaId Id of the media, changes every time the media is
95 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
107 IN UINT32 MediaId,
123 @param[in] MediaId The media ID that the write request is for.
136 @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
149 IN UINT32 MediaId,
173 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
DiskIo2.h 66 @param MediaId ID of the medium to be read.
79 @retval EFI_MEDIA_CHNAGED The MediaId is not for the current medium.
88 IN UINT32 MediaId,
99 @param MediaId ID of the medium to be written.
112 @retval EFI_MEDIA_CHNAGED The MediaId is not for the current medium.
121 IN UINT32 MediaId,
132 @param MediaId ID of the medium to be written.
142 @retval EFI_MEDIA_CHNAGED The MediaId is not for the current medium.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/BlockIo/
BlockIo.h 66 IN UINT32 MediaId,
78 MediaId - Id of the media, changes every time the media is replaced.
87 EFI_MEDIA_CHANGED - The MediaId does not matched the current device.
100 IN UINT32 MediaId,
112 MediaId - Id of the media, changes every time the media is replaced.
122 EFI_MEDIA_CHNAGED - The MediaId does not matched the current device.
156 MediaId - The curent media Id. If the media changes, this value is changed.
176 UINT32 MediaId;
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Ppi/
PeiBlockIo.h 52 @param MediaId Id of the media, changes every time the media is replaced.
61 @retval EFI_MEDIA_CHANGED The MediaId does not matched the current device.
72 IN UINT32 MediaId,
82 @param MediaId The media ID that the write request is for.
92 @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
103 IN UINT32 MediaId,
132 UINT32 MediaId;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosBlkIo.h 165 @param MediaId Id of the media, changes every time the media is replaced.
174 @retval EFI_MEDIA_CHANGED The MediaId does not matched the current device.
184 IN UINT32 MediaId,
194 @param MediaId The media ID that the write request is for.
204 @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
214 IN UINT32 MediaId,
258 @param MediaId Id of the media, changes every time the media is replaced.
267 @retval EFI_MEDIA_CHANGED The MediaId does not matched the current device.
277 IN UINT32 MediaId,
287 @param MediaId The media ID that the write request is for.
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
MmcBlockIo.c 134 IN UINT32 MediaId,
222 IN UINT32 MediaId,
245 if (This->Media->MediaId != MediaId) {
329 Status = MmcTransferBlock (This, Cmd, Transfer, MediaId, Lba, ConsumeSize, Buffer);
348 IN UINT32 MediaId,
354 return MmcIoBlocks (This, MMC_IOBLOCKS_READ, MediaId, Lba, BufferSize, Buffer);
361 IN UINT32 MediaId,
367 return MmcIoBlocks (This, MMC_IOBLOCKS_WRITE, MediaId, Lba, BufferSize, Buffer);
383 IN UINT32 MediaId,
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuBlockIo.h 62 @param[in] MediaId Id of the media, changes every time the media is
77 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
89 IN UINT32 MediaId,
105 @param[in] MediaId The media ID that the write request is for.
118 @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
131 IN UINT32 MediaId,
155 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/MemoryOverwriteControl/
TcgMor.c 76 @param[in] MediaId ID of the medium to receive data from or send data to.
82 IN UINT32 MediaId
117 MediaId,
153 MediaId,
205 MediaId,
300 InitiateTPerReset (Ssp, BlockIo->Media->MediaId);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
ArmVExpressFastBoot.c 83 UINT32 MediaId;
87 MediaId = BlockIo->Media->MediaId;
98 Status = BlockIo->ReadBlocks (BlockIo, MediaId, 1, BlockIo->Media->BlockSize, (VOID *) GptHeader);
127 Status = BlockIo->ReadBlocks (BlockIo, MediaId, 2, BufferSize, (VOID *) *PartitionEntries);
317 UINT32 MediaId;
383 MediaId = BlockIo->Media->MediaId;
408 Status = DiskIo->WriteDisk (DiskIo, MediaId, Offset, WriteSize, Image);
425 Status = DiskIo->WriteDisk (DiskIo, MediaId, 0, Size, Image);
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
HiKeyFastboot.c 103 UINT32 MediaId;
107 MediaId = BlockIo->Media->MediaId;
118 Status = BlockIo->ReadBlocks (BlockIo, MediaId, 1, BlockIo->Media->BlockSize, (VOID *) GptHeader);
147 Status = BlockIo->ReadBlocks (BlockIo, MediaId, 2, BufferSize, (VOID *) *PartitionEntries);
358 UINT32 MediaId;
426 MediaId = BlockIo->Media->MediaId;
468 Status = DiskIo->WriteDisk (DiskIo, MediaId, Offset, WriteSize, Image);
485 Status = DiskIo->WriteDisk (DiskIo, MediaId, Offset + TmpCount, WriteSize - TmpCount, FillBuf);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppyBlock.c 99 @param MediaId Id of the media, changes every time the media is replaced.
108 @retval EFI_MEDIA_CHANGED The MediaId does not matched the current device.
118 IN UINT32 MediaId,
126 Status = FddReadWriteBlocks (This, MediaId, Lba, BufferSize, READ, Buffer);
139 @param MediaId The media ID that the write request is for.
149 @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
159 IN UINT32 MediaId,
167 Status = FddReadWriteBlocks (This, MediaId, Lba, BufferSize, WRITE, Buffer);
180 @param MediaId Id of the media, changes every time the media is replaced.
190 @retval EFI_MEDIA_CHANGED The MediaId does not matched the current device.
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/BlockMmioToBlockIoDxe/
BlockIo.c 61 @param MediaId The media ID that the read request is for.
71 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
82 IN UINT32 MediaId,
129 if (MediaId != Media->MediaId) {
164 @param MediaId The media ID that the read request is for.
174 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
184 IN UINT32 MediaId,
195 MediaId,
211 @param MediaId The media ID that the write request is for.
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
CEATABlockIo.c 63 @param MediaId The media id that the write request is for.
83 IN UINT32 MediaId,
112 if (MediaId != CardData->BlockIoMedia.MediaId) {
172 @param MediaId The media id that the write request is for.
192 IN UINT32 MediaId,
222 if (MediaId != CardData->BlockIoMedia.MediaId) {
348 CardData->BlockIoMedia.MediaId = 0;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/
DiskIo.h 181 @param MediaId Id of the media, changes every time the media is replaced.
189 @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
198 IN UINT32 MediaId,
215 @param MediaId Id of the media, changes every time the media is replaced.
224 @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
233 IN UINT32 MediaId,
259 @param MediaId ID of the medium to be read.
272 @retval EFI_MEDIA_CHNAGED The MediaId is not for the current medium.
281 IN UINT32 MediaId,
292 @param MediaId ID of the medium to be written.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
Gpt.c 220 UINT32 MediaId;
230 MediaId = BlockIo->Media->MediaId;
250 MediaId,
334 MediaId,
466 UINT32 MediaId;
469 MediaId = BlockIo->Media->MediaId;
481 MediaId,
555 BlockIo->Media->MediaId,
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuBlockIoDxe/
EmuBlockIo.c 61 @param[in] MediaId Id of the media, changes every time the media is
76 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
88 IN UINT32 MediaId,
103 Status = Private->Io->ReadBlocks (Private->Io, MediaId, LBA, Token, BufferSize, Buffer);
119 @param[in] MediaId The media ID that the write request is for.
132 @retval EFI_MEDIA_CHNAGED The MediaId does not matched the current device.
145 IN UINT32 MediaId,
160 Status = Private->Io->WriteBlocks (Private->Io, MediaId, LBA, Token, BufferSize, Buffer);
185 @retval EFI_MEDIA_CHANGED The MediaId is not for the current media.
250 @param MediaId Id of the media, changes every time the media is replaced.
    [all...]

Completed in 757 milliseconds

1 2 3 4