Searched refs:hda2codec_2x_clk (Results 1 – 1 of 1) sorted by relevance
74 struct clk *hda2codec_2x_clk; member222 rc = clk_prepare_enable(data->hda2codec_2x_clk); in hda_tegra_enable_clocks()232 clk_disable_unprepare(data->hda2codec_2x_clk); in hda_tegra_enable_clocks()242 clk_disable_unprepare(data->hda2codec_2x_clk); in hda_tegra_disable_clocks()323 hda->hda2codec_2x_clk = devm_clk_get(dev, "hda2codec_2x"); in hda_tegra_init_chip()324 if (IS_ERR(hda->hda2codec_2x_clk)) in hda_tegra_init_chip()325 return PTR_ERR(hda->hda2codec_2x_clk); in hda_tegra_init_chip()