Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/adc/
H A Dat91-sama5d2_adc.c601 struct clk *per_clk; member
1599 f_per = clk_get_rate(st->per_clk); in at91_adc_setup_samp_freq()
2415 if (IS_ERR(st->per_clk)) in at91_adc_probe()
2416 return PTR_ERR(st->per_clk); in at91_adc_probe()
2445 ret = clk_prepare_enable(st->per_clk); in at91_adc_probe()
2489 clk_disable_unprepare(st->per_clk); in at91_adc_probe()
2508 clk_disable_unprepare(st->per_clk); in at91_adc_remove()
2537 clk_disable_unprepare(st->per_clk); in at91_adc_suspend()
2587 clk_disable_unprepare(st->per_clk); in at91_adc_resume()
2602 clk_disable(st->per_clk); in at91_adc_runtime_suspend()
[all …]