Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/tegra/
Dtegra30_ahub.c48 clk_disable_unprepare(ahub->clk_apbif); in tegra30_ahub_runtime_suspend()
74 ret = clk_prepare_enable(ahub->clk_apbif); in tegra30_ahub_runtime_resume()
567 ahub->clk_apbif = devm_clk_get(&pdev->dev, "apbif"); in tegra30_ahub_probe()
568 if (IS_ERR(ahub->clk_apbif)) { in tegra30_ahub_probe()
570 ret = PTR_ERR(ahub->clk_apbif); in tegra30_ahub_probe()
Dtegra30_ahub.h515 struct clk *clk_apbif; member