Lines Matching refs:stop
85 int stop;
179 dev_dbg(priv->dev, "%s: rw and send stop over\n", __func__);
189 if (priv->stop) {
259 goto stop;
265 goto stop;
274 goto stop;
285 stop:
299 static void hix5hd2_i2c_message_start(struct hix5hd2_i2c_priv *priv, int stop)
315 struct i2c_msg *msgs, int stop)
323 priv->stop = stop;
328 hix5hd2_i2c_message_start(priv, stop);
342 * If this is the last message to be transfered (stop == 1)
345 if (priv->state == HIX5I2C_STAT_RW_SUCCESS && stop)
358 int i, ret, stop;
364 stop = 1;
366 stop = 0;
368 ret = hix5hd2_i2c_xfer_msg(priv, msgs, stop);