Lines Matching defs:cpt_clk
88 struct clk *cpt_clk;
200 ret = clk_enable(pc->cpt_clk);
247 clk_disable(pc->cpt_clk);
268 ret = clk_enable(pc->cpt_clk);
301 clk_disable(pc->cpt_clk);
372 effective_ticks = clk_get_rate(pc->cpt_clk);
612 pc->cpt_clk = of_clk_get_by_name(dev->of_node, "capture");
613 if (IS_ERR(pc->cpt_clk)) {
615 return PTR_ERR(pc->cpt_clk);
618 ret = clk_prepare(pc->cpt_clk);
644 clk_unprepare(pc->cpt_clk);
662 clk_unprepare(pc->cpt_clk);