/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
EfiScriptLib.h | 212 Save PCI configuration space write operation to boot script with opcode
249 Save PCI configuration space modify operation to boot script with opcode
280 IN EFI_SMBUS_OPERATION Operation,
295 SlaveAddress - The SMBus address for the slave device that the operation is targeting.
298 Operation - Indicates which particular SMBus protocol it will use to execute the
300 PecCheck - Defines if Packet Error Code (PEC) checking is required for this operation.
301 Length - A pointer to signify the number of bytes that this operation will do.
402 EFI_SUCCESS - The operation was executed successfully
515 #define SCRIPT_SMBUS_EXECUTE(TableName, SlaveAddress, Command, Operation, PecCheck, Length, Buffer) \
516 BootScriptSaveSmbusExecute(TableName, SlaveAddress, Command, Operation, PecCheck, Length, Buffer) [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/NullDmaLib/ |
NullDmaLib.c | 26 Operation is relative to the DMA bus master.
28 @param Operation Indicates if the bus master is going to read or write to system memory.
46 IN DMA_MAP_OPERATION Operation,
61 operation and releases any corresponding resources.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
Smbus2.h | 32 Executes an SMBus operation to an SMBus controller. Returns when either
33 the command has been executed or an error is encountered in doing the operation.
43 @param Operation Signifies which particular SMBus hardware protocol instance that it
47 @param PecCheck Defines if Packet Error Code (PEC) checking is required for this operation.
48 @param Length Signifies the number of bytes that this operation will do.
49 The maximum number of bytes can be revision specific and operation specific.
51 for this operation. Not all operations require this argument.
60 @retval EFI_TIMEOUT Timeout expired before the operation was completed.
66 @retval EFI_INVALID_PARAMETER Operation is not defined in EFI_SMBUS_OPERATION.
69 @retval EFI_UNSUPPORTED The SMBus operation or PEC is not supported. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
SmbusHc.h | 32 operation as defined in the System Management Bus (SMBus)
55 @param Operation Signifies the particular SMBus
66 is required for this operation. SMBus Host
70 @param Length Signifies the number of bytes that this operation will do.
72 specific and operation specific. This field
74 are executed for this operation. Not all
88 @retval EFI_TIMEOUT Timeout expired before the operation was
105 @retval EFI_INVALID_PARAMETER Operation is not defined in
115 @retval EFI_UNSUPPORTED The SMBus operation or PEC is not
119 this operation. [all...] |
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/ |
DxeQNCSmbus.h | 43 Executes an SMBus operation to an SMBus controller. Returns when either the command has been
44 executed or an error is encountered in doing the operation.
46 The Execute() function provides a standard way to execute an operation as defined in the System
57 @param Operation Signifies which particular SMBus hardware protocol instance that
62 operation.
63 @param Length Signifies the number of bytes that this operation will do. The
64 maximum number of bytes can be revision specific and operation
66 are executed for this operation. Not all operations require this
75 @retval EFI_TIMEOUT Timeout expired before the operation was completed. Timeout is
82 @retval EFI_INVALID_PARAMETER Operation is not defined in EFI_SMBUS_OPERATION. [all...] |
/frameworks/av/media/libaudioclient/include/media/ |
IAudioTrack.h | 82 const sp<VolumeShaper::Operation>& operation) = 0;
|
PlayerBase.h | 44 const sp<VolumeShaper::Operation>& operation) override;
|
/frameworks/base/media/java/android/media/ |
PlayerProxy.java | 63 "No player to proxy for start operation, player already released?", e); 76 "No player to proxy for pause operation, player already released?", e); 89 "No player to proxy for stop operation, player already released?", e); 103 "No player to proxy for setVolume operation, player already released?", e); 117 "No player to proxy for setPan operation, player already released?", e); 131 "No player to proxy for setStartDelayMs operation, player already released?", 139 * @param operation 144 @NonNull VolumeShaper.Operation operation) { 146 mConf.getIPlayer().applyVolumeShaper(configuration, operation); [all...] |
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/ |
PciIo.c | 41 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation,
189 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
242 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation,
920 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
945 if ((UINT32)Operation >= EfiPciIoOperationMaximum) {
954 Operation = (EFI_PCI_IO_PROTOCOL_OPERATION) (Operation + EfiPciOperationBusMasterRead64);
959 (EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION) Operation,
1226 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation,
1267 switch (Operation) {
[all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/PciEmulation/ |
PciEmulation.c | 315 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
324 if (Operation == EfiPciIoOperationBusMasterRead) {
326 } else if (Operation == EfiPciIoOperationBusMasterWrite) {
328 } else if (Operation == EfiPciIoOperationBusMasterCommonBuffer) {
447 Performs an operation on the attributes that this PCI controller supports.
454 @param[in] Operation The operation to perform on the attributes for this
463 @retval EFI_SUCCESS The operation on the PCI controller's
464 attributes was completed. If the operation
467 @retval EFI_INVALID_PARAMETER Operation is greater than or equal to [all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/ArmJunoDxe/ |
PciEmulation.c | 268 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
277 if (Operation == EfiPciIoOperationBusMasterRead) {
279 } else if (Operation == EfiPciIoOperationBusMasterWrite) {
281 } else if (Operation == EfiPciIoOperationBusMasterCommonBuffer) {
400 Performs an operation on the attributes that this PCI controller supports.
407 @param[in] Operation The operation to perform on the attributes for this
416 @retval EFI_SUCCESS The operation on the PCI controller's
417 attributes was completed. If the operation
420 @retval EFI_INVALID_PARAMETER Operation is greater than or equal to [all...] |
/device/linaro/bootloader/edk2/Omap35xxPkg/PciEmulation/ |
PciEmulation.c | 315 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
324 if (Operation == EfiPciIoOperationBusMasterRead) {
326 } else if (Operation == EfiPciIoOperationBusMasterWrite) {
328 } else if (Operation == EfiPciIoOperationBusMasterCommonBuffer) {
447 Performs an operation on the attributes that this PCI controller supports.
454 @param[in] Operation The operation to perform on the attributes for this
463 @retval EFI_SUCCESS The operation on the PCI controller's
464 attributes was completed. If the operation
467 @retval EFI_INVALID_PARAMETER Operation is greater than or equal to [all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/ |
AcpiPlatform.c | 174 UINT8 *Operation;
189 // MNVS operation region
197 Operation = DsdtPointer - 1;
198 if (*Operation == AML_OPREGION_OP) {
216 Operation = DsdtPointer - 8;
217 if ((*Operation == AML_EXT_OP) && (*(Operation + 1) == AML_EXT_PROCESSOR_OP)) {
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/ |
PciRootBridgeIo.c | 177 Width - Width of the memory operation.
178 Address - The base address of the memory operation.
290 Width - Width of I/O operation.
291 Address - The base address of the I/O operation.
398 Width - The width of memory operation.
399 Address - Base address of the memory operation.
466 Width - The width of memory operation.
467 Address - Base address of the memory operation.
537 Width - Signifies the width of the memory operation.
538 Address - The base address of the I/O operation. [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EblNetworkLib/ |
EblNetworkLib.c | 140 IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation,
161 Operation,
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
ISDOpcodes.h | 294 /// SCALAR_TO_VECTOR(VAL) - This represents the operation of loading a 347 // integer shift operations, just like ADD/SUB_PARTS. The operation 354 // wider or narrower (depending on the operation) than the source 410 /// in a register of the same size. This operation effectively just 656 /// store operation (i.e. the load / store does the address 713 // Opcode N U L G E Intuitive operation [all...] |
/external/valgrind/helgrind/tests/ |
tc10_rec_lock.stderr.exp | 31 with error code 1 (EPERM: Operation not permitted)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
midles.h | 36 RPC_STATUS RPC_ENTRY MesIncrementalHandleReset(handle_t Handle,void *UserState,MIDL_ES_ALLOC AllocFn,MIDL_ES_WRITE WriteFn,MIDL_ES_READ ReadFn,MIDL_ES_CODE Operation); 40 RPC_STATUS RPC_ENTRY MesBufferHandleReset(handle_t Handle,unsigned __LONG32 HandleStyle,MIDL_ES_CODE Operation,char **pBuffer,unsigned __LONG32 BufferSize,unsigned __LONG32 *pEncodedSize);
|
/prebuilts/go/darwin-x86/src/runtime/ |
os2_nacl.go | 13 _EPERM = 1 /* Operation not permitted */ 88 _EBADFD = 77 /* f.d. invalid for this operation */ 97 _ENOTSOCK = 88 /* Socket operation on non-socket */ 104 _EOPNOTSUPP = 95 /* Operation not supported on transport endpoint */ 128 _ECANCELED = 125 /* Operation canceled. */ 135 _EWOULDBLOCK = _EAGAIN /* Operation would block */
|
/prebuilts/go/linux-x86/src/runtime/ |
os2_nacl.go | 13 _EPERM = 1 /* Operation not permitted */ 88 _EBADFD = 77 /* f.d. invalid for this operation */ 97 _ENOTSOCK = 88 /* Socket operation on non-socket */ 104 _EOPNOTSUPP = 95 /* Operation not supported on transport endpoint */ 128 _ECANCELED = 125 /* Operation canceled. */ 135 _EWOULDBLOCK = _EAGAIN /* Operation would block */
|
/system/keymaster/ |
aes_operation.h | 23 #include "operation.h" 28 * Abstract base for AES operation factories. This class does all of the work to create 35 Operation* CreateOperation(const Key& key, const AuthorizationSet& begin_params, 59 class AesEvpOperation : public Operation {
|
hmac_operation.cpp | 36 Operation* HmacOperationFactory::CreateOperation(const Key& key, 94 : Operation(purpose), error_(KM_ERROR_OK), mac_length_(mac_length),
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DeviceIo/ |
DeviceIo.h | 80 IN EFI_IO_OPERATION_TYPE Operation,
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Ppi/ |
Smbus.h | 33 Executes an SMBus operation to an SMBus controller.
42 @param[in] Operation Signifies which particular SMBus hardware protocol
45 required for this operation.
46 @param[in, out] Length The number of bytes for this operation.
53 @retval EFI_TIMEOUT Timeout expired before the operation was completed.
59 @retval EFI_INVALID_PARAMETER The operation is not defined in EFI_SMBUS_OPERATION.
63 @retval EFI_UNSUPPORTED The SMBus operation or PEC is not supported.
64 @retval EFI_BUFFER_TOO_SMALL Buffer is not sufficient for this operation.
74 IN EFI_SMBUS_OPERATION Operation,
119 which the operation is targeted. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
PciCommand.h | 71 @param Operation Type of Operation.
72 @param PtrCommand Return buffer holding old PCI command, if operation is not EFI_SET_REGISTER.
74 @return Status of PciIo operation.
82 IN UINT8 Operation,
148 @return status of PciIo operation
160 @return status of PciIo operation
172 @return status of PciIo operation
184 @return status of PciIo operation
196 @return status of PciIo operation
[all...] |