Home
last modified time | relevance | path

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

/linux/sound/arm/
A Dpxa2xx-ac97-lib.c31 static struct clk *ac97conf_clk; variable
158 clk_prepare_enable(ac97conf_clk); in pxa_ac97_cold_pxa27x()
371 if (IS_ERR(ac97conf_clk)) { in pxa2xx_ac97_hw_probe()
372 ret = PTR_ERR(ac97conf_clk); in pxa2xx_ac97_hw_probe()
373 ac97conf_clk = NULL; in pxa2xx_ac97_hw_probe()
401 if (ac97conf_clk) { in pxa2xx_ac97_hw_probe()
402 clk_put(ac97conf_clk); in pxa2xx_ac97_hw_probe()
403 ac97conf_clk = NULL; in pxa2xx_ac97_hw_probe()
416 if (ac97conf_clk) { in pxa2xx_ac97_hw_remove()
417 clk_put(ac97conf_clk); in pxa2xx_ac97_hw_remove()
[all …]

Completed in 4 milliseconds