I2C_F_STOP        101 dev/i2c/i2c_bitbang.c 	return (i2c_bitbang_write_byte(v, i2caddr, flags & ~I2C_F_STOP, ops));
I2C_F_STOP        138 dev/i2c/i2c_bitbang.c 	if ((flags & (I2C_F_STOP | I2C_F_LAST)) == (I2C_F_STOP | I2C_F_LAST))
I2C_F_STOP        175 dev/i2c/i2c_bitbang.c 	if (flags & I2C_F_STOP)
I2C_F_STOP         90 dev/i2c/i2c_exec.c 			flags |= I2C_F_STOP;
I2C_F_STOP        430 dev/isa/gscsio.c 	if (flags & I2C_F_STOP) {