Lines Matching refs:ret
34 int ret;
37 ret = regmap_read(tps6105x->regmap, TPS6105X_REG_0, ®val);
38 if (ret)
39 return ret;
61 return ret;
125 int ret;
147 ret = tps6105x_startup(tps6105x);
148 if (ret) {
150 return ret;
153 ret = tps6105x_add_device(tps6105x, &tps6105x_gpio_cell);
154 if (ret)
155 return ret;
163 ret = tps6105x_add_device(tps6105x, &tps6105x_leds_cell);
166 ret = tps6105x_add_device(tps6105x, &tps6105x_flash_cell);
169 ret = tps6105x_add_device(tps6105x, &tps6105x_regulator_cell);
176 if (ret)
179 return ret;