Lines Matching defs:error
424 int error;
428 error = adp8860_read(data->client, reg, ®_val);
431 if (error < 0)
432 return error;
554 int error;
559 error = adp8860_read(data->client, ADP8860_PH1LEVL, ®_val);
560 if (!error) {
562 error = adp8860_read(data->client, ADP8860_PH1LEVH, ®_val);
566 if (error)
567 return error;
581 int error;
585 error = adp8860_read(data->client, ADP8860_CFGR, ®_val);
588 if (error < 0)
589 return error;