Lines Matching defs:msgs
279 struct i2c_msg *msgs;
676 struct i2c_msg *msgs;
680 msgs = bus->msgs;
683 * check that transaction was not timed-out, and msgs still
686 if (!msgs)
698 if (bus->msgs) {
699 if (msgs[0].flags & I2C_M_RD)
700 msgs[0].len = info;
702 msgs[1].flags & I2C_M_RD)
703 msgs[1].len = info;
2061 static int npcm_i2c_master_xfer(struct i2c_adapter *adap, struct i2c_msg *msgs,
2081 msg0 = &msgs[0];
2101 msg1 = &msgs[1];
2154 bus->msgs = msgs;