Lines Matching refs:condition
28 u8 condition; member
143 if (msg->condition == I2C_COND_START) in i2c_transfer()
145 if (msg->condition == I2C_COND_STOP) in i2c_transfer()
176 if (msg->condition == I2C_COND_START) in i2c_transfer()
178 if (msg->condition == I2C_COND_STOP) in i2c_transfer()
255 msg.condition = I2C_COND_START; in __i2c_read()
270 msg.condition = I2C_COND_NORMAL; in __i2c_read()
280 msg.condition = I2C_COND_START; in __i2c_read()
291 msg.condition = I2C_COND_STOP; in __i2c_read()
294 msg.condition = I2C_COND_NORMAL; in __i2c_read()
326 msg.condition = I2C_COND_START; in __i2c_write()
341 msg.condition = I2C_COND_NORMAL; in __i2c_write()
355 msg.condition = I2C_COND_STOP; in __i2c_write()
357 msg.condition = I2C_COND_NORMAL; in __i2c_write()
453 msg.condition = I2C_COND_START; in __i2c_probe_chip()
460 msg.condition = I2C_COND_STOP; in __i2c_probe_chip()