Home | History | Annotate | Download | only in Ppi

Lines Matching refs:Operation

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.
70 @retval EFI_BUFFER_TOO_SMALL Buffer is not sufficient for this operation.
79 IN EFI_SMBUS_OPERATION Operation,
98 which the operation is targeted.