Lines Matching defs:stop
432 goto stop;
436 goto stop;
440 goto stop;
444 goto stop;
451 goto stop;
455 goto stop;
459 goto stop;
463 goto stop;
504 stop:
597 * stop: Enables stop after transfer if set. Set for last transfer of
604 static void exynos5_i2c_message_start(struct exynos5_i2c *i2c, int stop)
663 if (stop == 1)
672 struct i2c_msg *msgs, int stop)
683 exynos5_i2c_message_start(i2c, stop);
693 * If this is the last message to be transfered (stop == 1)
696 if (ret == 0 && stop)