Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/arm/
A Dpxa2xx-ac97-lib.c32 static struct clk *ac97conf_clk; variable
164 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