Lines Matching defs:msgs
96 struct i2c_msg *msgs;
514 msg = &i2c->msgs[i2c->curr_msg];
721 static int mpc_xfer(struct i2c_adapter *adap, struct i2c_msg *msgs, int num)
730 msgs[i].addr, msgs[i].flags, msgs[i].len,
731 msgs[i].flags & I2C_M_RD ? 0 : msgs[i].len,
732 msgs[i].buf);
734 WARN_ON(i2c->msgs != NULL);
735 i2c->msgs = msgs;
743 i2c->msgs = NULL;