Lines Matching refs:stop
468 goto stop;
472 goto stop;
476 goto stop;
480 goto stop;
492 goto stop;
496 goto stop;
500 goto stop;
504 goto stop;
547 stop:
640 * stop: Enables stop after transfer if set. Set for last transfer of
647 static void exynos5_i2c_message_start(struct exynos5_i2c *i2c, int stop)
706 if (stop == 1)
715 struct i2c_msg *msgs, int stop)
726 exynos5_i2c_message_start(i2c, stop);
736 * If this is the last message to be transfered (stop == 1)
739 if (ret == 0 && stop)