Changeset 77662 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Protocol/I2cHost.h
- Timestamp:
- Mar 12, 2019 12:40:12 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129295
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776 /vendor/edk2/current 103735-103757,103769-103776,129194-129237
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Include/Protocol/I2cHost.h
r58466 r77662 5 5 to all of the devices on the I2C bus. 6 6 7 Copyright (c) 2013 , Intel Corporation. All rights reserved.<BR>7 Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR> 8 8 This program and the accompanying materials 9 9 are licensed and made available under the terms and conditions of the BSD License … … 73 73 I2C transaction. 74 74 75 If the I2C host protocol has pending I2C transactions queued when76 the driver binding Stop() routine is called then the I2C host77 protocol completes all of the pending I2C transactions by returning78 EFI_ABORTED status. This notifies the upper layers allowing them79 to take corrective action or prepare to stop.80 81 75 When Event is NULL, QueueRequest() operates synchronously and 82 76 returns the I2C completion status as its return value. … … 108 102 @retval EFI_SUCCESS The transaction completed successfully when 109 103 Event is NULL. 110 @retval EFI_ABORTED The request did not complete because the111 driver binding Stop() routine was called.112 104 @retval EFI_BAD_BUFFER_SIZE The RequestPacket->LengthInBytes value is 113 105 too large.
Note:
See TracChangeset
for help on using the changeset viewer.