Searched refs:i2cRead (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h310 IOReturn i2cRead(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 numberOfBytes, UInt8 * data);
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp9224 err = i2cRead(bus, timing, deviceAddress, count, buffer);
9311 err = i2cRead(bus, timing, deviceAddress, kDDCBlockSize, data);
9676 // i2cRead()
9685 IOReturn IOFramebuffer::i2cRead(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 numberOfBytes, UInt8 * data) function in class:IOFramebuffer

Completed in 95 milliseconds