Lines Matching defs:msgs
297 struct i2c_msg *msgs;
695 struct i2c_msg *msgs;
699 msgs = bus->msgs;
702 * check that transaction was not timed-out, and msgs still
705 if (!msgs)
719 if (bus->msgs) {
720 if (msgs[0].flags & I2C_M_RD)
721 msgs[0].len = info;
723 msgs[1].flags & I2C_M_RD)
724 msgs[1].len = info;
2082 static int npcm_i2c_master_xfer(struct i2c_adapter *adap, struct i2c_msg *msgs,
2102 msg0 = &msgs[0];
2122 msg1 = &msgs[1];
2175 bus->msgs = msgs;