Home | History | Annotate | Download | only in Pi

Lines Matching refs:Operation

113 /// I2C read operation when set

117 /// Define the flags for SMBus operation
119 /// The following flags are also present in only the first I2C operation
124 /// SMBus operation
127 /// SMBus block operation
129 /// the LengthInBytes field of the operation in the request packet with
138 /// SMBus process call operation
250 /// I2C device operation
254 /// Some transactions will consist of a single operation while others will
258 /// only) operation and will return EFI_UNSUPPORTED status when these
267 /// Flags to qualify the I2C operation.
289 /// transaction starts with a start bit followed by the first operation
290 /// in the operation array. Subsequent operations are separated with
291 /// repeated start bits and the last operation is followed by a stop bit
292 /// which concludes the transaction. Each operation is described by one
293 /// of the elements in the Operation array.
297 /// Number of elements in the operation array
302 /// Description of the I2C operation
304 EFI_I2C_OPERATION Operation [1];