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);
640 pc->cpt_clk = of_clk_get_by_name(dev->of_node, "capture");
641 if (IS_ERR(pc->cpt_clk)) {
643 return PTR_ERR(pc->cpt_clk);
646 ret = clk_prepare(pc->cpt_clk);
671 clk_unprepare(pc->cpt_clk);
687 clk_unprepare(pc->cpt_clk);