Searched refs:clks_cnt (Results 1 – 1 of 1) sorted by relevance
88 int clks_cnt; member112 ret = clk_bulk_prepare_enable(imx->clks_cnt, imx->clks); in pwm_imx27_get_state()155 clk_bulk_disable_unprepare(imx->clks_cnt, imx->clks); in pwm_imx27_get_state()242 ret = clk_bulk_prepare_enable(imx->clks_cnt, imx->clks); in pwm_imx27_apply()364 clk_bulk_disable_unprepare(imx->clks_cnt, imx->clks); in pwm_imx27_apply()393 imx->clks_cnt = ARRAY_SIZE(pwm_imx27_clks); in pwm_imx27_probe()394 for (i = 0; i < imx->clks_cnt; ++i) in pwm_imx27_probe()397 ret = devm_clk_bulk_get(&pdev->dev, imx->clks_cnt, imx->clks); in pwm_imx27_probe()409 ret = clk_bulk_prepare_enable(imx->clks_cnt, imx->clks); in pwm_imx27_probe()416 clk_bulk_disable_unprepare(imx->clks_cnt, imx->clks); in pwm_imx27_probe()