Lines Matching refs:ret
39 int ret;41 ret = clk_prepare_enable(imx->clk_ipg);42 if (ret)43 return ret;45 ret = clk_prepare_enable(imx->clk_per);46 if (ret) {48 return ret;97 int ret;99 ret = pwm_imx1_clk_prepare_enable(chip);100 if (ret < 0)101 return ret;