Lines Matching refs:error
114 * failure or unexpected response the field is set to error value.
118 int error;
143 int ret = ctx->error;
145 ctx->error = 0;
151 if (ctx->error < 0)
154 ctx->error = ctx->dcs_read(ctx->dev, cmd, data);
159 if (ctx->error < 0 || len == 0)
162 ctx->error = ctx->dcs_write(ctx->dev, data, len);
182 dev_err(ctx->dev, "error checking LCD type (%d)\n", ret);
473 dev_err(dev, "error registering backlight device (%d)\n", ret);