Home
last modified time | relevance | path

Searched refs:cpt_clk (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/drivers/pwm/
Dpwm-sti.c91 struct clk *cpt_clk; member
203 ret = clk_enable(pc->cpt_clk); in sti_pwm_config()
250 clk_disable(pc->cpt_clk); in sti_pwm_config()
271 ret = clk_enable(pc->cpt_clk); in sti_pwm_enable()
304 clk_disable(pc->cpt_clk); in sti_pwm_disable()
375 effective_ticks = clk_get_rate(pc->cpt_clk); in sti_pwm_capture()
621 pc->cpt_clk = of_clk_get_by_name(dev->of_node, "capture"); in sti_pwm_probe()
622 if (IS_ERR(pc->cpt_clk)) { in sti_pwm_probe()
624 return PTR_ERR(pc->cpt_clk); in sti_pwm_probe()
627 ret = clk_prepare(pc->cpt_clk); in sti_pwm_probe()
[all …]