Lines Matching defs:error
109 /* device error - no response, ignore the autodetection case */
112 dev_err(&a->dev, "Device error!\n");
190 int error = 0;
211 error = ali1563_block_start(a);
212 if (error)
215 error = ali1563_block_start(a);
216 if (error)
230 return error;
237 int error = 0;
269 error = -EOPNOTSUPP;
299 error = ali1563_block(a, data, rw);
303 error = ali1563_transaction(a, size);
304 if (error)
322 return error;
400 int error;
402 error = ali1563_setup(dev);
403 if (error)
408 error = i2c_add_adapter(&ali1563_adapter);
409 if (error)
416 dev_warn(&dev->dev, "ALi1563 SMBus probe failed (%d)\n", error);
417 return error;