Searched refs:I2C_COND_START (Results 1 – 2 of 2) sorted by relevance
143 if (msg->condition == I2C_COND_START) in i2c_transfer()176 if (msg->condition == I2C_COND_START) in i2c_transfer()255 msg.condition = I2C_COND_START; in __i2c_read()280 msg.condition = I2C_COND_START; in __i2c_read()326 msg.condition = I2C_COND_START; in __i2c_write()453 msg.condition = I2C_COND_START; in __i2c_probe_chip()
14 #define I2C_COND_START 1 macro