hda2codec_2x_clk   63 sound/pci/hda/hda_tegra.c 	struct clk *hda2codec_2x_clk;
hda2codec_2x_clk  112 sound/pci/hda/hda_tegra.c 	rc = clk_prepare_enable(data->hda2codec_2x_clk);
hda2codec_2x_clk  122 sound/pci/hda/hda_tegra.c 	clk_disable_unprepare(data->hda2codec_2x_clk);
hda2codec_2x_clk  131 sound/pci/hda/hda_tegra.c 	clk_disable_unprepare(data->hda2codec_2x_clk);
hda2codec_2x_clk  264 sound/pci/hda/hda_tegra.c 	hda->hda2codec_2x_clk = devm_clk_get(dev, "hda2codec_2x");
hda2codec_2x_clk  265 sound/pci/hda/hda_tegra.c 	if (IS_ERR(hda->hda2codec_2x_clk)) {
hda2codec_2x_clk  267 sound/pci/hda/hda_tegra.c 		return PTR_ERR(hda->hda2codec_2x_clk);