clk_apbif          48 sound/soc/tegra/tegra30_ahub.c 	clk_disable_unprepare(ahub->clk_apbif);
clk_apbif          74 sound/soc/tegra/tegra30_ahub.c 	ret = clk_prepare_enable(ahub->clk_apbif);
clk_apbif         567 sound/soc/tegra/tegra30_ahub.c 	ahub->clk_apbif = devm_clk_get(&pdev->dev, "apbif");
clk_apbif         568 sound/soc/tegra/tegra30_ahub.c 	if (IS_ERR(ahub->clk_apbif)) {
clk_apbif         570 sound/soc/tegra/tegra30_ahub.c 		ret = PTR_ERR(ahub->clk_apbif);
clk_apbif         515 sound/soc/tegra/tegra30_ahub.h 	struct clk *clk_apbif;