Searched refs:I2C_COND_STOP (Results 1 – 2 of 2) sorted by relevance
145 if (msg->condition == I2C_COND_STOP) in i2c_transfer()178 if (msg->condition == I2C_COND_STOP) in i2c_transfer()291 msg.condition = I2C_COND_STOP; in __i2c_read()355 msg.condition = I2C_COND_STOP; in __i2c_write()460 msg.condition = I2C_COND_STOP; in __i2c_probe_chip()
15 #define I2C_COND_STOP 2 macro