Lines Matching defs:ret
48 int ret;50 ret = regulator_enable(ctx->supply);51 if (ret < 0) {52 dev_err(&ctx->dsi->dev, "Failed to enable supply: %d\n", ret);53 return ret;144 int ret;192 ret = drm_panel_of_backlight(&ctx->panel);193 if (ret)194 return ret;202 ret = mipi_dsi_attach(dsi);203 if (ret < 0) {205 return ret;