I2C_M_STOP        869 drivers/gpu/drm/drm_dp_helper.c 	if (!(i2c_msg->flags & I2C_M_STOP))
I2C_M_STOP       4068 drivers/gpu/drm/drm_dp_mst_topology.c 		msg.u.i2c_read.transactions[i].no_stop_bit = !(msgs[i].flags & I2C_M_STOP);
I2C_M_STOP        552 drivers/i2c/algos/i2c-algo-bit.c 				if (msgs[i - 1].flags & I2C_M_STOP) {
I2C_M_STOP        247 drivers/i2c/busses/i2c-fsi.c 	if (stop || msg->flags & I2C_M_STOP)
I2C_M_STOP        699 drivers/i2c/busses/i2c-omap.c 	if (msg->flags & I2C_M_STOP)
I2C_M_STOP        986 drivers/i2c/busses/i2c-pxa.c 			((i2c->msg->flags & I2C_M_STOP) ||
I2C_M_STOP        663 drivers/i2c/busses/i2c-sh_mobile.c 		pd->send_stop = i == num - 1 || msg->flags & I2C_M_STOP;
I2C_M_STOP         53 drivers/i2c/busses/i2c-tegra-bpmp.c 	if (flags & I2C_M_STOP) {
I2C_M_STOP         55 drivers/i2c/busses/i2c-tegra-bpmp.c 		flags &= ~I2C_M_STOP;
I2C_M_STOP        422 drivers/i2c/busses/i2c-uniphier-f.c 		bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP);
I2C_M_STOP        231 drivers/i2c/busses/i2c-uniphier.c 		bool stop = (msg + 1 == emsg) || (msg->flags & I2C_M_STOP);
I2C_M_STOP         71 drivers/iio/proximity/pulsedlight-lidar-lite-v2.c 	msg[0].flags = client->flags | I2C_M_STOP;