Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pwm/
Dpwm-sti.c87 struct clk *cpt_clk; member
199 ret = clk_enable(pc->cpt_clk); in sti_pwm_config()
246 clk_disable(pc->cpt_clk); in sti_pwm_config()
267 ret = clk_enable(pc->cpt_clk); in sti_pwm_enable()
300 clk_disable(pc->cpt_clk); in sti_pwm_disable()
371 effective_ticks = clk_get_rate(pc->cpt_clk); in sti_pwm_capture()
630 pc->cpt_clk = of_clk_get_by_name(dev->of_node, "capture"); in sti_pwm_probe()
631 if (IS_ERR(pc->cpt_clk)) { in sti_pwm_probe()
633 return PTR_ERR(pc->cpt_clk); in sti_pwm_probe()
636 ret = clk_prepare(pc->cpt_clk); in sti_pwm_probe()
[all …]