cpt_clk            87 drivers/pwm/pwm-sti.c 	struct clk *cpt_clk;
cpt_clk           199 drivers/pwm/pwm-sti.c 		ret = clk_enable(pc->cpt_clk);
cpt_clk           246 drivers/pwm/pwm-sti.c 	clk_disable(pc->cpt_clk);
cpt_clk           267 drivers/pwm/pwm-sti.c 		ret = clk_enable(pc->cpt_clk);
cpt_clk           300 drivers/pwm/pwm-sti.c 	clk_disable(pc->cpt_clk);
cpt_clk           371 drivers/pwm/pwm-sti.c 		effective_ticks = clk_get_rate(pc->cpt_clk);
cpt_clk           615 drivers/pwm/pwm-sti.c 	pc->cpt_clk = of_clk_get_by_name(dev->of_node, "capture");
cpt_clk           616 drivers/pwm/pwm-sti.c 	if (IS_ERR(pc->cpt_clk)) {
cpt_clk           618 drivers/pwm/pwm-sti.c 		return PTR_ERR(pc->cpt_clk);
cpt_clk           621 drivers/pwm/pwm-sti.c 	ret = clk_prepare(pc->cpt_clk);
cpt_clk           636 drivers/pwm/pwm-sti.c 		clk_unprepare(pc->cpt_clk);
cpt_clk           667 drivers/pwm/pwm-sti.c 	clk_unprepare(pc->cpt_clk);