Searched refs:ac97conf_clk (Results 1 – 1 of 1) sorted by relevance
32 static struct clk *ac97conf_clk; variable164 clk_prepare_enable(ac97conf_clk); in pxa_ac97_cold_pxa27x()386 if (IS_ERR(ac97conf_clk)) { in pxa2xx_ac97_hw_probe()387 ret = PTR_ERR(ac97conf_clk); in pxa2xx_ac97_hw_probe()388 ac97conf_clk = NULL; in pxa2xx_ac97_hw_probe()422 if (ac97conf_clk) { in pxa2xx_ac97_hw_probe()423 clk_put(ac97conf_clk); in pxa2xx_ac97_hw_probe()424 ac97conf_clk = NULL; in pxa2xx_ac97_hw_probe()437 if (ac97conf_clk) { in pxa2xx_ac97_hw_remove()438 clk_put(ac97conf_clk); in pxa2xx_ac97_hw_remove()[all …]
Completed in 3 milliseconds