Lines Matching refs:stop
449 goto stop; in exynos5_i2c_irq()
453 goto stop; in exynos5_i2c_irq()
457 goto stop; in exynos5_i2c_irq()
461 goto stop; in exynos5_i2c_irq()
468 goto stop; in exynos5_i2c_irq()
472 goto stop; in exynos5_i2c_irq()
476 goto stop; in exynos5_i2c_irq()
480 goto stop; in exynos5_i2c_irq()
516 stop: in exynos5_i2c_irq()
565 static void exynos5_i2c_message_start(struct exynos5_i2c *i2c, int stop) in exynos5_i2c_message_start() argument
616 if (stop == 1) in exynos5_i2c_message_start()
625 struct i2c_msg *msgs, int stop) in exynos5_i2c_xfer_msg() argument
636 exynos5_i2c_message_start(i2c, stop); in exynos5_i2c_xfer_msg()
649 if (ret == 0 && stop) in exynos5_i2c_xfer_msg()
667 int i = 0, ret = 0, stop = 0; in exynos5_i2c_xfer() local
677 stop = (i == num - 1); in exynos5_i2c_xfer()
679 ret = exynos5_i2c_xfer_msg(i2c, msgs, stop); in exynos5_i2c_xfer()