Searched refs:sendBytes (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/IOGraphics-485/tools/
H A Ditvview.c27 request.sendBytes = 0x01;
71 request.sendBytes = 0x02;
86 request.sendBytes = 0;
H A Di2cexample.c59 request.sendBytes = 0x01;
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/i2c/
H A DIOI2CInterfacePrivate.h62 uint32_t sendBytes; member in struct:IOI2CRequest_10_5_0
H A DIOI2CInterface.h65 * @field sendBytes Number of bytes to send. Set to actual bytes sent on completion of the request.
100 uint32_t sendBytes; member in struct:IOI2CRequest
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOI2CInterface.cpp212 request->sendBytes = requestV1->sendBytes;
229 if (request->sendBytes)
H A DIOFramebuffer.cpp9116 err = i2cReadData(bus, timing, request->sendAddress, request->sendBytes, (UInt8 *) request->sendBuffer);
9122 err = i2cWriteData(bus, timing, request->sendAddress, request->sendBytes, (UInt8 *) request->sendBuffer);
10238 request.sendBytes = 0;
10291 request.sendBytes = sizeof(data[1]);
10362 request.sendBytes = 0;
10594 if (request->sendBytes && (kIOI2CNoTransactionType != request->sendTransactionType))
10604 (UInt8 *) request->sendBuffer, request->sendBytes))
/macosx-10.10.1/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.c5583 if( request->sendBytes > sizeof(buffer.inlineBuffer))
5598 if( request->sendBytes)
5599 bcopy( (void *) request->sendBuffer, &buffer.inlineBuffer[0], request->sendBytes );
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp2876 comm.csSendSize = request->sendBytes;

Completed in 215 milliseconds