Searched refs:per_clk (Results 1 – 1 of 1) sorted by relevance
395 struct clk *per_clk; member1155 f_per = clk_get_rate(st->per_clk); in at91_adc_setup_samp_freq()1745 st->per_clk = devm_clk_get(&pdev->dev, "adc_clk"); in at91_adc_probe()1746 if (IS_ERR(st->per_clk)) in at91_adc_probe()1747 return PTR_ERR(st->per_clk); in at91_adc_probe()1778 ret = clk_prepare_enable(st->per_clk); in at91_adc_probe()1825 clk_disable_unprepare(st->per_clk); in at91_adc_probe()1842 clk_disable_unprepare(st->per_clk); in at91_adc_remove()1864 clk_disable_unprepare(st->per_clk); in at91_adc_suspend()1890 ret = clk_prepare_enable(st->per_clk); in at91_adc_resume()