HomeSort by relevance Sort by last modified time
    Searched refs:Operation (Results 226 - 250 of 443) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/DwUfsHcDxe/
DwUfsHcDxe.c 132 @retval EFI_SUCCESS The operation succeeds.
133 @retval others The operation fails.
157 @param Operation Indicates if the bus master is going to read or write to system memory.
176 IN EDKII_UFS_HOST_CONTROLLER_OPERATION Operation,
189 if (Operation == EdkiiUfsHcOperationBusMasterRead) {
191 } else if (Operation == EdkiiUfsHcOperationBusMasterWrite) {
193 } else if (Operation == EdkiiUfsHcOperationBusMasterCommonBuffer) {
208 Completes the Map() operation and releases any corresponding resources.
324 memory operation.
385 memory operation.
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
DeviceIo.h 302 IN EFI_IO_OPERATION_TYPE Operation,
317 Operation - Indicates if the bus master is going to read or write to system memory.
328 EFI_INVALID_PARAMETER - The Operation or HostAddress is undefined.
346 Completes the Map() operation and releases any corresponding resources.
PcatPciRootBridge.h 114 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciRootBridgeIo/
PciRootBridgeIo.h 136 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/StatusCodeDataTypeId/
StatusCodeDataTypeId.h 248 // Memory Error Operation Definition
255 EFI_MEMORY_ERROR_OPERATION Operation;
282 // A shorthand to describe that the operation is performed
287 // A shorthand to describe that the operation is performed // on all devices within the array
291 // A shorthand to describe that the operation is performed // on multiple arrays
295 // A shorthand to describe that the operation is performed // on all the arrays
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiBootScript.h 163 UINT32 Operation;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/
InternalIsaBus.h 149 EFI_ISA_IO_PROTOCOL_OPERATION Operation;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/
IsaDriver.h 140 EFI_ISA_IO_PROTOCOL_OPERATION Operation;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumerator.h 458 happened on the hot-plug controller. Currently, the operations include add operation and remove operation..
461 @param Operation The operation the PCI bus driver is requested to make.
465 For a add operation, it is an output parameter.
466 For a remove operation, it's an input parameter.
469 @retval EFI_INVALID_PARAMETER Operation is not a legal value.
472 ChildHandleBuffer is NULL while Operation is add.
476 as requested, and for an add operation, the new handles are
483 IN EFI_PCI_HOTPLUG_OPERATION Operation,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UfsPciHcDxe/
UfsPciHcDxe.h 330 @retval EFI_SUCCESS The operation succeeds.
331 @retval others The operation fails.
344 @param Operation Indicates if the bus master is going to read or write to system memory.
363 IN EDKII_UFS_HOST_CONTROLLER_OPERATION Operation,
371 Completes the Map() operation and releases any corresponding resources.
461 memory operation.
489 memory operation.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/
ConPlatform.h 282 @param Operation Variable operations, including APPEND, CHECK and DELETE.
293 IN CONPLATFORM_VAR_OPERATION Operation