Home
last modified time | relevance | path

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

/linux-4.4.14/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()
579 ahub->clk_apbif = devm_clk_get(&pdev->dev, "apbif"); in tegra30_ahub_probe()
580 if (IS_ERR(ahub->clk_apbif)) { in tegra30_ahub_probe()
582 ret = PTR_ERR(ahub->clk_apbif); in tegra30_ahub_probe()
Dtegra30_ahub.h526 struct clk *clk_apbif; member