Searched refs:I2C_COND_START (Results 1 – 2 of 2) sorted by relevance
142 if (msg->condition == I2C_COND_START) in i2c_transfer()175 if (msg->condition == I2C_COND_START) in i2c_transfer()254 msg.condition = I2C_COND_START; in __i2c_read()279 msg.condition = I2C_COND_START; in __i2c_read()325 msg.condition = I2C_COND_START; in __i2c_write()452 msg.condition = I2C_COND_START; in __i2c_probe_chip()
13 #define I2C_COND_START 1 macro