Lines Matching defs:per_clk
588 struct clk *per_clk;
1586 f_per = clk_get_rate(st->per_clk);
2406 st->per_clk = devm_clk_get(&pdev->dev, "adc_clk");
2407 if (IS_ERR(st->per_clk))
2408 return PTR_ERR(st->per_clk);
2437 ret = clk_prepare_enable(st->per_clk);
2481 clk_disable_unprepare(st->per_clk);
2500 clk_disable_unprepare(st->per_clk);
2531 clk_disable_unprepare(st->per_clk);
2556 ret = clk_prepare_enable(st->per_clk);
2581 clk_disable_unprepare(st->per_clk);
2596 clk_disable(st->per_clk);
2606 return clk_enable(st->per_clk);