clk_d_audio 49 sound/soc/tegra/tegra30_ahub.c clk_disable_unprepare(ahub->clk_d_audio); clk_d_audio 69 sound/soc/tegra/tegra30_ahub.c ret = clk_prepare_enable(ahub->clk_d_audio); clk_d_audio 77 sound/soc/tegra/tegra30_ahub.c clk_disable(ahub->clk_d_audio); clk_d_audio 560 sound/soc/tegra/tegra30_ahub.c ahub->clk_d_audio = devm_clk_get(&pdev->dev, "d_audio"); clk_d_audio 561 sound/soc/tegra/tegra30_ahub.c if (IS_ERR(ahub->clk_d_audio)) { clk_d_audio 563 sound/soc/tegra/tegra30_ahub.c ret = PTR_ERR(ahub->clk_d_audio); clk_d_audio 514 sound/soc/tegra/tegra30_ahub.h struct clk *clk_d_audio;