Lines Matching +full:read +full:- +full:out
7 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 SPDX-License-Identifier: BSD-2-Clause-Patent
17 /// DebugPortIo protocol {EBA4E8D2-3858-41EC-A281-2647BA9660D0}
51 …@param Timeout The number of microseconds to wait before timing out a write operati…
66 IN OUT UINTN *BufferSize,
74 …@param Timeout The number of microseconds to wait before timing out a read operatio…
75 …@param BufferSize On input, the requested number of bytes of data to read. On output, …
77 of data read and returned in Buffer.
78 @param Buffer A pointer to a buffer into which the data read will be saved.
80 @retval EFI_SUCCESS The data was read.
90 IN OUT UINTN *BufferSize,
91 OUT VOID *Buffer
95 Checks to see if any data is available to be read from the debugport device.
99 @retval EFI_SUCCESS At least one byte of data is available to be read.
101 @retval EFI_NOT_READY No data is available to be read.
116 EFI_DEBUGPORT_READ Read; member