Searched refs:msgs_part (Results 1 – 1 of 1) sorted by relevance
870 struct i2c_msg *msgs_part; in i2c_dw_xfer_common() local888 for (msgs_part = msgs; msgs_part < msgs + num; msgs_part += cnt) { in i2c_dw_xfer_common()896 if (!i2c_dw_msg_is_valid(dev, msgs_part, cnt - 1)) { in i2c_dw_xfer_common()901 if ((msgs_part[cnt - 1].flags & I2C_M_STOP) || in i2c_dw_xfer_common()902 (msgs_part + cnt == msgs + num)) in i2c_dw_xfer_common()909 ret = __i2c_dw_xfer_one_part(dev, msgs_part, cnt); in i2c_dw_xfer_common()