Lines Matching refs:last_msg
387 bool last_msg; member
594 if (!i2c->last_msg) in img_i2c_read()
608 if (!i2c->last_msg) in img_i2c_write()
824 !i2c->last_msg) in img_i2c_atomic()
876 if (!i2c->last_msg && line_status & LINESTAT_START_BIT_DET) { in img_i2c_auto()
877 img_i2c_transaction_halt(i2c, !i2c->last_msg); in img_i2c_auto()
911 img_i2c_transaction_halt(i2c, !i2c->last_msg); in img_i2c_auto()
986 if (!i2c->last_msg || i2c->line_status & LINESTAT_STOP_BIT_DET) in img_i2c_isr()
1087 i2c->last_msg = (i == num - 1); in img_i2c_xfer()
1106 img_i2c_transaction_halt(i2c, !i2c->last_msg); in img_i2c_xfer()
1122 img_i2c_transaction_halt(i2c, !i2c->last_msg); in img_i2c_xfer()