Searched refs:I2C_COND_STOP (Results 1 – 2 of 2) sorted by relevance
144 if (msg->condition == I2C_COND_STOP) in i2c_transfer()177 if (msg->condition == I2C_COND_STOP) in i2c_transfer()290 msg.condition = I2C_COND_STOP; in __i2c_read()354 msg.condition = I2C_COND_STOP; in __i2c_write()459 msg.condition = I2C_COND_STOP; in __i2c_probe_chip()
14 #define I2C_COND_STOP 2 macro