Searched refs:msgs_part (Results 1 – 1 of 1) sorted by relevance
861 struct i2c_msg *msgs_part; in i2c_dw_xfer_common() local879 for (msgs_part = msgs; msgs_part < msgs + num; msgs_part += cnt) { in i2c_dw_xfer_common()887 if (!i2c_dw_msg_is_valid(dev, msgs_part, cnt - 1)) { in i2c_dw_xfer_common()892 if ((msgs_part[cnt - 1].flags & I2C_M_STOP) || in i2c_dw_xfer_common()893 (msgs_part + cnt == msgs + num)) in i2c_dw_xfer_common()900 ret = __i2c_dw_xfer_one_part(dev, msgs_part, cnt); in i2c_dw_xfer_common()