Lines Matching refs:error
192 * @error: error code for i2c transfer
223 int error;
266 * @error: Error code to return in rk3x_i2c_xfer
268 static void rk3x_i2c_stop(struct rk3x_i2c *i2c, int error)
274 i2c->error = error;
415 rk3x_i2c_stop(i2c, i2c->error);
449 rk3x_i2c_stop(i2c, i2c->error);
503 * an error.
972 * Return: Number of I2C msgs processed or negative in case of error
1039 i2c->error = 0;
1124 if (i2c->error) {
1125 ret = i2c->error;