HomeSort by relevance Sort by last modified time
    Searched refs:ReadBuffer (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
I2CLib.h 30 @param *ReadBuffer Address to which the value read has to be stored
41 OUT UINT8 *ReadBuffer
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLib/
I2CLib.c 56 OUT UINT8 *ReadBuffer
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_span.c 135 if (ctx->ReadBuffer != ctx->DrawBuffer)
136 radeon_map_framebuffer(ctx, ctx->ReadBuffer);
150 if (ctx->ReadBuffer != ctx->DrawBuffer)
151 radeon_unmap_framebuffer(ctx, ctx->ReadBuffer);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffers.c 58 = intel_renderbuffer(intel->ctx.ReadBuffer->_ColorReadBuffer);
131 functions->ReadBuffer = intelReadBuffer;
intel_pixel_read.c 120 if (_mesa_is_winsys_fbo(ctx->ReadBuffer))
149 if (_mesa_is_winsys_fbo(ctx->ReadBuffer))
150 y = ctx->ReadBuffer->Height - (y + height);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_span.c 67 if (ctx->ReadBuffer != ctx->DrawBuffer)
68 framebuffer_map_unmap(ctx, ctx->ReadBuffer, map);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cMasterMcg.h 362 /// for write only operations. The ReadBuffer must be at least ReadBytes
365 UINT8 *ReadBuffer;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_viewport.c 69 stread = st_ws_framebuffer(st->ctx->ReadBuffer);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
Diagnostics.c 102 VOID *ReadBuffer;
118 ReadBuffer = AllocatePool (BufferSize);
136 Status = MmcReadBlocks (&(MmcHostInstance->BlockIo), MmcHostInstance->BlockIo.Media->MediaId,Lba,BufferSize,ReadBuffer);
143 if (!CompareBuffer (ReadBuffer,WriteBuffer,BufferSize)) {
156 Status = MmcReadBlocks (&(MmcHostInstance->BlockIo), MmcHostInstance->BlockIo.Media->MediaId,Lba,BufferSize,ReadBuffer);
163 if (!CompareBuffer (ReadBuffer,BackBuffer,BufferSize)) {
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BerkeleyPacketFilter.c 41 VOID *ReadBuffer;
290 Private->ReadBuffer = malloc (Private->ReadBufferSize);
291 if (Private->ReadBuffer == NULL) {
295 Private->CurrentReadPointer = Private->EndReadPointer = Private->ReadBuffer;
341 if (Private->ReadBuffer != NULL) {
342 free (Private->ReadBuffer);
343 Private->ReadBuffer = NULL;
388 if (Private->ReadBuffer != NULL) {
389 free (Private->ReadBuffer );
390 Private->CurrentReadPointer = Private->EndReadPointer = Private->ReadBuffer = NULL;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeSmbusLib/
SmbusLib.c 433 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
435 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
439 If ReadBuffer is NULL, then ASSERT().
445 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
457 OUT VOID *ReadBuffer,
464 ASSERT (ReadBuffer != NULL);
471 // Assuming that ReadBuffer is large enough to save another memory copy.
473 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
474 return InternalSmBusExec (EfiSmbusBWBRProcessCall, SmBusAddress, Length, ReadBuffer, Status);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiSmbusLib/
SmbusLib.c 433 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
435 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
439 If ReadBuffer is NULL, then ASSERT().
445 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
457 OUT VOID *ReadBuffer,
464 ASSERT (ReadBuffer != NULL);
471 // Assuming that ReadBuffer is large enough to save another memory copy.
473 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
474 return InternalSmBusExec (EfiSmbusBWBRProcessCall, SmBusAddress, Length, ReadBuffer, Status);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/
SmbusLib.c 428 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
430 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
434 If ReadBuffer is NULL, then ASSERT().
440 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
452 OUT VOID *ReadBuffer,
459 ASSERT (ReadBuffer != NULL);
466 // Assuming that ReadBuffer is large enough to save another memory copy.
468 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
469 return InternalSmBusExec (EfiSmbusBWBRProcessCall, SmBusAddress, Length, ReadBuffer, Status);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeSmbusLib/
SmbusLib.c 540 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
542 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
546 If ReadBuffer is NULL, then ASSERT().
552 @param ReadBuffer The pointer to the buffer of bytes to read from the SMBUS.
574 OUT VOID *ReadBuffer,
581 ASSERT (ReadBuffer != NULL);
588 // Assuming that ReadBuffer is large enough to save another memory copy.
590 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
591 return InternalSmBusExec (EfiSmbusBWBRProcessCall, SmBusAddress, Length, ReadBuffer, Status);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiSmbusLibSmbus2Ppi/
SmbusLib.c 533 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
535 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
539 If ReadBuffer is NULL, then ASSERT().
545 @param ReadBuffer The pointer to the buffer of bytes to read from the SMBUS.
566 OUT VOID *ReadBuffer,
573 ASSERT (ReadBuffer != NULL);
580 // Assuming that ReadBuffer is large enough to save another memory copy.
582 ReadBuffer = CopyMem (ReadBuffer, WriteBuffer, Length);
583 return InternalSmBusExec (EfiSmbusBWBRProcessCall, SmBusAddress, Length, ReadBuffer, Status);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseS3SmbusLib/
S3SmbusLib.c 467 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
469 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
473 If ReadBuffer is NULL, then ASSERT().
479 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
491 OUT VOID *ReadBuffer,
497 Length = SmBusBlockProcessCall (SmBusAddress, WriteBuffer, ReadBuffer, Status);
499 InternalSaveSmBusExecToBootScript (EfiSmbusBWBRProcessCall, SmBusAddress, SMBUS_LIB_LENGTH (SmBusAddress), ReadBuffer);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SmbusLib/
SmbusLib.c 626 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
638 OUT UINT8 *ReadBuffer,
711 if (ReadBuffer != NULL) {
721 ReadBuffer[Index] = IoRead8 (IoPortBaseAddress + R_PCH_SMBUS_HBD);
842 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
844 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
848 If ReadBuffer is NULL, then ASSERT().
854 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
866 OUT VOID *ReadBuffer,
873 ASSERT (ReadBuffer != NULL);
    [all...]
  /external/mesa3d/src/mesa/main/
drawpix.c 204 _mesa_lookup_enum_by_nr(ctx->ReadBuffer->ColorReadBuffer),
238 if (ctx->ReadBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT) {
244 if (_mesa_is_user_fbo(ctx->ReadBuffer) &&
245 ctx->ReadBuffer->Visual.samples > 0) {
buffers.c 499 struct gl_framebuffer *fb = ctx->ReadBuffer;
505 ctx->Pixel.ReadBuffer = buffer;
532 fb = ctx->ReadBuffer;
565 if (ctx->Driver.ReadBuffer)
566 (*ctx->Driver.ReadBuffer)(ctx, buffer);
readpix.c 60 struct gl_framebuffer *fb = ctx->ReadBuffer;
116 struct gl_framebuffer *fb = ctx->ReadBuffer;
178 struct gl_framebuffer *fb = ctx->ReadBuffer;
233 struct gl_renderbuffer *rb = ctx->ReadBuffer->_ColorReadBuffer;
326 struct gl_renderbuffer *rb = ctx->ReadBuffer->_ColorReadBuffer;
389 struct gl_framebuffer *fb = ctx->ReadBuffer;
421 struct gl_framebuffer *fb = ctx->ReadBuffer;
465 struct gl_framebuffer *fb = ctx->ReadBuffer;
526 struct gl_framebuffer *fb = ctx->ReadBuffer;
746 if (ctx->ReadBuffer->_Status != GL_FRAMEBUFFER_COMPLETE_EXT)
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/
I2CLibPei.c 431 OUT UINT8 *ReadBuffer,
451 ReceiveDataEnd = &ReadBuffer [ReadBytes];
453 ReceiveRequest = ReadBuffer;
456 while ((ReceiveDataEnd > ReceiveRequest) || (ReceiveDataEnd > ReadBuffer)) {
474 *ReadBuffer++ = (UINT8)ReceiveData;
480 // Waiting the last request to get data and make (ReceiveDataEnd > ReadBuffer) =TRUE.
594 @param *ReadBuffer Address to which the value read has to be stored
605 OUT UINT8 *ReadBuffer
612 Status = ByteReadI2CBasic(I2cControllerIndex, SlaveAddress, ReadBytes, ReadBuffer, TRUE, TRUE);
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 109 if (!ctx->ReadBuffer->_ColorReadBuffer) {
110 /* no readbuffer - OK */
114 if (ctx->DrawBuffer == ctx->ReadBuffer) {
150 _swrast_read_rgba_span( ctx, ctx->ReadBuffer->_ColorReadBuffer,
174 _swrast_read_rgba_span( ctx, ctx->ReadBuffer->_ColorReadBuffer,
247 struct gl_framebuffer *fb = ctx->ReadBuffer;
257 /* no readbuffer - OK */
265 if (ctx->DrawBuffer == ctx->ReadBuffer) {
349 struct gl_framebuffer *fb = ctx->ReadBuffer;
358 /* no readbuffer - OK *
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/
SmbusLib.c 573 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
585 OUT UINT8 *ReadBuffer,
640 if (ReadBuffer != NULL) {
649 ReadBuffer[Index] = IoRead8 (IoPortBaseAddress + R_QNC_SMBUS_HBD + (UINT8)Index);
759 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
761 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
765 If ReadBuffer is NULL, then ASSERT().
771 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
790 OUT VOID *ReadBuffer,
795 ASSERT (ReadBuffer != NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSmbusLibNull/
BaseSmbusLibNull.c 500 Bytes are written to the SMBUS from WriteBuffer. Bytes are then read from the SMBUS into ReadBuffer.
502 It is the caller's responsibility to make sure ReadBuffer is large enough for the total number of bytes read.
506 If ReadBuffer is NULL, then ASSERT().
512 @param ReadBuffer Pointer to the buffer of bytes to read from the SMBUS.
531 OUT VOID *ReadBuffer,
536 ASSERT (ReadBuffer != NULL);
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Library/
I2CLib.h 147 OUT UINT8 *ReadBuffer,
165 OUT UINT8 *ReadBuffer

Completed in 495 milliseconds

1 2 3 4