Lines Matching refs:ret
118 int ret;
121 ret = clk_enable(ctx->clk);
122 if (ret < 0)
123 return ret;
175 int ret;
178 ret = clk_enable(ctx->clk);
179 if (ret < 0)
180 return ret;
218 int ret;
220 ret = regmap_mmio_regbits_check(config->reg_bits);
221 if (ret)
222 return ERR_PTR(ret);
268 ret = -EINVAL;
290 ret = -EINVAL;
295 ret = -EINVAL;
304 ret = PTR_ERR(ctx->clk);
308 ret = clk_prepare(ctx->clk);
309 if (ret < 0) {
319 return ERR_PTR(ret);