Lines Matching defs:error
545 int error;
549 error = adp8870_read(data->client, reg, ®_val);
552 if (error < 0)
553 return error;
736 int error;
741 error = adp8870_read(data->client, ADP8870_PH1LEVL, ®_val);
742 if (error < 0) {
744 return error;
747 error = adp8870_read(data->client, ADP8870_PH1LEVH, ®_val);
750 if (error < 0)
751 return error;
765 int error;
769 error = adp8870_read(data->client, ADP8870_CFGR, ®_val);
772 if (error < 0)
773 return error;