Lines Matching defs:per_clk
390 struct clk *per_clk;
1195 f_per = clk_get_rate(st->per_clk);
1800 st->per_clk = devm_clk_get(&pdev->dev, "adc_clk");
1801 if (IS_ERR(st->per_clk))
1802 return PTR_ERR(st->per_clk);
1833 ret = clk_prepare_enable(st->per_clk);
1880 clk_disable_unprepare(st->per_clk);
1897 clk_disable_unprepare(st->per_clk);
1921 clk_disable_unprepare(st->per_clk);
1946 ret = clk_prepare_enable(st->per_clk);