Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pwm/
A 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()
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()
650 clk_unprepare(pc->cpt_clk); in sti_pwm_probe()
[all …]

Completed in 6 milliseconds