Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-sti.c79 struct clk *cpt_clk; member
191 ret = clk_enable(pc->cpt_clk); in sti_pwm_config()
238 clk_disable(pc->cpt_clk); in sti_pwm_config()
258 ret = clk_enable(pc->cpt_clk); in sti_pwm_enable()
285 clk_disable(pc->cpt_clk); in sti_pwm_disable()
353 effective_ticks = clk_get_rate(pc->cpt_clk); in sti_pwm_capture()
600 pc->cpt_clk = devm_clk_get_prepared(dev, "capture"); in sti_pwm_probe()
601 if (IS_ERR(pc->cpt_clk)) in sti_pwm_probe()
602 return dev_err_probe(dev, PTR_ERR(pc->cpt_clk), in sti_pwm_probe()