Searched refs:hda2hdmi_clk (Results 1 – 1 of 1) sorted by relevance
74 struct clk *hda2hdmi_clk; member223 rc = clk_prepare_enable(data->hda2hdmi_clk); in hda_tegra_enable_clocks()239 clk_disable_unprepare(data->hda2hdmi_clk); in hda_tegra_disable_clocks()333 hda->hda2hdmi_clk = devm_clk_get(dev, "hda2hdmi"); in hda_tegra_init_chip()334 if (IS_ERR(hda->hda2hdmi_clk)) { in hda_tegra_init_chip()336 return PTR_ERR(hda->hda2hdmi_clk); in hda_tegra_init_chip()