Home
last modified time | relevance | path

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

/sound/soc/sunxi/
Dsun4i-spdif.c183 struct clk *apb_clk; member
485 clk_disable_unprepare(host->apb_clk); in sun4i_spdif_runtime_suspend()
498 ret = clk_prepare_enable(host->apb_clk); in sun4i_spdif_runtime_resume()
542 host->apb_clk = devm_clk_get(&pdev->dev, "apb"); in sun4i_spdif_probe()
543 if (IS_ERR(host->apb_clk)) { in sun4i_spdif_probe()
545 return PTR_ERR(host->apb_clk); in sun4i_spdif_probe()