Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/tegra/
Dtegra30_ahub.c58 clk_disable_unprepare(ahub->clk_apbif); in tegra30_ahub_runtime_suspend()
84 ret = clk_prepare_enable(ahub->clk_apbif); in tegra30_ahub_runtime_resume()
580 ahub->clk_apbif = clk_get(&pdev->dev, "apbif"); in tegra30_ahub_probe()
581 if (IS_ERR(ahub->clk_apbif)) { in tegra30_ahub_probe()
583 ret = PTR_ERR(ahub->clk_apbif); in tegra30_ahub_probe()
666 clk_put(ahub->clk_apbif); in tegra30_ahub_probe()
683 clk_put(ahub->clk_apbif); in tegra30_ahub_remove()
Dtegra30_ahub.h526 struct clk *clk_apbif; member