Home | History | Annotate | Download | only in Linux_x86

Lines Matching refs:i2c_device_address

721     int i2c_device_address = 0x57;
724 if (gDalContext.pDev->i2c_device_address) {
725 i2c_device_address = gDalContext.pDev->i2c_device_address;
726 if (i2c_workaround && i2c_device_address < 32)
728 ALOGE("i2c_device_address not set to valid value");
770 /* A read value equal to the i2c_device_address indicates a HW I2C error at I2C address i2c_device_address
772 * must be a HCI length read, and a length of i2c_device_address is impossible (max is 33).
775 gReadWriteContext.pReadBuffer[0] == i2c_device_address)
778 DAL_DEBUG("RX Thread Read 0x%02x ", i2c_device_address);