Searched refs:hda2hdmi_clk (Results 1 – 1 of 1) sorted by relevance
75 struct clk *hda2hdmi_clk; member225 rc = clk_prepare_enable(data->hda2hdmi_clk); in hda_tegra_enable_clocks()241 clk_disable_unprepare(data->hda2hdmi_clk); in hda_tegra_disable_clocks()326 hda->hda2hdmi_clk = devm_clk_get(dev, "hda2hdmi"); in hda_tegra_init_chip()327 if (IS_ERR(hda->hda2hdmi_clk)) in hda_tegra_init_chip()328 return PTR_ERR(hda->hda2hdmi_clk); in hda_tegra_init_chip()