Searched refs:deviceAddress (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h297 IOReturn readDDCBlock(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 startAddress, UInt8 * data);
298 IOReturn i2cReadDDCciData(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 count, UInt8 *buffer);
299 IOReturn i2cReadData(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 count, UInt8 * buffer);
300 IOReturn i2cWriteData(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 count, UInt8 * buffer);
310 IOReturn i2cRead(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 numberOfBytes, UInt8 * data);
311 IOReturn i2cWrite(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 numberOfBytes, UInt8 * data);
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dpcscdmonitor.cpp417 if (deviceAddress(service, address))
430 deviceAddress(service, address);
475 if (deviceAddress(dev, address))
544 deviceAddress(dev, address);
586 if (deviceAddress(dev, address))
754 deviceAddress(dev, address);
779 // PCSCDMonitor::deviceAddress(*dev, &address);
869 bool PCSCDMonitor::deviceAddress(io_service_t service, uint32_t &address) function in class:PCSCDMonitor
882 bool PCSCDMonitor::deviceAddress(const IOKit::Device &dev, uint32_t &address) function in class:PCSCDMonitor
H A Dpcscdmonitor.h175 static bool deviceAddress(io_service_t service, uint32_t &address);
176 static bool deviceAddress(const IOKit::Device &dev, uint32_t &address);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp9210 // -> deviceAddress device's I2C address
9215 UInt8 deviceAddress, UInt8 count, UInt8 * buffer)
9224 err = i2cRead(bus, timing, deviceAddress, count, buffer);
9236 // -> deviceAddress device's I2C address
9240 IOReturn IOFramebuffer::i2cWriteData(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 count, UInt8 * buffer) argument
9249 err = i2cWrite(bus, timing, deviceAddress, count, buffer);
9295 // -> deviceAddress device's I2C address
9299 IOReturn IOFramebuffer::readDDCBlock(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 startAddress, UInt8 * data) argument
9306 err = i2cWrite(bus, timing, deviceAddress, 1, &startAddress);
9311 err = i2cRead(bus, timing, deviceAddress, kDDCBlockSiz
9214 i2cReadData(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 count, UInt8 * buffer) argument
9603 i2cReadDDCciData(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 count, UInt8 *buffer) argument
9685 i2cRead(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 numberOfBytes, UInt8 * data) argument
9731 i2cWrite(IOIndex bus, IOI2CBusTiming * timing, UInt8 deviceAddress, UInt8 numberOfBytes, UInt8 * data) argument
[all...]

Completed in 140 milliseconds