Lines Matching defs:msgp
451 struct iic_msg msgs[2], *msgp = msgs;
456 msgp->flags = IIC_M_WR | IIC_M_NOSTOP;
457 msgp->slave = i2c_opt.addr;
458 msgp->buf = i2c_opt.off_buf;
459 msgp->len = i2c_opt.off_len;
460 msgp++;
472 msgp->flags = IIC_M_WR | flag;
474 msgp->flags = IIC_M_RD;
475 msgp->slave = i2c_opt.addr;
476 msgp->len = i2c_opt.count;
477 msgp->buf = i2c_buf;
478 msgp++;
481 xfer.nmsgs = msgp - msgs;